·
0 commits
to 4b6f30bd1612a630c26025b17045a0e1dd98aea1
since this release
What's Changed
🔧 Changed
- fix(ui): use activeDocument for drag listeners by @u-ways in #39
- feat: "Primary action" setting (swap insert/open) + clearer command names by @u-ways in #40
💡 Details
This release adds a configurable Primary action setting so you can choose what Enter/click does in the picker, and fixes the divider drag in Obsidian popout windows.
- New — Primary action setting (#40): under Settings → Path Picker, a new Primary action option lets you choose between Insert path (default, unchanged behaviour) and Open entry. Whichever you pick is triggered by Enter/click; the alternative moves to Alt+Enter/Alt+click. The in-modal key hints update automatically to reflect your choice.
- Clearer command names (#40): the two Obsidian commands are now called Directory path and File path (previously "Insert directory path" / "Insert file path"). Command IDs are unchanged, so any hotkeys you have assigned continue to work without reassignment.
- Popout window drag fix (#39): the divider drag between the file list and preview panes now works correctly when the picker is opened in an Obsidian popout window.
No action required — all settings default to the previous behaviour and existing hotkeys are preserved.
Full Changelog: 1.0.0...1.1.0