Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support header for .wiki files #61

Open
mariusrodi opened this issue Apr 30, 2019 · 1 comment
Open

[Feature Request] Support header for .wiki files #61

mariusrodi opened this issue Apr 30, 2019 · 1 comment

Comments

@mariusrodi
Copy link

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

@samerickson
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants