diff options
| author | moxie <moxie@3kgcat.fi> | 2026-03-15 10:28:40 +0200 |
|---|---|---|
| committer | moxie <moxie@3kgcat.fi> | 2026-03-15 10:29:49 +0200 |
| commit | a6158ea5ed4d86a02f31331c28f866512f40a25a (patch) | |
| tree | 15a6d7ff23e3bfc403195b8fc618ab95e09fb9f9 /README.md | |
| parent | 6e2a3e13b565596263fb3f33803acfbd55b1ccd6 (diff) | |
chore: update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
