The following autohotkey script works for me. Requirements: 1. Set Ins as the shortcut to create child node. 2. Set any key other than Esc to Navigate to Root node. This script requires Esc to not be associated with any shortcut. 3. Have the below script running. It does the following: 1. If you are editing text in a node and press Tab then the script will send Enter, then Esc and then Ins, in effect inserting a new child node. 2. Shift+Tab acts as Tab, when you actually want to insert Tab while...
Edited : I had posted untested script here. Once I have it working properyly then I will post the correct once again.
The following autohotkey script works for my requirements. I have set Tab instead of insert as my shortcut to create child node and I have the AHK script running. It does the following: 1. if you are editing text in a node and press tab then the script will send Enter followed by Tab, in effect inserting a new child node. 2. BUT, if you are NOT editing a node and then press tab it will insert a sibling node !! It would be difficult for autohotkey to figure out if a node is in editing mode for an...
Figured it out. I had "\large" setup as the default for latex nodes. \large disables word wrapping. After removing \large, I can have latex node as default for all nodes.
Figured it out. I had "\large" setup as the default for latex nodes. \large disables word wrapping. After removing \large, I can have latex node as default for all nodes.
I second this feature request. Using tab seems very intuitive for me.
Hi, I want to have styles where bold face standard node font looks as close as possible to "text" part of latex node (that is the text outside of $..$). I can edit either style to match the other. The closest I got was to make all nodes latex, but in this setting there was no word wrap. Also please don't suggest using sans-serif font, in latex sans-serif bold font looks bad to me. I have looked at this page: https://www.freeplane.org/wiki/index.php/LaTeX_in_Freeplane but I can't figure out how to...