I need to be able to access my wiki via a phone app, so I cannot only rely on the standard node server.
I was thinking of using npm-watch or something similar. I could set a watch for changes on all .tid files and export to a html file when changes occur. I could also listen for changes to the html file and export to .tid files when I change the html file from my phone app.
But I would of course need to avoid going into a unending loop between these two.
I also understand that I will need to restart the tw node server when I make changes from another machine (affecting the .tid files)
Does anyone have experience using such a setup?
Best,
James