From a6158ea5ed4d86a02f31331c28f866512f40a25a Mon Sep 17 00:00:00 2001 From: moxie Date: Sun, 15 Mar 2026 10:28:40 +0200 Subject: chore: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3