# This is an example configuration file for notes # To use it, copy to ~/.config/notes/config # This config is case sensitive # Set the editor that notes are opened with # EDITOR=nano # Change the quicknote format to get rid of the word "quicknote" # QUICKNOTE_FORMAT="%Y-%m-%d" # Set extension to plain txt instead of markdown # NOTES_EXT="txt" # Define the directory where notes are stored # NOTES_DIRECTORY=~/notes # Define the directory where templates are stored # TEMPLATES_DIR=.templates # Define command to run after modification command # POST_COMMAND="/path/to/custom_script.sh"