Skip to content

Releases: macedotavares/obsidian-utilities

Minor improvement

11 Mar 17:37
Compare
Choose a tag to compare

The block reference helper (Cmd+Shift+R) is now able to detect existing reference codes. If one is already present, it will be used.

External Editor

05 Mar 10:41
Compare
Choose a tag to compare

You can now choose which external text editor to use.

Related Notes refactoring

29 Jan 15:11
Compare
Choose a tag to compare
  • Refactored Related Notes so that it doesn't depend so much on external python packages.
  • Significantly cut back on workflow size.

Bug Fixes

29 Jan 11:47
Compare
Choose a tag to compare
  • Fixed some script paths.
  • Made some actions fail less catastrophically.
  • The Related Notes feature is still very fragile and dependent on each user's specific system configuration. I'll have to seriously refactor it.

Bug fixes

19 Jan 15:16
Compare
Choose a tag to compare
v2.2.1

Update info.plist

Insert Related Notes

18 Jan 18:34
ce269af
Compare
Choose a tag to compare

NEW!

Type /related anywere on your note and the workflow will insert a list of related notes, based on content similarity. It may take some time, though. Like, 10 seconds on a newish macbook and 2000+ notes. First-time use is slower because it needs to index the vault.

Fixed

Fixed and improved browser support for all major browsers (minus Firefox). Firefox was removed because the hack was too hacky.

Auto-updater + clipping improvements + bug fixes

12 Jan 12:44
Compare
Choose a tag to compare
  • The workflow will now auto-update.
  • Improvements to the clipaction:
    • It now works with all major browsers. However, due to limitations imposed by Mozilla, Firefox support is very hacky and unreliable.
    • It automatically detects the browser being used (it must be the active application). You no longer have to set a browser environment variable.
  • Refactored search to avoid problematic dependencies.
  • Minor improvement to global search (Cmd+Shift+L)

A couple of fixes

08 Jan 17:32
Compare
Choose a tag to compare
  • Fixed hardcoded scope in s search.
  • Fixed markdown cliping.

Obsidian Utilities 2.0.0 - Now with global block search

05 Jan 18:17
bda2851
Compare
Choose a tag to compare

Release Notes

What's changed

  • The worklow does not assume the vault is inside your home folder anymore. vault_path must now be a full, absolute path.

What's new

  • There's a new Global Search feature that searches all your vault and automatically inserts links to found notes, headers or blocks.
  • The clip action now works with Google Chrome. (Thanks for the AppleScript, @alvaroybanez!) Don't forget to change the default_browser environment variable if you want to use that instead of Safari.

First Release

30 Nov 12:19
5d86800
Compare
Choose a tag to compare
v1.0.0

Update README.md