Replies: 6 comments 5 replies
-
If you dont't want to see stuff, move it to other file, usually done.txt.
Otherwise, you don't, there is no such hiding magic. You edit a file in text editor and whats there in the file is fully shown to you.
|
Beta Was this translation helpful? Give feedback.
-
I want to use the same file with Markor and with other todo.txt apps. If you search for "todo.txt h:1" then you will find, that this is a quite commen syntax extension to use hidden tasks. But these are not real tasks, they are just helpers. They are only used to configure the todo.txt in these apps. They use a different way for configuration than Markor. Markor also can add tags and context to be used, but they will be added only in Markor. That's why these rows can be hidden in other Apps. And I also want to hide them in Markor, and I can't just remove them from the file, because they contain the configuration, required in other apps. If there is no idea how to hide them out of the box: Would it be possible to implement this feature for better compatibility with other todo.txt apps? |
Beta Was this translation helpful? Give feedback.
-
Just bear in mind this is not a proper todo.txt app. If you want a proper todo.txt app use something like simpletask. Markor is a great editor, but I tend to forget the todo part. May be useful on the odd occasion to track a specific project. |
Beta Was this translation helpful? Give feedback.
-
I understand the idea to show in the editor all, what is there. This is a good idea. If I want to filter, I could just use other apps. On the other side, the view mode has no syntax highlighting but shows only the poor text. So it is not helpful for todo.txt - at least for me. Or did I miss an option to get the reach visual features, which I see in the editor, also in the view mode? Let me write about the editor mode. It is absolutely fine to show all content in the editor mode. I agree. What about using special syntax highlight for rows, containing the string to mark the row as hidden? I think, adding a specific syntax highlighting and using for sorting should be compatible to the current implementation? |
Beta Was this translation helpful? Give feedback.
-
Alternatively, we could expand the filter system to enable some of this functionality. We already have the ability to create and save filters (tap on the title). To (partially) fit @aubreyz workflow we would need to expand on the filter system to support
Internally, the filters use a simple json based syntax. We could expand on this and allow filtering based on a saved filter. Building and maintaining this is far from trivial though. |
Beta Was this translation helpful? Give feedback.
-
See filter syntax here: https://github.com/gsantner/markor/blob/master/app/src/main/java/net/gsantner/markor/format/todotxt/TodoTxtFilter.java#L95-L103 |
Beta Was this translation helpful? Give feedback.
-
some other android todo.txt clients allow to define hidden tasks using a "h:1" somewhere in the row. Is there a way to toggle to hide or display them in Markor? This would allow to use this feature in the same files in different apps.
The rows are hidden because they contain some possible tags and context. Markor has another way to define them, but this works only in Markor.
Especially I mean the apps Simpletask and Mindstream.
Beta Was this translation helpful? Give feedback.
All reactions