Directory tabbing autocompletion using the :ObsidianRename command? #560
Replies: 1 comment 1 reply
-
Hey @Enlightened-Meathead, I just added that in 79f7f2a. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanted to say I love the plugin and appreciate all your hard work! I like to have my notes in nested directories, so when i create a new note just starting in the root directory of my vault, if I want to rename a note and put it into a directory, when using the :ObsidianRename command I have to type the full path like Cyber/Pentest/Kali/Tools/the_note_name. This is a bit cumbersome as tabbing auto-completion doesn't work and when pressing tab it just appends ^I to the string for the new ID. Is there a setting/config I am missing to make this possible? Or, is this a feature that has not been added when using the rename command? When using just :w Cyber/.../the_note_name, my neovim does autocomplete with tabs. I assume when using the rename command it isn't just using the plain vim command line and some sort of Obsidian environment?
Beta Was this translation helpful? Give feedback.
All reactions