Script name
journal_entry
Script authors
@pbek @sanderboom @kantrol @nico2sh
Desired behavior
When a new journal entry is created, automatically add a tag that reflects the date. Preferrably customizable similar to the title, i.e. with YYYY, MM, etc substitutions.
Suggestion
Several scripts have a hard coded formatDate function. It may be worth to centralize this function or use a strftime library.
Script name
journal_entry
Script authors
@pbek @sanderboom @kantrol @nico2sh
Desired behavior
When a new journal entry is created, automatically add a tag that reflects the date. Preferrably customizable similar to the title, i.e. with
YYYY,MM, etc substitutions.Suggestion
Several scripts have a hard coded
formatDatefunction. It may be worth to centralize this function or use astrftimelibrary.