shashwatah / jot

⚡Rapid note management for the terminal.
MIT License
554 stars 8 forks source link

Added command for creating and accessing daily note #6

Closed DevinLeamy closed 1 year ago

DevinLeamy commented 1 year ago

Command

Create daily notes

(format: YYYY-MM-DD)

# Edit daily note
jt today
# Edit daily note. Create it if it doesn't exist
jt today --create

Notes

The note created by jt today is unique the vault that it is created in. Also, if there is already a note titled YYYY-MM-DD in the current vault, jt today will open that note. I.e. there is nothing special about the daily note.

DevinLeamy commented 1 year ago

Accidental. Intended to push locally