Hi everyone
I am considering again producing online content with TiddlyWiki in node.js, something like an expanding knowledge base made for others. My idea is to work with files stored in OneDrive, then upload each week the files that have been modified that week.
Years ago I tried this a few times, but the barriers were these:
-
While a local standalone file is a bookmark away, node.js is kind of hidden from view. One has to think of opening it.
-
While a local standalone file is a click or two away, node.js involves opening the prompt thingy, remembering what to type into it, burrowing down to the appropriate file, then going to the browser and clicking a bookmark to go to a random string of numbers. Only then could I get working on content. This increases friction and makes it hard to add things “on the fly”.
-
I used FileZilla to transfer ALL of the tid files because it wasn’t obvious to me that there was a way to collect just the files that were modified that week.
-
Working with a local file and converting it to tid files was yet another step, so I avoided it.
For those who produce online content with node.js, I am wondering what kind of tips, tricks, workflows you all have used to reduce friction, save time and steps, make it more visible and accessible to remember, etc.