diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index 6b1c6aef2..d0249a144 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -5246,11 +5246,34 @@ "value": "bx bx-sitemap", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "XpOYSgsLkTJy", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "0Ofbk1aSuVRu", + "isInheritable": false, + "position": 30 } ], "format": "markdown", "dataFileName": "Mind Map.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "Od9jIuQHijXH", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Mind Map_image.png" + } + ] }, { "isClone": false, diff --git a/docs/User Guide/User Guide/Note Types/Mind Map.md b/docs/User Guide/User Guide/Note Types/Mind Map.md index e69de29bb..664518070 100644 --- a/docs/User Guide/User Guide/Note Types/Mind Map.md +++ b/docs/User Guide/User Guide/Note Types/Mind Map.md @@ -0,0 +1,24 @@ +# Mind Map +![](Mind%20Map_image.png) + +The mindmap allows for easy jotting down of ideas and storing them in a hierarchical fashion. + +## Terminology + +* A **node** is a single idea, represented differently based on depth (filled rounded rectangle for the root note, unfilled rectangles for sub-ideas, lines only for sub-sub-ideas). +* The **root node** is the top-most node from which all other nodes derive, displayed as a filled rectangle. There can only be a single root node. + +## Interaction + +* To create a new node at the same level as the current one, press Enter, enter the desired text and then press Enter once again to confirm. +* Similarly, to create a sub-node, press Tab, enter the desired text and then press Enter. +* To create a parent, use Ctrl+Enter instead. +* To remove a node, press Delete. +* To move a node up or down, press Page Up or Page Down. +* To adjust the font size, color of the text or background or to add a link, click on a node and use the floating panel that appears to the right. +* To select one or more notes, drag and drop across the map. +* Right click the node to bring a contextual menu with options such as creating new nodes, focusing on a particular notes or creating links between them. +* Use the buttons at the top-left to change the positioning of the nodes relative to the root node (to the left, to the right, or to both sides). +* In the [Floating buttons](../Basic%20Concepts%20and%20Features/UI%20Elements/Floating%20buttons.md) area: + * An [image reference](Text/Images/Image%20references.md) can be copied, to paste the mind map in a text note. + * The diagram can be exported either as SVG (vectorial) or PNG (raster). \ No newline at end of file diff --git a/docs/User Guide/User Guide/Note Types/Mind Map_image.png b/docs/User Guide/User Guide/Note Types/Mind Map_image.png new file mode 100644 index 000000000..692ac9877 Binary files /dev/null and b/docs/User Guide/User Guide/Note Types/Mind Map_image.png differ diff --git a/docs/User Guide/User Guide/Note Types/Note Map.md b/docs/User Guide/User Guide/Note Types/Note Map.md index 9d3c4fa77..1dbeae3b3 100644 --- a/docs/User Guide/User Guide/Note Types/Note Map.md +++ b/docs/User Guide/User Guide/Note Types/Note Map.md @@ -1,6 +1,6 @@ # Note Map +![](Note%20Map_image.png) + A Note map is a note type which displays a standalone version of the feature of the same name: [Note Map (Link map, Tree map)](../Advanced%20Usage/Note%20Map%20\(Link%20map%2C%20Tree%20map\).md). -Once created, the note map will display the relations between notes. Only the notes that are part of the parent of the note map will be displayed (including their children). - -![](Note%20Map_image.png) \ No newline at end of file +Once created, the note map will display the relations between notes. Only the notes that are part of the parent of the note map will be displayed (including their children). \ No newline at end of file diff --git a/src/public/app/doc_notes/en/User Guide/!!!meta.json b/src/public/app/doc_notes/en/User Guide/!!!meta.json index 326ab14b1..cf47f1192 100644 --- a/src/public/app/doc_notes/en/User Guide/!!!meta.json +++ b/src/public/app/doc_notes/en/User Guide/!!!meta.json @@ -5246,11 +5246,34 @@ "value": "bx bx-sitemap", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "XpOYSgsLkTJy", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "0Ofbk1aSuVRu", + "isInheritable": false, + "position": 30 } ], "format": "html", "dataFileName": "Mind Map.html", - "attachments": [] + "attachments": [ + { + "attachmentId": "Od9jIuQHijXH", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Mind Map_image.png" + } + ] }, { "isClone": false, diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mind Map.html b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mind Map.html index ce5b0a2ff..5864b16f1 100644 --- a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mind Map.html +++ b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mind Map.html @@ -12,7 +12,48 @@

Mind Map

-
+
+
+ +
+

The mindmap allows for easy jotting down of ideas and storing them in + a hierarchical fashion.

+

Terminology

+ +

Interaction

+ +
diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mind Map_image.png b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mind Map_image.png new file mode 100644 index 000000000..692ac9877 Binary files /dev/null and b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mind Map_image.png differ diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Note Map.html b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Note Map.html index bda5f0ab4..358d90e30 100644 --- a/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Note Map.html +++ b/src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Note Map.html @@ -13,14 +13,15 @@

Note Map

+
+ +

A Note map is a note type which displays a standalone version of the feature of the same name: Note Map (Link map, Tree map).

Once created, the note map will display the relations between notes. Only the notes that are part of the parent of the note map will be displayed (including their children).

-

- -

+