Skip to content

Make a Check List from Todo+  #46

@b1mind

Description

@b1mind

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions