You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"save note to file button" now can handle relative links to files
MDH dialog arrow keys navigation fixed
Added collapsible widget capabillity
this adds <details> and <summary> tags
new collapsible capability
You have to add the red triangle icon to the nodes you want to be collapsible.
The collapsible widget can be rendered by some Markdown viewers. It works perfect for Github, but not in Freeplane itself.
Here is an example of the new collapsible capability:
It translates to this:
My collapsible example
1. Standard header
A non collapsible header with non collapsible topics
1.1. Topic a
This is the content of topic a.
1.2. Topic b
This is the content of topic b.
2. Collapsible header
A collapsible header with non collapsible topics
2.1. Topic a
This is the content of topic a.
2.2. Topic b
This is the content of topic b.
3. Collapsible header with collapsible topics
A collapsible header with collapsible topics
3.1. Collapsible topic a
This is the content of topic a.
3.2. Collapsible topic b
This is the content of topic b.
This discussion was created from the release v0.1.4.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
v0.1.4
<details>
and<summary>
tagsnew collapsible capability
You have to add the red triangle icon to the nodes you want to be collapsible.
The collapsible widget can be rendered by some Markdown viewers. It works perfect for Github, but not in Freeplane itself.
Here is an example of the new collapsible capability:
It translates to this:
My collapsible example
1. Standard header
A non collapsible header with non collapsible topics
1.1. Topic a
This is the content of topic a.
1.2. Topic b
This is the content of topic b.
2. Collapsible header
A collapsible header with non collapsible topics
2.1. Topic a
This is the content of topic a.
2.2. Topic b
This is the content of topic b.
3. Collapsible header with collapsible topics
A collapsible header with collapsible topics
3.1. Collapsible topic a
This is the content of topic a.
3.2. Collapsible topic b
This is the content of topic b.
This discussion was created from the release v0.1.4.
Beta Was this translation helpful? Give feedback.
All reactions