We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44434d commit 673d39eCopy full SHA for 673d39e
config
@@ -1,4 +1,4 @@
1
-# This is an example configuration file for notes
+# This is an example configuration file for notes
2
# To use it, copy to ~/.config/notes/config
3
# This config is case sensitive
4
@@ -9,4 +9,7 @@
9
# QUICKNOTE_FORMAT="%Y-%m-%d"
10
11
# Set extension to plain txt instead of markdown
12
-#NOTES_EXT="txt"
+# NOTES_EXT="txt"
13
+
14
+# Define the directory where notes are stored
15
+# NOTES_DIRECTORY=~/notes
0 commit comments