Mind Elixir Plaintext Format
Mind Elixir Plaintext Format
This skill explains the Mind Elixir plaintext format specification and how to convert between it and the Mind Elixir JSON data structure. The plaintext format is ideal for human editing, AI generation, and streaming scenarios.
1. Format Overview
The plaintext format uses indentation-based syntax similar to Markdown lists. Each line represents a node in the mind map, and indentation (2 spaces per level) defines the hierarchy.
Basic Structure
- Root Node
- Child Node 1
- Child Node 1-1
- Child Node 1-2
- Child Node 2
- Child Node 2-1
More from ssshooter/mind-elixir-core
streaming mindmap rendering
Implement real-time streaming mindmap rendering using Mind Elixir in web applications. Supports streaming text parsing and incremental updates.
38integrate mind elixir
Guide for integrating Mind Elixir into a frontend project, covering installation, initialization, data structure, and basic usage.
32customize markdown
Guide for customizing markdown rendering in Mind Elixir nodes, including using third-party libraries.
31export mind map as image
Guide for exporting mind maps as images using `@zumer/snapdom`.
31