chrskerr / task-list-kanban

MIT License
19 stars 1 forks source link

Rendering stops after second close brace #2

Open scooper4711 opened 2 months ago

scooper4711 commented 2 months ago

I link my tasks to the people who I need to talk with to complete the task. E.g. I’ll have a task like:

However, when viewing in the Kanban board, the task shows the un-rendered text with two opening brackets, the full file name, the pipe, the title, and only the first close bracket … and stops there.

It doesn’t render the rest of the task. Other tasks have the link much later, and more text is rendered. When there’s a link, it always stops rendering after the first close bracket.

Please render the task, and show the whole task. A lot of my tasks end up looking like “talk with[[someone]” and not stating about what.

chrskerr commented 2 months ago

Thanks for letting me know @scooper4711 - I'll have a look into it!

chrskerr commented 2 months ago

I have just published a new version which should fix this :)

scooper4711 commented 2 months ago

That addresses the issue of the task stopping after the first ], so thank you for that.

Would it be possible to actually render [[name]] or text as links instead of markdown?