vimwiki
vimwiki copied to clipboard
Personal Wiki for Vim
Prior to submitting a new issue make sure to complete these steps: - [x] Include the VimWiki settings from your `.vimrc` ``` let g:vimwiki_global_ext = 0 let g:vimwiki_dir_link = 'index'...
`let g:vimwiki_folding = 'list:quick'` folds list items (e.g. `- foo` or `- [ ] bar`) and `let g:vimwiki_folding = 'expr:quick'` folds Markdown headings (e.g. `## Baz`), is there any way...
Prior to submitting a new issue make sure to complete these steps: - [X] Include the VimWiki settings from your `.vimrc` I'm using neovim so my configuration is in lua....
Issue #309 suggested to colorize dates, which have been implemented in pr #1315 (thanks @claman). But an improvement idea from [@Nudin comment](https://github.com/vimwiki/vimwiki/issues/309#issuecomment-314595400): ``` The deluxe version of this would be...
:VimwikiShowVersion => Version: 2022.12.02 Os: Mac Vim: 801 Branch: dev Revision: fea8bee Date: 2022-12-04 21:25:52 -0700 **Since upgrading I can't seem to get the heading highlights I had previously. This...
Using the default converter, executing `:Vimwiki2HTML` on a ~600 lines .wiki file causes neovim to freeze for ~5 seconds. Maybe run it asynchronously on neovim and vim8?
I am using the default syntax. I don't see any vimwiki settings in my `.vimrc`. Stable version: 2.5 I have several entries in my diary: ``` ❯ ll vimwiki/diary total...
I am struggling to overwrite the behavior of one of vimwiki's keybindings. I want to map my own behavior to `wn` (or `in` with my prefix settings), but leave the...
- [x] Include the VimWiki settings from your `.vimrc` ```vimrc let g:vimwiki_list = [{ \ 'auto_export': 1, \ 'automatic_nested_syntaxes': 1, \ 'path': '/Users/Shared/vimwiki/foowiki/', \ 'syntax': 'markdown', \ 'ext': '.md', \...
Prior to submitting a new issue make sure to complete these steps: - [ ] Include the VimWiki settings from your `.vimrc` colorscheme desert set nocompatible filetype plugin on syntax...