[Feature Request] Support header for .wiki files
Hi, great work so far. Loving this Plugin. Is it possible to implement header support for files of type .wiki? Greetings Marius
I added this quicky. Though, through playing with it a little bit, my opinion is that it should keep the title of the vimwiki page as the top line, and add the header information below it, maybe in a code block. That way you would be able to view that information if you chose to render your vimwiki files to html. As of right now, I have the support and functionality added by piggybacking off the latex, matlab, and octave header implementation, as they all use % as their comment symbol, same as vimwiki files.
You can add this change by using the following in your vim plugin manager:
- Change
alpertuna/vim-headerwithsamerickson/vim-header' in your.vimrcorinit.el` file. - Delete the previous
vim-header/directory. - Refresh your vim plugins.