@plait/mind
v0.71.0
Published
Implementation of the core logic of the mind map plugin.
Downloads
653
Readme
@plait/mind
Implementation of the core logic of the mind map plugin.
Basic functions
- Layout: logical layout, standard layout, indented layout
- Node quick creation (Tab, Enter), deletion (Delete, Backspace)
- Node theme text editing
- Expand and collapse nodes
- Copy and paste nodes
- Insert pictures
- Insert Emoji
- Node Abstract
- Color theme
- Width adjustment
- Multiple main topics
@plait/mind The core only includes data rendering and core interaction implementation, and does not include interface-based interaction implementations such as toolbars and attribute settings. Because these functions depend on specific interface styles (the plug-in layer does not want to introduce UI libraries), we The design tends to leave this part of the function to the user for custom implementation, and the plugin layer only provides event support and special configuration support.
Dependence
@plait/core
@plait/common
@plait/text
@plait/layouts