@creator-notes/cli 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/cn/SKILL.md +1 -0
package/package.json
CHANGED
package/skills/cn/SKILL.md
CHANGED
|
@@ -196,6 +196,7 @@ cn config set-server <url>
|
|
|
196
196
|
```
|
|
197
197
|
- Only use inline `--markdown "..."` for very short, single-line content.
|
|
198
198
|
- The server converts markdown to TipTap JSON automatically.
|
|
199
|
+
- **Always start markdown content with a `# h1` heading.** This becomes the note title. Follow proper markdown structure: `## h2` for major sections, `### h3` for subsections. Well-structured heading hierarchy is expected for all notes.
|
|
199
200
|
- **Relationship mentions in markdown**: Use `[NOTE-123](relationship:references)` or `[NOTE-123: Title](relationship:references)` syntax — plain text "NOTE-123" does NOT create clickable mentions.
|
|
200
201
|
- Supported relationship types: `depends-on`, `blocks`, `related-to`, `derived-from`, `references`, `extends`, `implements`, `invalidates`, `duplicates`
|
|
201
202
|
- Simple mention shorthand: `[NOTE-123]` or `[NOTE-123: Title]` (defaults to "references")
|