vimwiki
vimwiki copied to clipboard
Personal Wiki for Vim
# My setup: vim.g.vimwiki_conceallevel = 2 vim.g.vimwiki_conceal_pre = 1 vim.g.vimwiki_html_header_numbering = 3 vim.g.vimwiki_html_header_numbering_sym = '.' vim.g.vimwiki_hl_cb_checked = 2 vim.g.vimwiki_auto_chdir= 1 vim.g.vimwiki_listing_hl = 1 # Used syntax I am using the...
Example: ``` | Table 1 | foo 1 | |------------|---------| | bar | bar | * some text after table | Table 2 | foo 2 | |------------|---------| | bar...
Hi there! I've seen this feature in Zim wiki iirc where you're able to create todo items through the whole wiki and get one index list that gathers all the...
I have recently updated to the latest `dev` version of vimwiki, which started causing an error when trying to save a file. Specifically, commit 0690d8a ("Add description key to tag...
**Description:** Need the option to always create and jump to the same wiki file, case-insensitively. For example, `test, Test, tEst` should link to the same file.    VimWiki...
Branch: dev Revision: 78a41b7 syntax: `markdown` my `.vimrc` settings: ``` Plug 'vimwiki/vimwiki', { 'branch': 'dev' } let g:vimwiki_list = [{'path': '~/Dropbox/Apps/notes_/vimwiki/', \ 'syntax': 'markdown', 'ext': '.md'}] let g:vimwiki_folding = 'list'...
`VimwikiGenerateLinks` is a nice starting tool for maintaining automatically an index based on the file tree. Unfortunately, the proposed layout is pretty unusable. Introducing a sub-header for every sub-directory would...
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...
I'm looking at vimpanel, (https://github.com/mihaifm/vimpanel) a project that provides NerdTree-like side-panels, and thinking "wouldn't it be handy to open a WikiTree side-panel that showed the bare outline of a wiki,...
I'm an avid user of folds, and I think the vimwiki folding is working well. However, navigating in the wiki by use of `` (and similar) with folding enabled often...