This is a small script I wrote while learning Janet
. It reads all daily markdown files in my Obsidian vault, extracts standup notes, summarizes them using Fabric and writes the summary to a new markdown file in the Obsidian vault.
Requires that the following environment variables are set:
DAILIES_DIR
- The location in the Obsidian vault where dailies are stored. Dailies must be stored in YYYY/MM/YYYY-MM-DD.md directory and file structure.SPRINTS_DIR
- The location to write the summaries. Summary output files are titles YYYY-MM-DD-summary.md, where YYYY-MM-DD is the end date input (see Usage).
e.g.: ./summarize-standups.janet 11/24 12/15