Scripting: Script filter

From Freeplane - free mind mapping and knowledge management software
Revision as of 21:22, 23 December 2012 by Vincend (talk | contribs)

One of the nice feature of Freeplane is the filtering tool.

Thanks to the scripting capabilities of the filtering ou can imagine what ever you want as filter tool.

Here after some samples will show you what you can do.

Node modify date

Some of us are using Freeplane to follow project's tasks. To easily follow evolution of them, we can filter nodes having a ModifyDate < last week. Meaning all nodes for which I've not made any updates since 1 week.

The script filter for that is: "node.lastModifiedAt <= new Date() - 7"