Skip to content

Let's learn Janet and write a script to summarize Obsidian dailies.

Notifications You must be signed in to change notification settings

glpayson/summarize-standups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

summarize-standups

This is a small script I wrote while learning Janet janet-script . 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.

Setup

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).

Usage

e.g.: ./summarize-standups.janet 11/24 12/15

About

Let's learn Janet and write a script to summarize Obsidian dailies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages