Releases: macedotavares/obsidian-utilities
Releases · macedotavares/obsidian-utilities
Minor improvement
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
You can now choose which external text editor to use.
Related Notes refactoring
- Refactored Related Notes so that it doesn't depend so much on external python packages.
- Significantly cut back on workflow size.
Bug Fixes
- 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
v2.2.1 Update info.plist
Insert Related Notes
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
- The workflow will now auto-update.
- Improvements to the
clip
action:- 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
s
earch to avoid problematic dependencies. - Minor improvement to global search (Cmd+Shift+L)
A couple of fixes
- Fixed hardcoded scope in
s
search. - Fixed markdown
clip
ing.
Obsidian Utilities 2.0.0 - Now with global block search
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 thedefault_browser
environment variable if you want to use that instead of Safari.
First Release
v1.0.0 Update README.md