-
-
Notifications
You must be signed in to change notification settings - Fork 80
Add config setting for memo filepath formatΒ #7
Copy link
Copy link
Open
Labels
Description
Please allow to configure the memos filename format, and support creation of subdirectories.
For example, create directories for 'year-month/' and filename with 'day-slug.md':
filefmt = "%Y-%m/%d-${SLUG}.md"
π¬ Notice the
/in format.
Example of current default:
filefmt = "%Y-%m-%d-${SLUG}.md"
I keep my memos in this fashion:
βββ 2016-10
βΒ Β βββ 22-ipsum.md
βββ 2016-12
βΒ Β βββ 11-foo-bar.md
βΒ Β βββ 13-bar-baz.md
βΒ Β βββ 19-lorem.md
βββ 2017-01
βΒ Β βββ 05-foo.md
βββ index.md
Reactions are currently unavailable