Releases: TfTHacker/obsidian42-strange-new-worlds
Releases · TfTHacker/obsidian42-strange-new-worlds
1.2.3 Updating dependencies
- Update of dependencies and a new version of esbuild
- minor bug fixes from when properties were added (though this doesn't really make SNW work with properties properly yet)
1.2.2 Rollback of minimum version
Hopefully, this will make the new version install on mobile devices.
1.2.1 Bug fixes
1.2.0 Breadcrumbs, Exclusions, Case-insenstivity & bug fixes
New
- Breadcrumbs: Add context around links inside the previews of SNW. Many thanks for PR by @@ivan-lednev (#90)
- Respect Obsidian's global excluded files. Many thanks for PR by @sk91 (#88)
- Ghost links now supported: This is a link to a file that doesnt exist in the vault. A counter now appears to such "ghosted" links. (#67)
- Added two new frontmatter properties to control if SNW counters are shown in canvas:
snw-canvas-exclude-preview: true
andsnw-canvas-exclude-edit: true
Updates
- All core libraries updated to Obsidian 1.3.0
- BIG CHANGE: The internal link engine has been fine tuned to not be case-sensitive, but this required massive changes to the way links are resolved. Hopefully this will improve the accuracy of SNW reference counters. This should resolve iseue (#75)
Bug Fixes
- Fix to styling conflict with better-fn (#93)
- Fix to block reference counters not formatting properly when in lists (#89)
- Fix to Header reference does not render when header includes a colon (#94)
- Fix Indicators don't appear correctly on tasks as well (#39)
- Links or embeds pointing to their own page will now be included in reference counts. (#60) (#77)
- Fix so that SNW doesnt run in the kanban plugin
Add highlight to reference links and ensure they're visible
New:
- Add highlight to reference links and ensure they're visible
Much gratitude to @erichalldev for his hard work to learn this crazy code base and also to add a new feature. Very much appreciated!
1.1.3 Bug fixes
1.1.2 Small fix to plugin versioning
1.1.1 Fixes for Obsidian 1.1.5 and experimental feature: ghost links
1.1.1 Fixes for Obsidian 1.1.5 and experimental feature: ghost links
This update includes:
- 1.1.1 Fixes for Obsidian 1.1.5
- An experimental feature: ghost links. These are links to documents that don't exist, the counter will appear. This has had very little testing and might not be developed further, but feedback is welcome.
1.1.0 Added setting control for number of files displayed in a popup or sidebar
Added setting control for the number of files displayed in a popup or sidebar
This can help with performance when there are MANY links.