-
Notifications
You must be signed in to change notification settings - Fork 66
Add the possibility to create new note from WikiFzfPages #133
Description
I really like the WikiFzfPages and I was wondering if it could have one more functionality: if I search for a page that does not exist, it would allow me to create it straight from fzf using the search query for the file name.
For example I search for non-existing page "VIM folds" and press enter upon which it asks me if I want to create a new page in the wiki root dir called "VIM folds.md". If the query contains path separators, it will also create the appropriate directory structure.
This way there is an easy interface for searching and creating new pages. Something like the National Velocity App did.
What would be even cooler is if there was another command WikiFzfSearch which would search the content wiki files and if no entry found also allowed one to create a new note.