Extracting link of branches in map
Discussion Open
Each branch in a mind map is given a unique link like this for example:
mj-map:///C:\Users\FVI03\OneDrive%20-%20Sky\FV%20Sky%20Data\Mind%20Maps\Sky%20Data%20Product%20Landscape%20Examples.mmap#oid={32D8AD49-756A-44B1-9B10-6EBF8A7F8B44}.
I want to extract the name of all the branches and it's respective link in the map"
Does anyone know of a bulk extract method or an application to extract all branch names and their respective links?
Files:
Mindmanger brac...
(1) A custom Macro could do this in MindManager for Windows
(2) Some custom software could extract this from the map XML without using the MindManager API
(3) To create this list manually, you could select the central topic and press Ctrl+C, then paste into a plain text application such as Notepad. This will give you all the topic texts in the main tree. Then for each topic, you can right-click and click "Copy as link", then paste into the text file. This would be tolerable for a couple of dozen topics but would scale badly.
(1) A custom Macro could do this in MindManager for Windows
(2) Some custom software could extract this from the map XML without using the MindManager API
(3) To create this list manually, you could select the central topic and press Ctrl+C, then paste into a plain text application such as Notepad. This will give you all the topic texts in the main tree. Then for each topic, you can right-click and click "Copy as link", then paste into the text file. This would be tolerable for a couple of dozen topics but would scale badly.
---