xolox / vim-notes

Easy note taking in Vim
http://peterodding.com/code/vim/notes/
1.6k stars 110 forks source link

FR : Recursive Search? #71

Closed blurmonk closed 9 years ago

blurmonk commented 10 years ago

Hi

I tried recursive searching(I have notes in sub folders). it does not seem to find anything in the folders. Does it support subfolders?

thanks

xolox commented 10 years ago

You're right that subfolders weren't supported, not by the search but also not in general. I simply never designed the vim-notes plug-in to work like this. On the other hand I don't see any reason why this can't be added; I don't think it would bother existing users. So I just released my first attempt to add support for nested directories. I haven't tested it very well yet but it seems to work for me. Can you try it out and let me know if it resolves your problem?

Please note that this new feature requires the latest changes to my vim-misc plug-in as well, so make sure you update both before you try it out (if you don't you'll likely receive a long list of error messages).

blurmonk commented 10 years ago

Hi

Thanks for adding the feature. I will give it a try when I have a chance.

peplin commented 10 years ago

Just filed #82 and now I see this - I think there's a problem with the nested directory support.

xolox commented 9 years ago

I'm going to close this issue now because the feature request has been implemented and there were no complaints about the functionality (I'm referring to the recursive search, not #82). Thanks for the feedback and happy Vimming!

jsit commented 8 years ago

Is it possible to make this into an option? For instance I'd like to keep my vim-notes metadata as a subdir in my notes directory, and recursive scanning means that my tags.txt file shows up in :SearchNotes.