Open ramsan10 opened 4 years ago
Feedback from me:
I agree that view mode should be readonly.
Grouping/Sorting/Searching in view mode: Unlimited possibilities. I also agree.
I would like to help on this, but I cannot, as I do not program css/js extensively.
Adding to this "todo.txt view mode meta task":
The app has a Table of Contents option for Notes, can we have it for Tasks? The change needed to make it work is to tie Table of Contents with Sort. For example, if Sort by Context is selected, then opening Table of Contents will list the available contexts in todo.txt, and selecting a context will place the cursor at the first item (or even last item, if there is an appropriate option in Settings) with the context.
Maybe another suggestion - filters by context / projects / priorities. Nice realization in Simpletask - you can view/hide any tasks which is convenient when there are one or two hundreds of them.
Yup. By the way edit mode has this implemented already, long press context/projrct/priority button.
Thanks. This works like markdown content - very useful. In the meantime, while writing I realized that there is may be more effective method: not a single todo.txt, but rather bunch of *.todo.txt files splitted by contexts (look at image). The markor is perfect for it. Now test drive it "in the field" :)
With the latest improvements to filtering by context and project, I feel that maybe we don't need a view mode for Todo.txt at all.
Instead, we should replace the view mode button with a filter button which will give the use the ability to do (one of)
All filtering will be done in search dialogs (which now support highlighting ) and in edit mode so the user can quickly select the filter results and perform an appropriate action (for example: mark as done)
What do you think?
The idea to filtering and ordering in view mode was that we wanted to view the information in different ways without modifying the underlying txt file. Is it possible to do it now with your proposal?
RR
Missatge de Harshad Vedartham @.***> del dia dl., 19 de jul. 2021 a les 8:18:
With the latest improvements to filtering by context and project, I feel that maybe we don't need a view mode for Todo.txt at all.
Instead, we should replace the view mode button with a filter button which will give the use the ability to do (one of)
- Filter by context
- Filter by project
- Filter by due date
- Filter by priority
All filtering will be done in search dialogs (which now support highlighting ) and in edit mode so the user can quickly select the filter results and perform an appropriate action (for example: mark as done)
What do you think?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gsantner/markor/issues/859#issuecomment-882271882, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFCMFB6W5JBEJBN2MJK4GTDTYO7SLANCNFSM4KYAIE4Q .
To some degree. We have the ability to filter by context and project without modifying the underlying file right now. There will be some significant improvements to this in 2.8.
What I am proposing is that we extend this to due date and priority. The 'view' will be in a dialog similar to the search dialog.
Selecting multiple tasks for modification does involve modifying the underlying file in some case - if you select multiple non-contiguous tasks for editing, they will be grouped and moved to the top of the file for selection.
Instead, we should replace the view mode
I disagree, especially for export&pdf "view mode"/html is required.
Where we develop more is not relevant to that though.
Where we develop more is not relevant to that though.
We could put all this functionality under search.
So search icon will open a dialog with the following options:
Each will take you to the appropriate dialog
Once the checkbox multi-select is merged, I can implement this pretty easily.
@ramsan10
You can check out the filtering system here https://github.com/gsantner/markor/actions/runs/1108313641
Activate it by clicking on the title. Feedback would be appreciated
It is possible in markor to sort the entries in edit mode. This is not very convenient, as it may be desirable to view some ordering for the entries but keep the natural ordering in the file. This is convenient so as older entries are at the end of the file. One possible advantage is for using a version control system for the file, to compare with older files etc.
My proposal is to add a button to sort entries in view mode. Files does not change, only visualization. It should be possible to sort by project, date, priority, etc. (decreasing and increasing)
Also, it would be nice to group by projects.