Closed changchiyou closed 1 day 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
47
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