Activity for Pieter van Oostrum

  • Pieter van Oostrum Pieter van Oostrum created ticket #24307

    Can I take ownership of this project (mf2t)

  • Pieter van Oostrum Pieter van Oostrum posted a comment on ticket #2458

    Sorry, the images came out in the wrong order. The first one (Compacted) is the desired situation.

  • Pieter van Oostrum Pieter van Oostrum created ticket #2458

    Size of choice boxes in toolbar are too big

  • Pieter van Oostrum Pieter van Oostrum created ticket #2577

    Strange behaviour of context menu on Mac

  • Pieter van Oostrum Pieter van Oostrum modified a comment on ticket #2573

    Version 1.6.14 no longer hangs but it gives an error: An unexpected error occurred. Please try to make a bug report.

  • Pieter van Oostrum Pieter van Oostrum modified a comment on ticket #2573

    Version 1.6.14no longer hangs but it gives an error: An unexpected error occurred. Please try to make a bug report.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on ticket #2573

    Version 1.6.14-pre03 no longer hangs but it gives an error: An unexpected error occurred. Please try to make a bug report.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    That "big chunk of text" is another (child) node. You create it the same way (Tab on a Mac). You fill the text of it with the menu entry Edit > Node core > Edit node core in dialog, or from the context menu, which on my Mac is Alt-Return. The dashed line is really a "Hidden Edge", which you get with the menu entry Format > Edge properties > Styles > Hide Edge. It is normally invisible, but becomes a dashed line if you toch or move the node.

  • Pieter van Oostrum Pieter van Oostrum created ticket #2573

    Export to PDF hangs Freeplane on MacOS

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    How do you set and use map bookmarks?

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    requests and bs4 are not standard Python modules. So you will have to install them yourself. I don't know if they are compatible with Jython.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Great script!!

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Yes, my bad. That was Mac OS syntax. I thought Linux would be the same.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    date -r 1283093380553

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Thanks, Henk. I had tried that but apparently I had done something wrong, because the ' was still visible. Now I tried again and it worked.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Is there a way to prevent a text starting with '=' to be interpreted as a formula? I want to enter '= some text' (without the quotes) in a node and have it treated just as text. The only way that I found is to enter ="= some text", but that is clumsy. Is there a way to declare a node as pure text rather than a formula?

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    I also tried to run directly from the DMG and that also works. Strangely enough this doesn't complain about an unidentified developer. I have my security settings set to "Allow apps downloaded from Mac App Store and identified developers". So it seems Yosemite might be a bit more relaxed about security.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    I have run Freeplane 1.5.20 on MacOS Yosemite without any problems. But I copied it first to /Applications before running it.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    I would suggest downloading a new copy of the DMG and then copying Freeplane.app to /Applications.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Are presentations scriptable?

  • Pieter van Oostrum Pieter van Oostrum posted a comment on ticket #2280

    +1 for the native file chooser. I really miss it.

  • Pieter van Oostrum Pieter van Oostrum created ticket #2372

    Make toolbar more compact in 1.6

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    On a Mac, Meta is the CMD key. On Windows it might be the Windows key. If not, then you are probably out of luck and you would have to rebind the menu items to a key of your own choice.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Firefox 52 and higher no longer support Java. See https://support.mozilla.org/en-US/kb/npapi-plugins?cache=no You can install Firefox 52 ESR. This version gives you one year more of Java support, but after that it will also stop.

  • Pieter van Oostrum Pieter van Oostrum modified a comment on discussion Open Discussion

    Here are two script to hide/show details on the nodes that are now visible (filtered), but not on the invisible nodes. Hide: // @ExecutionModes({ON_SINGLE_NODE}) // hide all details of all filtered (visible) nodes node.map.root.find {it.visible}.each { it.setHideDetails(true) } Show: // @ExecutionModes({ON_SINGLE_NODE}) // shows all details of all filtered (visible) nodes node.map.root.find {it.visible}.each { it.setHideDetails(false) }

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Here are two script to hide/show details on the nodes that are now visible (filtered), but not on the invisible nodes. Hide: // @ExecutionModes({ON_SINGLE_NODE}) // hide all details of all filtered (visible) nodes node.map.root.findAll().each { if (it.visible) { it.setHideDetails(true) } } Show: // @ExecutionModes({ON_SINGLE_NODE}) // shows all details of all filtered (visible) nodes node.map.root.findAll().each { if (it.visible) { it.setHideDetails(false) } }

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    This script works to hide/show details throughout the map, which can be useful. But sometimes in my maps and projects, it would be nice if I could show/hide details just for the current filter. Any ideas how that might be done? Hi Ken, Do you mean the following? You have applied a filter to your map You want to hide/show details on the nodes that are now visible, but not on the invisible nodes * When you undo the filter, the details visibility remain as it was before the filter

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Format > Edge Properties > Styles > Sharply curved (bezier) Format > Edge Properties > Edge width > 8 At least that's what it is in 1.6.1_alpha. I don't know if 1.5.x has the same menu items. Please note that Freeplane does not put the text next to the branches, but in nodes between the edges.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    OK, now I can add attachments.

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    I just switched from 1.5.20 to 1.6.1-alpha-pre20. I noticed that now the toolbar takes more space than in the previous version, so that it no longer fits on one row. I am running on Mac OS (Yosemite) on a 13 inch iBook, so screen real estate is scarce. I use the MacOSX theme, but I tried some others and they have the same problem. I would prefer the toolbar to fit on one row when I use the maximum width of the window. I noticed that the basic culprits are the Style, Font and Font Size listboxes....

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    I have the same problem with Freeplane 1.5.20 on Mac OS Yosemite (10.10.5). I installed wikdShell 0.3.0 and when I run the console I get an error: (the 'null' error). When I try it a second time I get a different error ('Could not initialize class org.hardknots.wikd.wikdshell.WikdShell'). See the log files:

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Here is a script that does the filtering. No need to go through the clipboard pasting. // This script filters the selected nodes // and those that are directly connected to them // (no transitive closure) // Use 'Undo Filter Action' to remove the filter // @ExecutionModes({ON_SELECTED_NODE}) // Initialize def showAncestors = true def showDescendants = false def nodeList = [ ] // Get nodes-- // --of current selection c.selecteds.each { nodeList.add(it) // --of incoming nodes linked to current selection...

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    I have my map backgrounds white now, and that solves the problem. Before it was gray,...

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    Yes, also on printing the selection color is visible. Maybe it's a bug. For 1.6.x,...

  • Pieter van Oostrum Pieter van Oostrum posted a comment on discussion Open Discussion

    I have tried to find a way to deselect all nodes, but have been unable to find it....

1