Open TXS380 opened 4 years ago
This is something we'd want to do with a dedicated outline editor, which can allow for infinite nesting.
Alright, is this outline editor going to offers similar features like checkboxes? Do you have a roadmap or some rough idea when you are going to release the outline editor?
@mobitar Hello, is there some progress on adding this functionality? I like your app and appreciate your work, but suffer without this feature :( Could you please tell when this feature is expected to be implemented? Thank you in advance!
No updates here I'm afraid. Don't want to make any promises either. Just something we're keeping in mind.
Was going to request this.
Two small changes would help significantly:
A few larger changes would help more:
{maxremaining: -1, css: ".taskitem {color: red: font-weight: bold; order: -1}"}
(i.e. womp womp — overdue and not completed, because a completed item would have nil remaining
){minremaining: 60*60*24, maxremaining: 60*60*24*7, css: ".taskitem {font-style: italic; order: 4}"}
(i.e. kinda urgent — due within the next week but not today){minremaining: 60*60*24*30, css: ".taskitem {opacity: 0.7; order: 10;}"}
(i.e. not urgent — due over a month from now)attr
is only supported for content
currently; order
requires a numeric, not a string; and calc
isn't supported in selectors, only in values. Alas.order
, if you want to override the default ordering. Just set the container to display: flex;
or display: grid;
. However, note that this isn't accessible to screen readers; JavaScript should monitor the order
and actually re-sort the DOM accordingly, so that it works for blind users too. X
,*
,*/X
) tuple of [min/hr/dom/mo/dow] (or again, one time manual override if set & later):not(.completed).recurring.my_project
— where some of those classes are reserved and set by the editor, and some are tags, or pad labels). No special logic required — just stick the tag in the item as a class, append a div of tag spans, and allow an option for entry of the matching CSS.
I now that this extension is meant as a simple task editor but I still really miss the option to define subtasks. Like right now my editor often looks like: