BeatLink
BeatLink
Any updates on this?
Good idea
Would it be possible to add this to the next build? It would really help with organizing tasks and utilizing labels more. It should also be fairly easy to implement...
The best way this could be implemented would be to migrate planner's storage architecture to a plugin based system. That is being discussed here #623 . Feel free to head...
Having given it some thought, it would be important that this feature applies to specific branches rather than the note themselves. A user may want only some branches always expanded...
Oh okay thanks. Ill have a look
How do i access ETAPI from within a backend script?
Essentially i want to create a script that automatically expands the children for a note with a label like #alwaysExpanded
It works, thanks! The plan right now is to have the script run whenever the parent of the notes with the given tags are expanded
...which leads me to my next question. How do you detect if a note has been expanded. I checked the built in events and the closest was runOnNoteChange which didnt...