Skip to content

0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 21:36
1a4f7a1

What's Changed

🔧 Changed

  • feat: first iteration of the Insert Path Obsidian plugin by @u-ways in #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 using Ctrl/Cmd+O, and navigate the search results seamlessly.
  • No external dependencies. The plugin uses a bundled JavaScript implementation of fzf for 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