I’m trying to understand my options for integrating TiddlyWiki with my other software and automations. I’m using various RPA techniques to generate files to be imported into TiddyWiki and I’m trying to automate it as much as possible. Of note is that I’m using TiddlyWiki App (file-per-tiddler) as my platform of choice right now.
For instance I’m using PowerAutomate to export Outlook calendar information into a JSON that I manually import into TW each day. Weekly I’m running a job to build a JSON version of my company ActiveDirectory and then bring that into TW to see if any of my contacts (managed in TW) has had any change in their details. Monthly I’m also doing things like moving bank transaction logs into a budgeting wiki. There are other examples, but just to give a flavor.
As I’m using TiddlyWiki App which is file-per-tiddler based I’d hoped I could just put the file in the folder and it would pick up, but that seems to not work. I have to wait until I completely re-load the app, which generally I’m only doing weekly or so. Regular Node.JS does this within minutes and BOB does it instantly, but I’d like to stick with TiddlyWiki App if possible.
One alternative I’m trying to think how to build would be to design a button that would essentially run the import & overwrite steps “silently” when pressed - could label as “refresh” or something. Not automated, but less hassle than what I’m doing.
Is anyone one else doing anything like this or have some suggestions?