mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
Jed: add initial documentation
This commit is contained in:
@@ -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:
|
You must also have a [supported editor (and their associated plugin if needed)](#editor-support) installed:
|
||||||
|
|
||||||
* `helix`
|
* `helix`
|
||||||
|
* `jed`
|
||||||
* `kakoune`
|
* `kakoune`
|
||||||
* `micro`
|
* `micro`
|
||||||
* `nano`
|
* `nano`
|
||||||
@@ -145,6 +146,7 @@ If your editor does not support these features, you can implement a plugin using
|
|||||||
| Editor | Bufferless | Cursor | Jump to end | Aditional requirements |
|
| Editor | Bufferless | Cursor | Jump to end | Aditional requirements |
|
||||||
| --------- | ----------- | ------- | ------------ | ---------------------------------------------------------|
|
| --------- | ----------- | ------- | ------------ | ---------------------------------------------------------|
|
||||||
| Helix | ❌ | ❌ | ✅ | — |
|
| Helix | ❌ | ❌ | ✅ | — |
|
||||||
|
| Jed | ❌ | ❌ | ✅ | — |
|
||||||
| Kakoune | ❌ | ❌ | ✅ | — |
|
| Kakoune | ❌ | ❌ | ✅ | — |
|
||||||
| Micro | ❌ | ✅ | ✅ | [micro-vivify](https://codeberg.org/gibbert/micro-vivify) and [modifications to your `init.lua`](./docs/micro.md)|
|
| Micro | ❌ | ✅ | ✅ | [micro-vivify](https://codeberg.org/gibbert/micro-vivify) and [modifications to your `init.lua`](./docs/micro.md)|
|
||||||
| Nano | ❌ | ❌ | ✅ | — |
|
| Nano | ❌ | ❌ | ✅ | — |
|
||||||
@@ -219,5 +221,5 @@ It is recommended to use a browser different from your main one for rendering.
|
|||||||
|
|
||||||
* [ ] A converter between journal types
|
* [ ] A converter between journal types
|
||||||
* [x] Support multiple vault directories
|
* [x] Support multiple vault directories
|
||||||
* [ ] Port NoteWrapper to other editors (non-exhaustive list of planned ports: `emacs -nw`, `jed`, `ad`, flow-control, `ee`, `amp`, `dte`, `cano`, `mle`, `zee`, `ptext`, `kibi`, `ox`, `ne`, `dit`, `zile`, `moe`, `joe`, `pico`, `vis`)
|
* [ ] Port NoteWrapper to other editors (non-exhaustive list of planned ports: `emacs -nw`, `ad`, flow-control, `ee`, `amp`, `dte`, `cano`, `mle`, `zee`, `ptext`, `kibi`, `ox`, `ne`, `dit`, `zile`, `moe`, `joe`, `pico`, `vis`)
|
||||||
* [x] Default to $EDITOR
|
* [x] Default to $EDITOR
|
||||||
|
|||||||
Reference in New Issue
Block a user