Skip to content

Releases: TfTHacker/obsidian42-strange-new-worlds

1.2.3 Updating dependencies

04 Nov 21:40
Compare
Choose a tag to compare
  • 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

18 May 18:47
Compare
Choose a tag to compare

Hopefully, this will make the new version install on mobile devices.

1.2.1 Bug fixes

18 May 05:00
Compare
Choose a tag to compare

Addressing issues in:

1.2.0 Breadcrumbs, Exclusions, Case-insenstivity & bug fixes

16 May 14:55
Compare
Choose a tag to compare

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 and snw-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

03 Mar 10:31
3d57af7
Compare
Choose a tag to compare

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

28 Feb 14:43
ba88db3
Compare
Choose a tag to compare

Fixes:

  • #69 Typos
  • #80 Fixing when multiple reference counters should appear

1.1.2 Small fix to plugin versioning

19 Dec 06:20
Compare
Choose a tag to compare
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

16 Dec 15:54
69f825d
Compare
Choose a tag to compare

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

18 Nov 15:47
Compare
Choose a tag to compare

Added setting control for the number of files displayed in a popup or sidebar

This can help with performance when there are MANY links.

1.0.9 Small fix for excludedFile console error and issue with gutter

17 Nov 17:21
Compare
Choose a tag to compare

Hope to have resolved this issue with excludedFile: #48

Also small tweak for this issue. Not a fix to obsidian, but perhaps it will work as a stop-gap: #45