Feature: Task Notes in Markdown Format #731
Replies: 3 comments 2 replies
|
Three proposals, three different answers. 1. The field is too small: confirmed, and it contradicts its own design note. The task notes field is a 2. Markdown: confirmed, and the building block is already in the house. 3. The Complete button: I cannot reproduce this, and I would rather ask than move something blindly. In the task detail view the two are not adjacent at all. Edit is a header action at the top of the panel, and Complete sits in the footer next to Archive and Delete. What is crowded is something else: on desktop a task row ends with up to three identical ghost icon buttons (add subtask, pencil, archive), and those are hidden on phones, where tapping the row opens the read view instead. So before I move anything: where did it happen to you, on the row or inside the opened task, and on a phone or on a desktop browser? If it is the icon row, the fix is about telling three identical buttons apart, which is a different change from moving Complete somewhere else. Getting that wrong would make the thing you actually hit harder to reach. The first two are accepted regardless. Thanks for the report, and especially for the third point, since the surface it points at has a real problem even if it is not the one described. |
|
Two of your three points are in v2.7.0:
I am leaving this open for your third point, because it is the one I still cannot place. In the task detail view "Complete" and "Edit" are not adjacent: Edit is in the panel header, and Complete sits in the footer beside Archive and Delete. What is crowded is a different spot - on the desktop a task row ends with up to three identical ghost icon buttons (add subtask, pencil, archive), and those are hidden entirely on phones, where tapping the row opens the read view instead. So, whenever you get to it: was it on the row or inside the opened task, and on a phone or in a desktop browser? If it turns out to be the icon row, the fix is about telling three identical buttons apart, which is a different change from moving Complete somewhere else - and getting that wrong would make the thing you were actually reaching for harder to hit. Thanks for the report. The first two points had been sitting in plain sight, and the note field in particular contradicted the reasoning written directly above it in the source. |
|
The last of the three points that I could act on shipped in v2.42.0. @thesoundhead your first two - the note field being too small, and Markdown rendering in the read view - went out in v2.7.0. What was still missing was the writing side: the read view rendered Markdown, but putting it there meant knowing the syntax. On a phone, typing It is the same toolbar, not a second one. That distinction is the whole reason this took a separate change rather than a copy-paste. The buttons had lived inside the notes module; they now live in a shared component both draw from. Two copies of thirteen buttons drift, and the checklist button is where drift would actually hurt: a checkbox written in a task has to be the same characters as one written in a note, or the renderer draws a box in one place and plain text in the other. Moving it turned up a bug that a copy would have duplicated instead of exposing. The placeholder text a button inserts on an empty selection was hard-coded German. Clicking "Link" wrote Your third point is the one I still cannot place, and I am closing this thread anyway rather than leaving it open indefinitely on a question that has been waiting a fortnight. To recap it honestly: you reported that "Complete" and "Edit" are easy to confuse, and in the task detail view those two are not adjacent - Edit sits in the panel header, Complete in the footer next to Archive and Delete. What is crowded is a different spot: on desktop a task row ends with up to three near-identical ghost icon buttons. If it still happens to you, please open a new thread for it with where it happened (the row or the opened task) and on what. It deserves its own place rather than a fourth reply under a Markdown ticket - and if it turns out to be the icon row, the fix is about telling three identical buttons apart, which is a different change from moving Complete somewhere else. Getting that wrong would make the thing you were reaching for harder to hit, not easier. Thanks for the report. Two of your three points were sitting in plain sight, and the note field in particular contradicted the reasoning written directly above it in the source. |
Uh oh!
There was an error while loading. Please reload this page.
I propose the following:
Completebutton to another location, since in the current location it can easily be confused with theEditmode button, which happened more than twice to meAll reactions