OliverCi / freeplane2md

Convert Freeplane mind maps into Markdown format
GNU Lesser General Public License v2.1
18 stars 3 forks source link

New behavior of option --todo #20

Open OliverCi opened 2 weeks ago

OliverCi commented 2 weeks ago

Change behavior of option --todo: If a node is explicitly marked with an icon denoting a task, do not add checkboxes to its descendant list items (unless they are also explicitly marked with a task icon). Provide new option --todo_all for old behavior.

Motivation: When a task icon has been explicitly set, subitems tend to be additional information, rather than subtasks.