Skip to content

Commit

Permalink
(2.0.3) Returned config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Apr 18, 2021
1 parent f2d16b0 commit 2999e6b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

23 changes: 23 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/bin/bash

# (IMPORTANT) Top-level directory for all the notes
export C_NOTES_DIR="${HOME}/Notes"

# (IMPORTANT) Use an editor to change today's note file manually
export C_NOTES_EDITOR="vi"

# (optional) Delimiter between the separated notes inside today's note file
export C_NOTES_DELIMITER="\n---\n"

# (optional) Create a %Year% subfolder for the notes?
export C_NOTES_Y_SUBDIR="true"

# (optional) Create a %Month% subfolder for the notes?
export C_NOTES_M_SUBDIR="true"

# (optional) File extension (what goes after the . in the filenames)
export C_NOTES_FORMAT="md"

# (optional) A /path/to/template file for the new notes
export C_NOTES_TEMPLATE="template"

0 comments on commit 2999e6b

Please sign in to comment.