Docs #1

Merged
gffranco merged 15 commits from docs into main 2026-05-30 18:35:41 +00:00
Showing only changes of commit 8bf20b412d - Show all commits
+57 -57
View File
@@ -234,7 +234,7 @@ Vim-specific globals ~
All commands are available in both forms:
- Canonical form: :Nuwiki*
- Vimwiki-compatible form: :Vimwiki*
- Vimwiki-compatible form: :Nuwiki*
Every command listed below is registered buffer-logic on `.wiki` files.
Only the `:Nuwiki*` form is shown in this document for brevity.
@@ -242,54 +242,54 @@ Only the `:Nuwiki*` form is shown in this document for brevity.
Wiki / navigation ~
*:VimwikiIndex*
:VimwikiIndex [{count}]
*:NuwikiIndex*
:NuwikiIndex [{count}]
Open wiki N's index page (default: 1).
*:VimwikiTabIndex*
:VimwikiTabIndex [{count}]
*:NuwikiTabIndex*
:NuwikiTabIndex [{count}]
Same, in a new tab.
*:VimwikiUISelect*
:VimwikiUISelect
*:NuwikiUISelect*
:NuwikiUISelect
Pick a wiki from a list (multi-wiki only). Uses |vim.ui.select| on
Neovim, |inputlist()| on Vim.
*:VimwikiGoto*
:VimwikiGoto {page}
*:NuwikiGoto*
:NuwikiGoto {page}
Open `{page}.wiki` by name.
*:VimwikiFollowLink*
:VimwikiFollowLink
*:NuwikiFollowLink*
:NuwikiFollowLink
Follow the link under the cursor.
*:VimwikiBacklinks*
:VimwikiBacklinks
*:NuwikiBacklinks*
:NuwikiBacklinks
Show all references to the current page.
*:VimwikiNextLink*
:VimwikiNextLink
*:VimwikiPrevLink*
:VimwikiPrevLink
*:NuwikiNextLink*
:NuwikiNextLink
*:NuwikiPrevLink*
:NuwikiPrevLink
Jump to the next / previous wikilink on the page.
*:VimwikiBaddLink*
:VimwikiBaddLink
*:NuwikiBaddLink*
:NuwikiBaddLink
Add the target of the link under the cursor to the buffer list.
*:VimwikiRenameFile*
:VimwikiRenameFile
*:NuwikiRenameFile*
:NuwikiRenameFile
Prompt for a new name; rename the current page and rewrite every
inbound link.
*:VimwikiDeleteFile*
:VimwikiDeleteFile
*:NuwikiDeleteFile*
:NuwikiDeleteFile
Delete the current page and its on-disk file.
Diary ~
*:VimwikiMakeDiaryNote*
:VimwikiMakeDiaryNote
*:NuwikiMakeDiaryNote*
:NuwikiMakeDiaryNote
Open today's diary entry. With `diary_frequency = 'weekly'` (or
`'monthly'` / `'yearly'`) this addresses this week's / this month's
/ this year's entry instead. The file stems follow:
@@ -299,74 +299,74 @@ Diary ~
monthly YYYY-MM 2026-05.wiki
yearly YYYY 2026.wiki
*:VimwikiMakeYesterdayDiaryNote*
:VimwikiMakeYesterdayDiaryNote
*:VimwikiMakeTomorrowDiaryNote*
:VimwikiMakeTomorrowDiaryNote
*:NuwikiMakeYesterdayDiaryNote*
:NuwikiMakeYesterdayDiaryNote
*:NuwikiMakeTomorrowDiaryNote*
:NuwikiMakeTomorrowDiaryNote
Step the diary back / forward by one period at the configured
cadence.
*:VimwikiDiaryIndex*
:VimwikiDiaryIndex
*:NuwikiDiaryIndex*
:NuwikiDiaryIndex
Open the diary index page.
*:VimwikiDiaryGenerateLinks*
:VimwikiDiaryGenerateLinks
*:NuwikiDiaryGenerateLinks*
:NuwikiDiaryGenerateLinks
Rebuild the diary index page from the entries currently on disk.
*:VimwikiDiaryNextDay*
:VimwikiDiaryNextDay
*:VimwikiDiaryPrevDay*
:VimwikiDiaryPrevDay
*:NuwikiDiaryNextDay*
:NuwikiDiaryNextDay
*:NuwikiDiaryPrevDay*
:NuwikiDiaryPrevDay
Walk to the next / previous indexed diary entry at the same cadence
as the current one.
Page generation ~
*:VimwikiTOC*
:VimwikiTOC
*:NuwikiTOC*
:NuwikiTOC
Generate or refresh the table of contents on the current page.
*:VimwikiGenerateLinks*
:VimwikiGenerateLinks
*:NuwikiGenerateLinks*
:NuwikiGenerateLinks
Insert a flat list of every page in the wiki under the cursor.
*:VimwikiCheckLinks*
:VimwikiCheckLinks
*:NuwikiCheckLinks*
:NuwikiCheckLinks
Send every broken link in the workspace to the |quickfix| list.
Tags ~
*:VimwikiSearchTags*
:VimwikiSearchTags {tag}
*:NuwikiSearchTags*
:NuwikiSearchTags {tag}
Quickfix listing every `:tag:` occurrence.
*:VimwikiGenerateTagLinks*
:VimwikiGenerateTagLinks [tag]
*:NuwikiGenerateTagLinks*
:NuwikiGenerateTagLinks [tag]
Insert a section linking every page that has `<tag>`. With no
argument, generates a section per tag found in the workspace.
*:VimwikiRebuildTags*
:VimwikiRebuildTags
*:NuwikiRebuildTags*
:NuwikiRebuildTags
Force a full workspace re-index.
HTML export ~
*:Vimwiki2HTML*
:Vimwiki2HTML
*:Nuwiki2HTML*
:Nuwiki2HTML
Render the current page to HTML.
*:Vimwiki2HTMLBrowse*
:Vimwiki2HTMLBrowse
*:Nuwiki2HTMLBrowse*
:Nuwiki2HTMLBrowse
Render the current page and open it in the default browser.
*:VimwikiAll2HTML*
:VimwikiAll2HTML[!]
*:NuwikiAll2HTML*
:NuwikiAll2HTML[!]
Export every page in the wiki. `!` forces a full rebuild; otherwise
only out-of-date pages are re-rendered.
*:VimwikiRss*
:VimwikiRss
*:NuwikiRss*
:NuwikiRss
Write `rss.xml` summarising recent diary entries.
Other ~