Releases: tomasriveral/NoteWrapper
Releases · tomasriveral/NoteWrapper
v1.1
What's Changed
Editor Support
- Helix: added initial support by @tomasriveral in (#1)
- Kakoune: added initial support by @tomasriveral in (#2)
- Micro: added initial support by @tomasriveral in (#5)
- Vi: added initial support by @tomasriveral in (#6)
Features
| Editor | Bufferless | Cursor | Jump to end | Aditional requirements |
|---|---|---|---|---|
| Helix | ❌ | ❌ | ✅ | — |
| Kakoune | ❌ | ❌ | ✅ | — |
| Micro | ❌ | ✅ | ✅ | micro-vivify and modifications to your init.lua |
| Vi | ❌ | ❌ | ✅ |
Fixes
- Backup: Fix (#3) rsync arguments were not stored correcly by @tomasriveral in #4
Full Changelog: v1.0...v1.1
v1.0
NoteWrapper initial release.
Journaling and notetaking TUI wrapper on top of your favorite editor!
Features
- Terminal-based note and journal system
- Vault-based organization
- Standard Markdown files
- Journal support with flexible entry formats and flexible journaling style (unified and divided)
- Real-time Markdown rendering via Vivify
- Backup support using
rsync - Supports multiple editors (vim, neovim, nano)