vim-header icon indicating copy to clipboard operation
vim-header copied to clipboard

[Feature Request] Support header for .wiki files

Open mariusrodi opened this issue 7 years ago • 1 comments

Hi, great work so far. Loving this Plugin. Is it possible to implement header support for files of type .wiki? Greetings Marius

mariusrodi avatar Apr 30 '19 08:04 mariusrodi

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:

  1. Change alpertuna/vim-header with samerickson/vim-header' in your .vimrcorinit.el` file.
  2. Delete the previous vim-header/ directory.
  3. Refresh your vim plugins.

samerickson avatar Aug 24 '19 19:08 samerickson