ho-wan / vscode-trello-viewer

VS Code extension to view Trello cards, lists and boards inside of VS Code.
MIT License
24 stars 8 forks source link

Update title / description / comments by editing the temporary markdown file #54

Closed changchiyou closed 1 day ago

changchiyou commented 2 months ago

The idea for extracting updated content from a markdown file is to use an unconventional separator to distinguish between sections, such as - - - - - - - - - - - -, instead of the standard ---.

https://github.com/ho-wan/vscode-trello-viewer/blob/c474ebbedf19b97aeac0af50e38296bf55766d89/src/trello/constants.ts#L31

https://github.com/ho-wan/vscode-trello-viewer/blob/c474ebbedf19b97aeac0af50e38296bf55766d89/src/trello/TrelloUtils.ts#L775-L777

https://github.com/ho-wan/vscode-trello-viewer/blob/c474ebbedf19b97aeac0af50e38296bf55766d89/src/trello/TrelloUtils.ts#L917-L924