<- Adapters

Notes

experimentalplatform

personal notes over a markdown/Obsidian vault

pip install chp-adapter-notes

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

append_notev0.1.0

Append text to an existing note (e.g. a daily log). Text never in evidence.

chp.adapters.notes.append_note
create_notev0.1.0

Create a new markdown note with frontmatter. Body never in evidence.

chp.adapters.notes.create_note
list_notesv0.1.0

List markdown notes in the vault (optionally under a subfolder).

chp.adapters.notes.list_notes
read_notev0.1.0

Read one note: title, tags, frontmatter, and body. Body never in evidence.

chp.adapters.notes.read_note
search_notesv0.1.0

Find notes whose title or body contains the query. Query and body never in evidence.

chp.adapters.notes.search_notes
See the full capability catalog →