doug-101 / TreeLine

an information storage program
http://treeline.bellz.org
229 stars 31 forks source link

Checkable items #3

Closed chowbok closed 1 year ago

chowbok commented 5 years ago

Would it be possible to make a todo list type with checkboxes, where checking on an item would automatically check the box and change its node type to "TASK_DONE"?

doug-101 commented 5 years ago

I've thought about that, but I'm not sure how to cleanly implement it. For performance reasons, I don't want to burden the tree view with so many check boxes. But a check box wouldn't fit very well with the data-edit view editors. Any alternate ideas?

I assume that you son't want to use the choice data-edit pull downs from the to-do sample file. As a current work-around, you could remove the conditional types and use the Set Node Type command on tree view nodes to manually set the type. It would be fairly quick if done using the ctrl-T shortcut.

-Doug

l-arnold commented 4 years ago

Checkboxes would be helpful. I have used Bonsai and Outliner (Android) together. Both use checkboxes well. Outliner supports Treeline synch so it would be pretty nice to have that level of integration. Bonsai is pretty much lost to the 4 winds now but it still works well.