Versions in this module Expand all Collapse all v0 v0.2.5 Feb 5, 2025 v0.2.4 Feb 5, 2025 Changes in this version type MindMap + func (m *MindMap) InsertNL() v0.2.3 Nov 28, 2024 Changes in this version + type MindMap struct + Filename string + Root *Node + Selected *Node + func New(source *xmlfile.Node, filename string) *MindMap + func (m *MindMap) Adopt(node *Node, newParent *Node, beforeNode *Node) + func (m *MindMap) Backspace() + func (m *MindMap) DeleteNode() + func (m *MindMap) Down() + func (m *MindMap) Every(fn func(node *Node)) + func (m *MindMap) Export() *xmlfile.Node + func (m *MindMap) Insert(alpha rune) + func (m *MindMap) Left() + func (m *MindMap) NewChildNode() + func (m *MindMap) NewNextNode() + func (m *MindMap) Right() + func (m *MindMap) Select(node *Node) + func (m *MindMap) Up() + type Node struct + Childs []*Node + Parent *Node + Value *field.Field + func (node *Node) Level() int