@creator-notes/cli 0.2.3 → 0.2.4
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 +5 -0
package/package.json
CHANGED
package/skills/cn/SKILL.md
CHANGED
|
@@ -236,6 +236,11 @@ Use `--size` to control text node font size (default: `heading`):
|
|
|
236
236
|
| `heading` (default) | Section headers, zone titles, canvas labels |
|
|
237
237
|
| `paragraph` | Descriptions, annotations, supporting context |
|
|
238
238
|
|
|
239
|
+
#### Text Node Style
|
|
240
|
+
|
|
241
|
+
- **Never use ALL CAPS** for text node content. Use title case instead (e.g., "Key Tensions" not "KEY TENSIONS").
|
|
242
|
+
- Keep text labels concise — they are structural signposts, not paragraphs.
|
|
243
|
+
|
|
239
244
|
#### Positioning Algorithm
|
|
240
245
|
|
|
241
246
|
1. **Build the graph** — list all notes and their relationships.
|