Fix help file: correct vimwiki-compatible form and ensure all commands are in Nuwiki form
CI / cargo fmt --check (push) Successful in 23s
CI / cargo clippy (push) Successful in 23s
CI / cargo test (push) Successful in 42s
CI / editor keymaps (push) Successful in 1m23s
CI / cargo fmt --check (pull_request) Successful in 56s
CI / cargo clippy (pull_request) Successful in 25s
CI / cargo test (pull_request) Successful in 1m13s
CI / editor keymaps (pull_request) Successful in 1m18s

This commit is contained in:
2026-05-30 12:51:01 +00:00
parent 8bf20b412d
commit 93725501dc
+7 -7
View File
@@ -234,7 +234,7 @@ Vim-specific globals ~
All commands are available in both forms:
- Canonical form: :Nuwiki*
- Vimwiki-compatible form: :Nuwiki*
- Vimwiki-compatible form: :Vimwiki*
Every command listed below is registered buffer-logic on `.wiki` files.
Only the `:Nuwiki*` form is shown in this document for brevity.
@@ -527,7 +527,7 @@ The `diary_frequency` per-wiki option controls the cadence:
monthly YYYY-MM e.g. `2026-05.wiki`
yearly YYYY e.g. `2026.wiki`
`:VimwikiMakeDiaryNote` opens the entry for the current period at the
`:NuwikiMakeDiaryNote` opens the entry for the current period at the
configured cadence; the yesterday / tomorrow commands step back and
forward by one period. `<C-Down>` / `<C-Up>` walk between indexed
entries of the same flavour as the one under the cursor — so on a
@@ -535,7 +535,7 @@ weekly page, navigation stays weekly.
Index ~
`:VimwikiDiaryGenerateLinks` rebuilds the diary index page (`diary.wiki`
`:NuwikiDiaryGenerateLinks` rebuilds the diary index page (`diary.wiki`
by default) with a chronological list of every entry on disk, grouped
by year / month. The page name is set by `diary_index`; the heading is
set by `diary_header`.
@@ -569,8 +569,8 @@ column moves, cell navigation, new-row insertion).
==============================================================================
11. HTML EXPORT *nuwiki-html*
`:Vimwiki2HTML` renders the current page; `:Vimwiki2HTMLBrowse` opens
the result in the default browser; `:VimwikiAll2HTML` exports every
`:Nuwiki2HTML` renders the current page; `:Nuwiki2HTMLBrowse` opens
the result in the default browser; `:NuwikiAll2HTML` exports every
page (incremental by default; `!` forces a full rebuild).
Per-wiki knobs:
@@ -584,7 +584,7 @@ Per-wiki knobs:
`exclude_files` Glob patterns excluded from export.
Templates may include `{title}`, `{rootpath}`, `{content}`, `{css}`,
`{date}` placeholders. RSS for the diary is written by `:VimwikiRss`.
`{date}` placeholders. RSS for the diary is written by `:NuwikiRss`.
==============================================================================
12. FOLDING *nuwiki-folding*
@@ -636,7 +636,7 @@ match vimwiki. To migrate:
Existing pages, diary entries, tags, and templates work without
modification. The first workspace scan after launch may show an empty
`:VimwikiCheckLinks` result until the background index completes;
`:NuwikiCheckLinks` result until the background index completes;
subsequent runs are instant.
vim:tw=78:ts=8:ft=help:norl: