MDH Nodes panel - EdoFro/Freeplane_MarkdownHelper GitHub Wiki
/ Home / Markdown Helper Dialog / MDH Nodes panel
<<< Icons panel - Extras panel >>>
MDH special nodes
The central part of the dialog contains buttons that inserts special nodes to the map that help to transform a mindmap into a Markdown document.
The most important is the "Markdown document.md" button and it helps to understand how it works before using the other ones.
In this table you can see the list with all the nodes and their descriptions:
Button | Description | Modifiers | Example |
---|---|---|---|
Markdown document.md | This node collects the information in its descendant to build a markdown type note and a possible document file.This is the most important MDH node type. All other MDH nodes are helpers to this one. | ![]() ![]() ![]() |
Markdown document |
ToC | Creates an automatic Table of Contents of the document | TOCLevelsTOCindent | ToC example |
web link | Translates the web link from its child node into the markdown document | ![]() |
Web Link example |
web Image | Translates the web link from its child node and brings the image into the markdown document | ![]() |
Web Image example |
link to local file | Translates a link to a local file from its child node into the markdown document | ![]() |
Link To Local File example |
local image | Translates a link to a local file from its child node and brings the image into the markdown document | ![]() |
Local Image example |
list | It translates a mindmap branch structure into a markdown list structure | ![]() ![]() |
List example |
plain task list | It translates a mindmap branch structure into a markdown plain task list structure | ![]() ![]() |
Plain Task List example |
nested task list | It translates a mindmap branch structure into a markdown nested task list structure | ![]() ![]() |
Nested Task List example |
table | It translates a mindmap branch structure into a markdown table structure | ![]() ![]() |
Table example |
code block | It takes a node with a script in its note and shows it as a markdown code block | Code Block example | |
text block | It builds a text block combining text with images and links | Text Block example | |
horizontal line | it just insert an horizontal line | ||
comment | It presents all its childs as commented paragraphs | Comment example |