Is there a way to hide task information or tags in MindManager 2020 with a single button?
Answered
I understand that the default method requires multiple clicks through the View menu to hide either task info or tags. Additionally, does MindManager 2020 support customizations that might allow creating a one-button solution for this, possibly through macros or add-ins?
thank you.
A macro could potentially do this with
Document.Filter.SetViewFilter(mmViewFilterFlags.mmViewFilterFlagHideTaskInformation)
This has been available since MindManager 5, so should work in MindManager 20.
A macro could potentially do this with
Document.Filter.SetViewFilter(mmViewFilterFlags.mmViewFilterFlagHideTaskInformation)
This has been available since MindManager 5, so should work in MindManager 20.
I don't know from which version this works. Right mouse button > Branch information >
I don't know from which version this works. Right mouse button > Branch information >
---