aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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