EdoFro / Freeplane_MarkdownHelper

Markdown HelperAddOn for Freeplane is a tool to create markdown documents in a Freeplane mindmapping way. The general idea of this AddOn is to insert special nodes in your map that help to translate the information in a mindmap into a Markdown document. You obtain a good looking document retaining the flexibility that offers Freeplane and mindmapping. You can easy reorder and insert new ideas as usual.
MIT License
29 stars 2 forks source link

Problem with the option to hide some nodes #18

Closed bepolymathe closed 1 year ago

bepolymathe commented 1 year ago

Hi @EdoFro

I noticed a strange behavior with MDH when trying to use the "hideFolded" option...

Capture vidéo du 2023-03-12 13-22-03.webm

Can you reproduce it?

STDOUT: mars 12, 2023 1:10:49 PM org.freeplane.core.util.LogUtils info
INFOS: freeplane_version = 1.11.1; freeplane_xml_version = freeplane 1.11.1
java_version = 17.0.6; os_name = Linux; os_version = 6.1.14-200.fc37.x86_64
EdoFro commented 1 year ago

Hi @bepolymathe , the note in the MDH node is a formula and it gets only recalculated when any of its descendants changes its value (text, details or note). To force the note to update, you can create a new child node and delete it, or change the order of any of the nodes. Try those tricks and see if they work for you.

Also, that feature hides the folded node and its descendants, not only its descendants. I thought it that way to hide complete document parts with their titles. I don't know if it it the best way. Sometimes I wish it only hides the nonvisible nodes.

Another thing that happens is that a title may become a normal text if you fold all their subtitles. Also here, I don't know if it is the best solution the way it is implemented currently.

I almost don't use this feature. When I want to hide branches from MDH I use the 'leaf', the 'won't see monkey' or the 'do not enter' icons.

Please, if you have some suggestions, tell me.

BR

edo

EdoFro commented 1 year ago

@bepolymathe, can I close this issue?