vimwiki
vimwiki copied to clipboard
Personal Wiki for Vim
Prior to submitting a new issue make sure to complete these steps: - [X] Checkout the `dev` branch and confirm the issue is present there as well. The `dev` branch...
- [x] Checkout the `dev` branch and confirm the issue is present there as well. The `dev` branch contains fixes that may not have been merged to `master` yet. -...
I was wondering if there was a way to change the color of the table elements such as `|` `_` and `:`. I saw there was a highlight group called...
I use something like: ```wiki - This is a paragraph It continues here Here a second paragraph at the same item indentation - Second level of items - Further Third...
Prior to submitting a new issue make sure to complete these steps: - [x] Checkout the `dev` branch and confirm the issue is present there as well. The `dev` branch...
`VimwikiDiaryGenerateLinks` destroys any marks that are set in the diary index. This also breaks returning to (a spot in) the index using jump list navigation (`/`). I understand that some...
When running the command Vimwiki2HTML with a custom_wiki2html on Windows the command line generated is slightly wrong. The problem is related the way windows handle command line of the kind:...
Is it possible to post a link to the vim documentation? For example: ```vimwiki == Content == Lorem Ipsum See also |vimwiki|. ``` There are: plain link to other vimwikis,...
Prior to submitting a new issue make sure to complete these steps: - [x] Checkout the `dev` branch and confirm the issue is present there as well. This only affects...
I'd like support for markdown reference-style links. I don't like using inline links b/c it makes the line length very long, and if I wrap the line it almost always...