vimwiki icon indicating copy to clipboard operation
vimwiki copied to clipboard

Personal Wiki for Vim

Results 218 vimwiki issues
Sort by recently updated
recently updated
newest added

# 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...

HTML conversion
default syntax

Example: ``` | Table 1 | foo 1 | |------------|---------| | bar | bar | * some text after table | Table 2 | foo 2 | |------------|---------| | bar...

HTML conversion
default syntax
table
lists

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...

enhancement
idea
task

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...

bug
work-around-exists
regression
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. ![image](https://user-images.githubusercontent.com/40625660/104154935-1135a080-540c-11eb-896f-7bb43bf30041.png) ![image](https://user-images.githubusercontent.com/40625660/104155614-9a010c00-540d-11eb-96b5-ff275930e718.png) ![image](https://user-images.githubusercontent.com/40625660/104155977-3e834e00-540e-11eb-9b7a-4532dcadd021.png) VimWiki...

enhancement
link

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'...

bug
good first issue
inconsistency
test-needed
folding

`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...

enhancement

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...

bug
HTML conversion

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,...

enhancement
idea
contributors wanted
3rd-party

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...

enhancement
good first issue
work-around-exists