mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
Helix: added initial support
This commit is contained in:
@@ -40,8 +40,9 @@ Before building NoteWrapper, you must install the following dependencies:
|
||||
* `ripgrep`
|
||||
* `fzf`
|
||||
|
||||
You must also have a [supported editor](#editor-support) installed:
|
||||
You must also have a [supported editor (and their associated plugin if needed)](#editor-support) installed:
|
||||
|
||||
* `helix`
|
||||
* `nano`
|
||||
* `neovim`
|
||||
* `vim`
|
||||
@@ -139,8 +140,9 @@ 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 |
|
||||
| ------ | ---------- | ------ | ----------- | ------------------------------------------------------- |
|
||||
| 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) |
|
||||
@@ -200,5 +202,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: `helix`, `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`, kakoune, `ad`, flow-control, `ee`, `amp`, `dte`, `cano`, `mle`, `zee`, `ptext`, `kibi`, `ox`, `ne`, `nvi`, `dit`, `zile`, `moe`, `joe`)
|
||||
* [ ] Default to $EDITOR
|
||||
|
||||
Reference in New Issue
Block a user