create-dovetail-doc
Installation
SKILL.md
Create a Dovetail doc (dt doc)
Creates a doc in your Dovetail workspace from a local markdown file or a plain title. The new doc opens in your browser when created.
Prerequisites
dtis installed — if not, runnpm install -g @heydovetail/dt- Workspace is configured — if not, run
dt init DOVETAIL_API_KEYis set (from workspace Settings > API)
Usage
dt doc <file.md | title words...> [flags]
- If the argument is an existing file, its contents become the doc body and the title is taken from the first
#heading (or the filename). - If the argument is not a file, all words are joined as the doc title and an empty doc is created.