Right now, the description is shown directly on the card. I would expect it to be
At the moment there is no details view actually. But we might be able to implement this via #25.
While there we would like to get some input from designers on how to design the flow and screens.
cc @stefan-niedermann since he is working on the editing part.
I will later open an issue at the server app repo, because we can not mention @nextcloud/designers from this repository to get some input :)
We can use the markdown lib that we are using for the notes app for the same cross-app experience (RxMarkdown)
@stefan-niedermann Sweet! 馃憤
@stefan-niedermann Yes, good idea :+1:
description visible in details view and not on board/stack has been pushed to master
Its more than markdown - checklists / subtasks are very useful too,
https://github.com/nextcloud/deck/issues/53
I think there must be two views - detail view (rendered markdown, checkable checklists) and edit view (raw text).
Right now edit screen have only second view.
I see this is closed and I was just about to ask for something I think would fall on this. @stefan-niedermann does this markdown renderer also add the ability too see my attachments (images) on the card rather than as a link?
I'm asking since I don't want to make a similar feature request when you might already have fixed it. :)
The current implementation will not allow image embedding, but i am pretty sure, we will replace the imementation since the RxMarkdow-library is not maintained anymore.
It's more like a quickwin to render some markdown :)
I use version 1.8.2 from fdroid and the markup is shown as text only. Not rendered markup for checkboxes. Am I missing something here?
@skeal Checkboxes are not yet supported, markdown support is currently rudimentary.
We plan to use Nextcloud Text for markdown rendering in the long term, which supports checkboxes.
Most helpful comment
Its more than markdown - checklists / subtasks are very useful too,
https://github.com/nextcloud/deck/issues/53
I think there must be two views - detail view (rendered markdown, checkable checklists) and edit view (raw text).
Right now edit screen have only second view.