aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormoxie <moxie@3kgcat.fi>2026-03-15 10:28:40 +0200
committermoxie <moxie@3kgcat.fi>2026-03-15 10:29:49 +0200
commita6158ea5ed4d86a02f31331c28f866512f40a25a (patch)
tree15a6d7ff23e3bfc403195b8fc618ab95e09fb9f9 /README.md
parent6e2a3e13b565596263fb3f33803acfbd55b1ccd6 (diff)
chore: update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 37bdd81..e4dfd0c 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,6 @@ A lightweight wiki plugin for Neovim using standard markdown syntax.
- Link navigation and xdg-open for web/file links
- Extensible via autocmds (mkdir, templates, custom handlers)
-See `:help muwiki-autocmd` for implementation examples.
-
See `:help muwiki` for complete documentation and configuration options.
## Installation
@@ -108,6 +106,8 @@ vim.api.nvim_create_autocmd("BufWritePre", {
})
```
+See `:help muwiki-autocmd` for more examples.
+
## Available Actions
- `open_link()` - Open link under cursor (wiki→nvim, web/files→xdg-open)
@@ -115,8 +115,8 @@ vim.api.nvim_create_autocmd("BufWritePre", {
- `prev_link()` - Jump to previous markdown link
- `create_link()` - Create link from visual selection
- `get_link()` - Get link info at cursor
-- `open_with_menu(handlers)` - Open link with selectable handler
- `open_index(name)` - Open wiki index file
+- `open_with_menu(handlers)` - Open link with selectable handler
## Link Format