I was thinking of doing a VS Code extension and wondered if anyone had done/started anything similar?
Essentially, I want to use Tiddlywiki as a project planning tool and a lightweight issue tracker. I’ve done a couple macros that get the kind of workflow I want, but having things in a separate app apart from my developer tooling, and having the documentation away from my code, definitely slows things down.
I’m thinking of something that adds a Wiki tab to the VS Code sidebar, opening a configured path in a local WebView. The wiki path is configurable via setting. Ideally you’d set it locally per project/workspace and commit those settings, so opening the project opens whatever wiki you’ve configured for that workspace.
I’m also considering writing a saver that uses whatever file API VS Code extensions expose. And if the wiki at the configured path isn’t found, an empty wiki with the saver preloaded is generated and opened.
Has anyone done anything like this? I wouldn’t want to start a project if someone already has/is, or if there’s something that’s abandoned and just needs a bit of updating.