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
- Host: GitHub
- URL: https://github.com/ivan3bx/nve
- Owner: ivan3bx
- Created: 2023-01-14T06:43:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-01T05:31:42.000Z (4 months ago)
- Last Synced: 2026-03-01T07:28:41.540Z (4 months ago)
- Topics: golang, notational-velocity, note-taking-app, sqlite3, sqlite3-fts5, terminal-based
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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