An open API service indexing awesome lists of open source software.

https://github.com/ivan3bx/nve

(N)ote, (V)iew, (E)dit : simple viewer and editor for your plain-text notes
https://github.com/ivan3bx/nve

golang notational-velocity note-taking-app sqlite3 sqlite3-fts5 terminal-based

Last synced: 2 months ago
JSON representation

(N)ote, (V)iew, (E)dit : simple viewer and editor for your plain-text notes

Awesome Lists containing this project

README

          

# (N)ote, (V)iew, (E)dit

`nve` will be a lightweight note taking application in the spirit of [Notational Velocity](https://notational.net).
The goal is to point 'nve' to a directory of plain-text files, and quickly search, view, and create files in that directory.

## Current Status

- 2023/01/16 - Navigation, search and viewing.
- 2023/02/22 - Saving, creating & displaying snippets
- 2026/02/06 - Monitoring FS changes

## TODO

- [x] ✅ Saving edits
- [x] ✅ Creating new notes from search box
- [x] ✅ Display snippet in search results
- [x] ✅ Monitor FS changes to incrementally update DB
- [ ] Support renaming of notes (modal)
- [ ] Colorize matching search term in content
- [ ] Syntax highlighting for Markdown files