So I've been constantly searching for a plugin that could increase my note taking effectiveness in Vim. For a pretty long time, I was a vimwiki user but the markdown or regular wiki syntax doesn't look good in vim for me. It has to be neat and readable. These two IMO aren't.
TopAbout a small project fork...
So I came on the xolox vim-notes plugin in which your content looks much better but it is still not perfect like in emacs org-mode.
I decided to give it a shoot and I'm still using it. However, the plugin was not updated in 5 years so some things are not working or in sync with syntax files. Given that I had some spare time I've decided to fix some problems and maybe add some features to it. And here it is my vim-notes fork.
The things I've added are: Code block markers, so you can easily see where code snippet starts and ends. Also, you can fold them! :) Cycle through list item. I really missed the ability to use a vim mapping to change the state of a task, like INPROGESS to DONE etc. * Open notes from Recent Notes view. Imagine that it was never implemented?
It is still missing some features like auto-indent paragraphs and indent based folding, display agenda based on TODOs in notes. This features I would like to see.
This was my first time when I wrote/extended a vim plugin. Who knows, maybe someday I will rewrite this plugin from scratch?
Top