I try to explain my aim here which might be confusing and/or out of scope for Tiddlywiki.
My TW is configured with Node.js under Windows 11 and managed my reference with refnotes plugins.
I am developing a Chrome Extension to add a toolbar over publication page through matching doi
if I have managed it in TW. See example below for icons of TW, and links to Google Scholar and Scopus in the right top corner.
I understand I can create a permalink
to a tiddler TiddlyWiki in a new tab. However, I prefer to open it in the current story river.
After googling, I found it is impossible to active another tab (i.e. Tiddlywiki Tab) from Chrome Extension.
Now my idea is to POST tiddler title
, which I want to open, into a new tiddler (e.g. $:/from-chrome-extension
) from my Chrome Extension, then monitor this tiddler and open them in the story river in TW.
So my question is it is possible to develop in TW for these requirements.
- monitor the text field in a tiddler (e.g.
$:/from-chrome-extension
) - parse text field as a list of tiddlers
- open it in the story river if it is not opening
- switch to it if it is already opening
Hope it makes sense. Thanks for any advices.