-
-
Notifications
You must be signed in to change notification settings - Fork 67
Adding Notes
Each node in the mind map can have free-form text associated with it in the form of a note. The note is written and stored in Markdown format. The note text is not displayed directly in the mind map itself but is viewable either by clicking on the note icon to the right of the node’s title or by viewing the Current tab in the sidebar when the node is selected in the mind map.
Note text will typically be included in exported formats that support note text.
To add or edit a note associated with a selected node, right-click to display the contextual menu and select the “Edit note” option. This will display the note editor within the sidebar.
Because notes are handled as Markdown text, any note text in the sidebar will be syntax highlighted appropriately.
Any valid URLs found within the note text buffer can be opened in an external application by holding the Control key while clicking on the URL text.