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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,13 @@ To get started with you'll want to set `$EDITOR` to your favourite text editor,
51
51
52
52
There are also more complex options available. You can set any configuration properties either in the environment, or in a config file (stored in `~/.config/notes/config`), with settings in config overriding those in your environment. This allows you to configure a different `$EDITOR` for notes to everything else, if you like. The config file is a good choice for more complex set ups, but probably not worth worrying about to start with. We've included an example config in this repo for you ([config.example](config.example)) that you can copy if you like.
53
53
54
-
The only other configuration property right now is `$QUICKNOTE_FORMAT`, which changes the way that quicknote filenames are generated. The string is formatted by passing it to the `date` command, and defaults to `quicknote-%Y-%m-%d`.
54
+
### What are the configuration options?
55
+
56
+
*`QUICKNOTE_FORMAT` changes the way that quicknotes are generated. The string formatted using the `date` command.
57
+
*`NOTES_EXT` changes the default extension that notes are saved with.
58
+
*`NOTES_DIRECTORY` changes the directory in which notes are stored.
59
+
*`EDITOR` can also be overriden here, for `notes` only.
0 commit comments