obsidian42-strange-new-worlds

Revealing the strange new world of connected thoughts in your vault.

MIT License

Stars
412
Committers
8

Bot releases are visible (Hide)

obsidian42-strange-new-worlds - 0.0.24 Switch to MarkdownRenderChild

Published by TfTHacker about 2 years ago

One issue is when Obsidian starts up, if there were previous documents open, SNW could not process them because SNW does a number of background calculations. We now figured out how to process this and update documents already loaded.

This is actually a big change to the code in the Markdown Preview processor. So it will be interesting to see if this causes any other issues.

obsidian42-strange-new-worlds - 0.0.23 Fixed to pane in sidebar

Published by TfTHacker about 2 years ago

The pane in the sidebar was not remembering its location. This is now fixed. Additionally fine-tuning the startup process of the plugin.

Finally, with the recent 0.16.14+ update to the obsidian beta, SNW is broken on iOS. We will be troubleshooting this soon.

obsidian42-strange-new-worlds - 0.0.22 Link in heading support

Published by TfTHacker about 2 years ago

Adding the ability for links to be counted in headings

  • Still have an issue though. When a heading has a link, Obsidian won't draw the header counter. So for now it's a trade-off. If you use a link, the block ref count will work on it, but not a count for the header. If you want the count for the header, don't put a link in it.
obsidian42-strange-new-worlds - 0.0.21 Fix: Flickering of sidebar when opening

Published by TfTHacker about 2 years ago

obsidian42-strange-new-worlds - 0.0.20 Bug hunting (headings/alias) and fine tuned settings for recent changes

Published by TfTHacker about 2 years ago

Continuing to work through the bugs. Lots of improvements for Headers and alias. Also adding updated the settings screen based on recent changes.

obsidian42-strange-new-worlds - 0.0.19 Headings patch

Published by TfTHacker about 2 years ago

obsidian42-strange-new-worlds - 0.0.18 Return of hover preview & Fix to RTL languages

Published by TfTHacker about 2 years ago

obsidian42-strange-new-worlds - 0.0.17 patch for headings issue

Published by TfTHacker about 2 years ago

Patching headings issue

obsidian42-strange-new-worlds - 0.0.16 Massive update

Published by TfTHacker about 2 years ago

We have been dark for a week rewriting a lot of the internals. The net result is better performance. Additionallly improving the accuracy of identifying block reuse in the vault.

Next to that, massive changes in the "visual" layer. It is a big change, but we hope it will make the plugin more appealing.

Feedback welcome.

Sorry for anything that breaks!!!

obsidian42-strange-new-worlds - 0.0.15 bug fixes in regex parsing & more settings

Published by TfTHacker about 2 years ago

Fixed another issue with regex parsing for Live Preview
Added more settings for control where references are displayed

obsidian42-strange-new-worlds - 0.0.14 Additional control over types of references shown

Published by TfTHacker about 2 years ago

In settings, in addition to the support for controlling what modes of documents display reference counts, you can now control the 4 types of reference counts that SNW Tracks:

  • Block ID's
  • Embeds
  • Links
  • Header references
obsidian42-strange-new-worlds - 0.0.13 Change of how inline references work

Published by TfTHacker about 2 years ago

So learning more and more about how the obsidian editor led to a simpler implementation of the parser for inline references.

obsidian42-strange-new-worlds - 0.0.12 Aspects of SNW can be toggled on and off in Settings

Published by TfTHacker about 2 years ago

Aspects of SNW can be toggled on and off in Settings. With this build, we are improving how this is managed to help reduce any impact on Obsidian performance and reliability.

obsidian42-strange-new-worlds - 0.0.11 Tooltip - file reference count settable in settings

Published by TfTHacker about 2 years ago

  • Tooltip file reference count can be configured in settings. Set to 0 for no tooltip, or a different number to control the number of references listed.
obsidian42-strange-new-worlds - 0.0.10 Blocks if referenced show a count even if just 1 reference

Published by TfTHacker about 2 years ago

  • Blocks if referenced elsewhere in vault show a count even if just 1 reference. Thanks to @GitMurf for this refinement
obsidian42-strange-new-worlds - 0.0.09 Heavy performance optimizations

Published by TfTHacker about 2 years ago

This update is all about making SNW faster.

obsidian42-strange-new-worlds - 0.0.08 Added line numbers to sidepane

Published by TfTHacker about 2 years ago

The line numbers of references is now included in the sidepane. This can be disabled in setttings.

obsidian42-strange-new-worlds - 0.0.07 Significant debugging on the reference count accuracy

Published by TfTHacker about 2 years ago

0.0.7 Significant debugging on the reference count accuracy

obsidian42-strange-new-worlds - 0.0.06 Major improvements to sidepane navigation

Published by TfTHacker about 2 years ago

Lots of bug fixes.

  • Clicking on a link from sidepane now better navigates to the destination line in the referenced file
  • Page preview now opens to the line of the reference in the sidepane. Using the page preview settings you can control if CTRL/CMD+Hover is needed for page previews.
  • Adjustments to sidepane text to make it clear what we are looking at
obsidian42-strange-new-worlds - 0.0.05 Bug fix for kanban plugin

Published by TfTHacker about 2 years ago

This bug fix disables SNW from processing in kanban view with the plugin. This is in resolution to #4.

Related Projects