Hi folks,
There's got to be a better way to do what I'm doing, which is basically trying to run a production version of TW for
designwritestudio.com, which is a tiddlywiki that serves as a textbook, course hub, and studio home. I'd like to version it (perhaps by semester), retaining much info and wiping other info.
I want two or more people to be able to edit, ultimately, so I"m using github and will explore pull requests as edit requests.
I anticipate building several versions of the same wiki over time (perhaps for each semester, for example), so I'm using node.js.
Or am I better off generating two files -- maybe index.html and index-to-edit.html --- from the node.js command "build --index" , and using tiddlydesktop to edit index-to-edit.html, and (somehow) render the tiddlers into the node.js version, and then rebuild the index in the node.js commands? (that's a lot of steps...).
Any thoughts of sharing of workflows would be helpful!
//steve.