What problem does it solve?
Note-taking workflows that capture input (text, voice, or image) and store it in a git-backed notes repository, then summarize, organize, and extract tasks to a KanBAN.md, and commit/push changes.
Core Features & Use Cases
- Intake supports text, voice, and image inputs with structured metadata and automatic summarization.
- Automatic filename and folder creation at notes/YYYY/MM/YYYY-MM-DD--<slug>.md with a stable slug.
- Write notes using the provided template in assets/note-template.md to ensure consistent structure.
- Store attachments (images, audio) in organized asset directories and reference them from the note.
- Redact secrets before committing to prevent leakage of API keys, tokens, or passwords.
- Extract tasks into Kanban by updating KANBAN.md with links to the corresponding note.
- Maintain a clickable README index for the notes repository and support end-of-day review.
- Daily routines include reviewing backlog and proposing re-organization to improve structure.
Quick Start
Provide your note content and optional title or tags to create a new git-backed note.