I've reached a very exciting milestone in prototyping for my Kanban-board VS Code extension!

#kanban #vscode #visualstudiocode #organization #productivity #foam
I can now switch between markdown task files in Visual Studio Code and have the data rendered into the Kanban board:
Carrying on my recent tweets while I'm developing...
In the previous session, I had my extension detecting when the active document in VS Code has changed and then sending the details to the webview.

That was being triggered for every document, so now I need to restrict these notifications to only markdown files:
The React code in the webview then handles the "document-changed" notification and calls the function "markdownToBoard" to parse the markdown file content into the Kanban board data:
You can follow @ashleydavis75.
Tip: mention @twtextapp on a Twitter thread with the keyword “unroll” to get a link to it.

Latest Threads Unrolled: