← ClaudeAtlas

moldavite-markdownlisted

Create and edit Markdown notes for Moldavite with supported frontmatter, wiki links, aliases, tags, task lists, and formatting. Use when writing .md files in a Moldavite Forge, converting Obsidian syntax, or when the user mentions Moldavite notes, wikilinks, note colors, frontmatter, or tags.
mauropereiira/moldavite-skills · ★ 1 · Data & Documents · score 80
Install: claude install-skill mauropereiira/moldavite-skills
# Moldavite Markdown Create Markdown that survives round trips through Moldavite's rich-text editor. Use standard Markdown plus only the Moldavite extensions documented here. ## Workflow 1. Read the Forge's `AGENTS.md` when present. Forge-specific rules override this skill. 2. Before editing an existing note, read its complete raw Markdown, including frontmatter. 3. Preserve unknown frontmatter keys and unsupported content unless the user asks to change them. 4. Use conservative Markdown: headings, paragraphs, lists, tasks, blockquotes, links, fenced code, and images. 5. Connect notes with Moldavite wiki links. Use standard Markdown links for external URLs. 6. Verify link order, tag syntax, frontmatter fences, and destination filename before writing. ## Supported Markdown ````markdown # Heading 1 ## Heading 2 ### Heading 3 **bold** and *italic* - Bullet 1. Ordered item - [ ] Open task - [x] Completed task > Blockquote [External link](https://example.com) ```text Fenced code ``` ```` Moldavite also round-trips underline, highlight, text alignment, and sized images as inline HTML. Do not introduce that HTML unless the task needs those editor features. ## Frontmatter Frontmatter is optional and must begin at the start of the file: ```yaml --- title: Project Alpha status: active color: moss --- ``` - Moldavite interprets `color`; valid IDs are in [SYNTAX.md](references/SYNTAX.md). - Other valid YAML keys are preserved, but Moldavite may reorder or reformat them on