Skip to content

Scope And Goals

notio is a lightweight CLI for one narrow problem: structured note creation and index generation inside ordinary repositories.

Its goals are:

  • make note creation fast
  • keep notes as plain Markdown files
  • support per-project configuration without code edits
  • keep navigation pages deterministic and easy to regenerate
  • stay small enough to embed into other repositories

Its non-goals are:

  • a database-backed note system
  • a full documentation framework
  • a task engine or workflow tracker
  • a synchronization or publishing backend