You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,27 @@
6
6
Notabena is a free and open source note-taking app, written in pure Rust. [Join our Discord here!](https://discord.gg/htNK4YcJB8)
7
7
8
8
## Features
9
-
These are our current planned features. There's going to be a TUI and an app, the features under `Features` are universal
9
+
These are our current planned features. There's going to be a TUI and an app, but the features under `Features` are universal.
10
10
11
11
-[ ] Features
12
12
-[x] Simple note-taking
13
13
-[ ] Encrypted notes
14
14
-[x] Simple Markdown support
15
15
-[ ] Export & Share notes
16
16
-[ ] Add tags to notes
17
+
-[ ] Live-saving notes
17
18
-[ ] Compatibility on the same device (GUI & CLI) and compatibility cross-device by account<br>
18
-
_NOTE: Currently we have a simple PoC with basic prompts, but we're planning to support CLI flags like `notabena --new`/`-n` but if you run `notabena` you'll get a full-fledged TUI_
19
+
_NOTE: Currently we have a simple PoC with basic prompts, but we're planning to support CLI flags like `notabena --new`/`-n` but if you run `notabena`, you'll get a full-fledged TUI_
19
20
-[ ] GUI
20
21
-[ ] Custom themes
21
22
-[ ] Private vault: only accessible with PIN
22
23
-[ ] Folders
23
24
-[ ] Multiple note types which will be shown as text in the CLI
0 commit comments