Create a Custom `/today` Slash Command
Create a /today command that reads your task and idea folders, then writes a dated Markdown page. Put overdue tasks first, followed by work due today, active ideas, and optional sections such as the latest research digest. Make the command list malformed files separately so they do not disappear silently.
Create a `/today` command for this vault. Read individual Markdown files under tasks and ideas. Generate today.md with sections for overdue tasks, tasks due today, active ideas, and today's research digest when present. Do not modify source files. At the bottom, list any skipped file and the metadata error that caused it.
This requires setting up a shell alias or a custom script in your terminal's configuration file (`.zshrc`, `.bash_profile`, etc.) to execute your Python script.




