Create a card with check list made from TODO+ extensions todo file.
can use .md export?!?
https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-markdown-todo#overview
I will attempt to dig into how to do this when I can, but am really new to VS code and a total coding noob.
Edit: for now i edited to handle the same icons Todo+ uses for ez copy and paste. Still would be nice to be able to update the checklist back into Trello and some how make it all more automated/command driven.
TrelloUtils.js Line 603:
checkItem.state === "complete" ? ✔ ~~${checkItem.name}~~ \n : ☐ ${checkItem.name} \n;
P.S. thank you for starting this extension, Trello is the best! so is VScode!
Create a card with check list made from TODO+ extensions todo file.
can use .md export?!?
https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-markdown-todo#overview
I will attempt to dig into how to do this when I can, but am really new to VS code and a total coding noob.
Edit: for now i edited to handle the same icons Todo+ uses for ez copy and paste. Still would be nice to be able to update the checklist back into Trello and some how make it all more automated/command driven.
TrelloUtils.js Line 603:
checkItem.state === "complete" ?
✔ ~~${checkItem.name}~~ \n:☐ ${checkItem.name} \n;P.S. thank you for starting this extension, Trello is the best! so is VScode!