0.1.0
What's Changed
🔧 Changed
- feat: first iteration of the Insert Path Obsidian plugin by
@u-waysin #1
💡 Details
This release introduces the Insert Path plugin for Obsidian, enabling users to quickly locate and insert file or directory paths with ease. The plugin features a user-friendly interface and powerful search capabilities.
- Two new commands. Use "Insert directory path" or "Insert file path" to open a fuzzy search modal, preview matches, and insert the selected path at the cursor.
- Customisable insertion templates. Define how paths are formatted when inserted.
- Keyboard shortcuts for efficiency. Toggle between file and directory modes with
Tab, switch root directories usingCtrl/Cmd+O, and navigate the search results seamlessly. - No external dependencies. The plugin uses a bundled JavaScript implementation of
fzffor fast and reliable searching.
No action required — the plugin updates in place and your settings are preserved.
Full Changelog: https://github.com/u-ways/obsidian-insert-path/commits/0.1.0