You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will need correcting no doubt, but it took me a lot of head-scratching and Googling to work it out. Maybe someone else can benefit from my experience
Once tiddlyserver is installed via npm, create a tiddlywiki.info file for each folder to be served as a tiddlywiki
like this tiddlywiki ="wikiname" –init server - //where wikiname is the name of the folder to be served
eg (for linux - use OS appropriate commands)
$ mkdir work
$ tiddlywiki work –init server
The config file (or setting.json) will specify the folder to be served, with whatever name you chose (eg WorkStuff)
Folders should be subfolders of the folder where the config file is called from (this may not be strictly accurate, but applies to the way the current example config file is structured)
Navigating to the bare port address will show a series of folders - other files can be served in folders for download. Folders with tiddlywiki.info file will show immediately as a tiddlywiki
But thanks for the work, Arlen - it gives me what I need for tiddlywikis for family members
The text was updated successfully, but these errors were encountered:
This will need correcting no doubt, but it took me a lot of head-scratching and Googling to work it out. Maybe someone else can benefit from my experience
Once tiddlyserver is installed via npm, create a tiddlywiki.info file for each folder to be served as a tiddlywiki
$ mkdir work
$ tiddlywiki work –init server
But thanks for the work, Arlen - it gives me what I need for tiddlywikis for family members
The text was updated successfully, but these errors were encountered: