Interactive view mode for Todo list #1599
-
Currently the workflow for dealing with Todo lists is very clunky. First off, it starts in edit mode which shows us the syntax, which isn't that useful when we are actually in the middle of working. Secondly, checking off an item involves either writing text or using the checkbox button at the bottom of the screen. View mode is largely useless as a result. But view mode looks a lot nicer, especially when using an md file, and looks a lot more like a traditional to-do list as it would in a dedicated Todo application Instead of having to mess around with syntax, I feel like an "interactive view mode" would be a lot more useful for Todo lists. When opening a Todo list, it would be in interactive view mode by default. This would give us a much nicer looking Todo list by default. Tapping on any item should toggle it's completed status on and off. Edit mode would still be needed for adding or editing entries. This would be a Todo exclusive feature, as we don't want people accidentally updating documents elsewhere when in view mode since it's supposed to be read only. The reason I'm asking for this is because tasks seem to be, for a lot of people, something they want to write upfront, then check off easily while in the middle of doing said tasks. Having to mess around in edit mode and constantly context switch as we complete tasks is time consuming, and just viewing it in edit mode all the time is really ugly and prone to accidental edits when we just want to check off tasks. Vimwiki has a sort of similar feature where you can toggle checkboxes with ctrl-space regardless of whether or not you're in edit mode |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
I won't make view mode editable. Period. If you try to reword it nicely, thats won't change a thing. There are many todo.txt based apps out there, and all off them have some own custom GUI around it. As of view mode for todo.txt - yes it's not pretty. But at same time, in comparision to Markdown: There is zero interest by contributors to make it prettier. Markor is Open Source and everybody decides on their own if and how much time they give. For this one, nobody found time for it. People just always ask, rather working on it 😃 . I also don't see much important either, the editor has proper highlight and works well. And - at the end of the day, it's still one line = one task, no things like videos, graphs, different headings. Thats where viewing stuff differently gets interesting, and what users do with Markdown and Zim. But not with todo.txt, the format is what it is - simple and lightweight. Issue # 859 (todo.txt: view mode - Fancy grouping, sort, search etc) at gsantner/markor |
Beta Was this translation helpful? Give feedback.
-
Fwiw, if you touch the title, you will get some options for more advanced filtering. You can, for example, search by project and then multi-select etc. |
Beta Was this translation helpful? Give feedback.
-
rec, threshold, and hidden are probably things I'll implement at some stage.
Regarding discoverability, you're right. We need to document these a lot more and I haven't found the time / inclination to do it. If you're able to add to the readme / docs, that would be great imo.
Jul. 25, 2022 04:42:37 xkcd386at ***@***.***>:
… You can select one or more tasks in the advanced filtering view and on hitting ok, /all selected tasks/ will be highlighted in the regular edit view. You can add a context, change priority or due date for all of the selected tasks.
oh that is nice; thank you. I thought those check boxes were to mark the task complete (remember I said "and the only change allowed there is to mark the task complete"?)
not to hijack the thread but this brings me to another nit: the features are not discoverable. Long click the /keyboard/ icon to do something? Long click the title to jump top/bottom? I could only find them by laboriously going through the discussion responses (mostly yours, tbh!). If they are documented elsewhere, I did not find them
but I'm happy to hear what you're doing. Once "rec:" is implemented, I'll come back.
—
Reply to this email directly, view it on GitHub[#1599 (reply in thread)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAOZ3TCMJCJWTHPDBNFESRTVVZ4SZANCNFSM5OKA6ZTQ].
You are receiving this because you commented.[Tracking image][https://github.com/notifications/beacon/AAOZ3TGJXEXPTH6OE2AIUZLVVZ4SZA5CNFSM5OKA6ZT2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAYSPDI.gif]
|
Beta Was this translation helpful? Give feedback.
I won't make view mode editable. Period. If you try to reword it nicely, thats won't change a thing.
There are many todo.txt based apps out there, and all off them have some own custom GUI around it.
Markor is different here, and it doesn't need to be just like the others. Thats what Markor makes different & unique and why people like it. If you like the other way, go for the other way.
As of view mode for todo.txt - yes it's not pretty. But at same time, in comparision to Markdown: There is zero interest by contributors to make it prettier. Markor is Open Source and everybody decides on their own if and how much…