Skip to main content

Questions tagged [plugin-vimwiki]

Questions about the Vimwiki plugin which allows a personal wiki to be created within vim. The wiki content comes from interlinked text files written in a wiki syntax.

0 votes
0 answers
20 views

Using vimwiki via neovim, I might modify something and then close the window without me having explicitly saved my modifications! (:w). The solution is is not: avoid that mistake - because I make that ...
Martin's user avatar
  • 111
1 vote
1 answer
39 views

So I have two mappings on <CR> clashing: vimiwiki and coc.nvim. Is there a way to resolve this? i <CR> *@pumvisible() ? '<CR>' : '<C-]><Esc>:VimwikiReturn 1 5<...
NebulaFox's user avatar
  • 111
0 votes
2 answers
165 views

Help With VimWiki Vimwiki Code Block Syntax Highlighting in HTML Not Working Properly Issue: I'm trying to enable syntax highlighting for code blocks in Vimwiki's HTML export. In Vim, both Python and ...
kay's user avatar
  • 61
0 votes
1 answer
139 views

I am new to Vim/Neovim and I'm facing a problem. I need a very simple setup of vimwiki where I can link mathematica .m files together. No other bells and whistles required right now. I have everything ...
Prem's user avatar
  • 103
0 votes
1 answer
286 views

Using Vim 9.1 32-bit on Windows 11, with Vimwiki 2.5. I'm not sure what I might have done to cause this, but Vimwiki links to files and URLs no longer work. Examples: https://usbank.com [[file:...
furry_marmot's user avatar
0 votes
1 answer
40 views

How do you set g.vimwiki_diary_months in lua? According to :h g.vimwiki_diary_months: *g:vimwiki_diary_months* It is a |Dictionary| with the numbers of months and corresponding names. Diary uses it. ...
Ludenticus's user avatar
0 votes
1 answer
163 views

Question How to use :VimwikiGenerateTagLink with a search pattern? Explanation The Vimwiki command :VimwikiGenerateTagLinks produces the list of tags and links of your wiki. Without arguments, it ...
Ludenticus's user avatar
1 vote
1 answer
220 views

I'm trying to customize the colorscheme One for Markdown under Vimwiki. I'd like to change the color of the Description in [Description](URL). In my .vimrc I have the following relevant lines: call ...
Ludenticus's user avatar
1 vote
1 answer
194 views

I use Neovim with Vimwiki for a personal wiki of mine. I frequently use its syntax for changing typeface; for example _ _ for italic and * * for bold. The syntax is expanded when the cursor is on a ...
lvgr's user avatar
  • 11
0 votes
1 answer
5k views

I am struggling with the basic configuration for vimwiki in neovim. I cannot get it to use my configuration. For import I am using lazy.nvim. This is the concerning lazy-section: {"vimwiki/...
hmaier's user avatar
  • 123
0 votes
1 answer
198 views

When I use vimwiki and I write past the text width, the bullet point will wrap. This is what I expect. However, the wrap will be a new line: 1. something to say ..... a second line wrapped after ...
Vinn's user avatar
  • 841
0 votes
1 answer
2k views

I am new to VimWiki. I am currently taking my class notes with VimWiki, and love the organization it provides.However I want to link my SQL & c code from class to one of my classes index's, but ...
Shaanvir Atwal's user avatar
3 votes
1 answer
352 views

I love the concept of Vimwiki, but have a problem with it overriding the default md syntax highlighting. The default works well, and I use it regularly to edit md documents to be used with pandoc. ...
Megymagy's user avatar
1 vote
0 answers
301 views

I'm using the vimwiki plugin. I can successfully change the header colors with something like this: hi VimwikiHeader1 ctermfg=black hi VimwikiHeader2 ctermfg=darkblue hi VimwikiHeader3 ctermfg=cyan hi ...
StevieD's user avatar
  • 1,602
3 votes
0 answers
176 views

In Vimwiki, a header level can be decreased, by pressing -. Is there a native Vimwiki command to remove a level from all headers within a visual selection? Keep in mind that Vimwiki supports a number ...
Alexander Pozdneev's user avatar

15 30 50 per page