datacore
datacore copied to clipboard
dedicated task views (and other task-related improvements)
this pull request adds:
- a
$textfield containing the text of task and list items - a
$strippedTextfield containing the text of task and list items, sans inline fields TaskandTaskListcomponents for displaying one or multiple tasks, respectively
a demo
i've been working on this branch privately for awhile, but i think it's almost ready for a proper review.
as always, feedback is welcome!!
I like the explicit separation of the stripped text from the rest of the text - I had been thinking about that for Dataview but never managed to implement it.
Coming back around to finish merging this one.
Going to rebase this PR and remove the things I've already merged from it.
Task text and the $text and $symbol keys are in - next up I'll rebase and reformat the actual task view. I'd like to review the current task view, since I'd like it to be possible to embed task lists into other views like tables as well.
Going to rebase this PR and remove the things I've already merged from it.
Task text and the $text and $symbol keys are in - next up I'll rebase and reformat the actual task view. I'd like to review the current task view, since I'd like it to be possible to embed task lists into other views like tables as well.
it already is possible to embed task lists into tables :)
closing this because i plan to delete my fork (i have write access now)