mayank1513 / vscode-extension-trello-kanban-board

Simple trello like kanban board for VS Code. Visually organize your ideas!
https://vscode-extension-trello-kanban-board.vercel.app
MIT License
16 stars 1 forks source link

Allow for linebreaks/carriage return in tasks #41

Closed west4me closed 2 months ago

west4me commented 2 months ago

Allow for linebreaks/carriage return in task. When the user pushes Enter or Shift+Enter, new lines are inserted. This feature would offer another way to format the task text.

Upvote & Fund

Fund with Polar

west4me commented 2 months ago

I updated this morning and I'm still not able to put a line break in between a paragraphs. They are removed when leaving focus on the task.

mayank1513 commented 2 months ago

Markdown will remove extra newlines.

I believe this is how markdown and html etc. are parsed.

On Tue, 2 Jul, 2024, 8:38 pm William Cunningham, @.***> wrote:

I updated this morning and I'm still not able to put a line break in between a paragraphs. They are removed when leaving focus on the task.

— Reply to this email directly, view it on GitHub https://github.com/mayank1513/vscode-extension-trello-kanban-board/issues/41#issuecomment-2203480984, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCR4VJSJQAGBDB3PGPFBA3ZKK67PAVCNFSM6AAAAABJ52XPY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBTGQ4DAOJYGQ . You are receiving this because you were assigned.Message ID: <mayank1513/vscode-extension-trello-kanban-board/issues/41/2203480984@ github.com>

mayank1513 commented 2 months ago

I have updated the extension. Now you should be able to use html code. Just use
for extra line breaks. If having multiple line breaks is what the community supports largely, I will have that handled. But for now, let us stick with the popular markdown parsing and support your use case with html.

Thanks.

west4me commented 2 months ago

That exactly what I needed. Thanks!