Releases: TfTHacker/obsidian42-strange-new-worlds
0.0.15 bug fixes in regex parsing & more settings
Fixed another issue with regex parsing for Live Preview
Added more settings for control where references are displayed
0.0.14 Additional control over types of references shown
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
0.0.13 Change of how inline references work
So learning more and more about how the obsidian editor led to a simpler implementation of the parser for inline references.
0.0.12 Aspects of SNW can be toggled on and off in Settings
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.
0.0.11 Tooltip - file reference count settable in settings
- 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.
0.0.10 Blocks if referenced show a count even if just 1 reference
- Blocks if referenced elsewhere in vault show a count even if just 1 reference. Thanks to @GitMurf for this refinement
0.0.09 Heavy performance optimizations
This update is all about making SNW faster.
0.0.08 Added line numbers to sidepane
The line numbers of references is now included in the sidepane. This can be disabled in setttings.
0.0.07 Significant debugging on the reference count accuracy
0.0.7 Significant debugging on the reference count accuracy
0.0.06 Major improvements to sidepane navigation
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