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
- Smart status bar (character & word count, cursor position)
14
+
- Recent notes list
15
+
- External editor hook
16
+
17
+
## Setup
18
+
1. Build from source or download compiled binary from the latest release.
19
+
20
+
2. To use the external editor hook, make sure the external editor's binary is in the environment PATH.
21
+
22
+
3. When setting up a password, make sure to store it properly, if you forget it, it can't be reset, so you'll lose access to all your files. **I do not take responsibility for any important file loss!**
23
+
24
+
4. On startup of NoteD, you have to give it time to decrypt all of the files. To increase encryption and decryption speed, you need to change the `DegreeOfParallelism` variable inside of Security.cs to a higher number to use more CPU threads. Also when you leave NoteD, it starts encrypting all the files, you have to wait until it finishes, otherwise your files will NOT be protected.
0 commit comments