From adbc56fb36cf53404bb0730b33bdbb8a0940dbb7 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Tue, 21 Apr 2026 19:17:05 +0200 Subject: [PATCH] Kakoune: added initial documentation --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eec4284..4596598 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Before building NoteWrapper, you must install the following dependencies: You must also have a [supported editor (and their associated plugin if needed)](#editor-support) installed: * `helix` +* `kakoune` * `nano` * `neovim` * `vim` @@ -140,12 +141,13 @@ The first two features depend on [Vivify's editor integration](https://github.co If your editor does not support these features, you can implement a plugin using [Vivify's API](https://github.com/jannis-baum/Vivify?tab=readme-ov-file#editor-support). -| Editor | Bufferless | Cursor | Jump to end | Plugin required | -| ------ | ----------- | ------- | ------------ | --------------------------------------------------------| -| Helix | ❌ | ❌ | ✅ | — | -| Nano | ❌ | ❌ | ✅ | — | -| Neovim | ✅ | ✅ | ✅ | [vivify-vim](https://github.com/jannis-baum/vivify.vim) | -| Vim | ✅ | ✅ | ✅ | [vivify-vim](https://github.com/jannis-baum/vivify.vim) | +| Editor | Bufferless | Cursor | Jump to end | Plugin required | +| --------- | ----------- | ------- | ------------ | --------------------------------------------------------| +| Helix | ❌ | ❌ | ✅ | — | +| Kakoune | ❌ | ❌ | ✅ | — | +| Nano | ❌ | ❌ | ✅ | — | +| Neovim | ✅ | ✅ | ✅ | [vivify-vim](https://github.com/jannis-baum/vivify.vim) | +| Vim | ✅ | ✅ | ✅ | [vivify-vim](https://github.com/jannis-baum/vivify.vim) | [How to add support for another editor](./CONTRIBUTING.md#adding-editor-support) @@ -202,5 +204,5 @@ It is recommended to use a browser different from your main one for rendering. * [ ] A converter between journal types * [ ] Support multiple vault directories -* [ ] Port NoteWrapper to other editors (non-exhaustive list of planned ports: `emacs -nw`, `micro`, `jed`, kakoune, `ad`, flow-control, `ee`, `amp`, `dte`, `cano`, `mle`, `zee`, `ptext`, `kibi`, `ox`, `ne`, `nvi`, `dit`, `zile`, `moe`, `joe`) +* [ ] Port NoteWrapper to other editors (non-exhaustive list of planned ports: `emacs -nw`, `micro`, `jed`, `ad`, flow-control, `ee`, `amp`, `dte`, `cano`, `mle`, `zee`, `ptext`, `kibi`, `ox`, `ne`, `nvi`, `dit`, `zile`, `moe`, `joe`) * [ ] Default to $EDITOR