obsidian42-strange-new-worlds

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

MIT License

Stars
412
Committers
8

Bot releases are hidden (Show)

obsidian42-strange-new-worlds - 1.2.9 Beta

Published by TfTHacker 6 months ago

obsidian42-strange-new-worlds - 1.2.8 Beta

Published by TfTHacker 6 months ago

Numerous bug fixes.

obsidian42-strange-new-worlds - 1.2.7 Beta

Published by TfTHacker 7 months ago

Beta testing massive update

New

  • Added indexing properties as part of the link counting

Updated

  • Major rewrite of the internal indexer - significant performance improvements
  • Removed the caching tuning feature - this wasn't proving to be of help in performance

Fixed

  • Fixed max items that can be displayed when reviewing references.
obsidian42-strange-new-worlds - 1.2.5 Using Prettier library to cleanup code style

Published by TfTHacker 10 months ago

obsidian42-strange-new-worlds - 1.2.4 Dependencies update

Published by TfTHacker 10 months ago

  • Update of project dependencies
obsidian42-strange-new-worlds - 1.2.3 Updating dependencies

Published by TfTHacker 12 months ago

  • 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)
obsidian42-strange-new-worlds - 1.2.2 Rollback of minimum version

Published by TfTHacker over 1 year ago

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

obsidian42-strange-new-worlds - 1.2.0 Breadcrumbs, Exclusions, Case-insenstivity & bug fixes

Published by TfTHacker over 1 year ago

New

Updates

Bug Fixes

obsidian42-strange-new-worlds - Add highlight to reference links and ensure they're visible

Published by TfTHacker over 1 year ago

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!

obsidian42-strange-new-worlds - 1.1.3 Bug fixes

Published by TfTHacker over 1 year ago

obsidian42-strange-new-worlds - 1.1.2 Small fix to plugin versioning

Published by TfTHacker almost 2 years ago

obsidian42-strange-new-worlds - 1.1.1 Fixes for Obsidian 1.1.5 and experimental feature: ghost links

Published by TfTHacker almost 2 years ago

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.
obsidian42-strange-new-worlds - 1.1.0 Added setting control for number of files displayed in a popup or sidebar

Published by TfTHacker almost 2 years ago

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

This can help with performance when there are MANY links.

obsidian42-strange-new-worlds - 1.0.9 Small fix for excludedFile console error and issue with gutter

Published by TfTHacker almost 2 years ago

Hope to have resolved this issue with excludedFile: https://github.com/TfTHacker/obsidian42-strange-new-worlds/issues/48

Also small tweak for this issue. Not a fix to obsidian, but perhaps it will work as a stop-gap: https://github.com/TfTHacker/obsidian42-strange-new-worlds/issues/45

obsidian42-strange-new-worlds - 1.0.8 Changed sidebar icon to not conlict with native graph icon

Published by TfTHacker almost 2 years ago

obsidian42-strange-new-worlds - 1.0.7 Code improvements preparing for the store

Published by TfTHacker almost 2 years ago

many thanks to @liamcain for all the great feedback to improve SNW's code.

obsidian42-strange-new-worlds - 1.0.6 Updates based on feedback from Obsidian devs

Published by TfTHacker almost 2 years ago

Code improvements based on the helpful feedback of the Obsidian dev team.

Also first attempt to address the bug report: https://github.com/TfTHacker/obsidian42-strange-new-worlds/issues/38

obsidian42-strange-new-worlds - 1.0.5 More control and exclusions

Published by TfTHacker almost 2 years ago

This is a big internal update to SNW that enables more control over where SNW operates.

New:

  • In Settings: configure if SNW counters are active on startup for desktop and mobile. For example, this allows you to have SNW active on the desktop and make it inactive on mobile.
  • Command palette: toggle SNW counters on and off. When used, it is valid for the current session. Otherwise, the on/off state is controlled based on their startup settings in Settings.
  • Frontmattter exclusions: the following can be added to a file's front matter to provide more control to SNW's behavior
    • add snw-index-exclude: true - prevents SNW from including this file in its index. This means any links to this file will not display block counts
    • add snw-file-exclude: true - prevents any block reference counters from being displayed on the current page. Basically turns off SNW for the file. NOTE: This will not affect embedded links. Embed files must have this YAML property set as well to have its counters excluded.

Partially addresses issue: https://github.com/TfTHacker/obsidian42-strange-new-worlds/issues/33

obsidian42-strange-new-worlds - 1.0.4 Toggle for gutter on mobile devices

Published by TfTHacker almost 2 years ago

Some mobile devices have small screens. We added a feature to disable the counter that shows in the gutter in some cases, that way the space taken by the gutter counter is not needed.

This can be toggled off and on in settings, so each user can decide if they want this feature or not.

It is off by default.

Related Projects