Hi @nolan great to see your progress on this. One feature I’d be interested in exploring is ways to have the TiddlyWiki instance respond to the context of the user in VSCode.
For example, if the focus is in a particular source file, the pathname of the file would be passed to TW via a magic tiddler $:/vscode/context/pathname
which can be used to dynamically display documentation relating to that particular file. It may be possible to do it a the function/method level, depending on how much information one gets from VSCode.
As an option that would require some work on the TW side, I often think it would be useful to be able to scatter documentation tiddlers within the same folders as the JS/CSS/HTML modules/tiddlers that they document. As a simple example, readme.tid
might be taken as the documentation tiddler for a source folder.
Taken together, those two features could make quite a nice general purpose documentation suite.
Yet another feature I’d love to see would be to able to click a button in the TW to execute a particular command in one of the terminal windows (opening it if required). That way I could use TW as a sort of dashboard for commonly used commands.