Which method of saving are you intending to use?
For default saving, your file has to go in the browser downloads directory OR, if you change setting to "ask each time" you can save anywhere.
But, if you save with default saving without "ask each time" each save will be made like file(1), file(2), etc. Which means when you restart your browser you will need to find the last file(x) and launch that one.
If you use BJ or Mario's save plugin, then for BJ's your file location is
<download directory>/tiddlywikilocation/file or
<download directory>/tiddlywikilocation/<directory>/file
and for Mario's it's
<download directory>/<tw you set>/file or
<download directory>/<tw you set>/<directory>/file
1. Install a web-dav server app. The app I used is https://play.google.com/store/apps/details?id=com.theolivetree.webdavserver&hl=en
2. Create a folder in your internal memory/internal storage. Let us say, myFolder. Place your TW5s in here.
3. Open the app. Select settings menu of the app (top right corner). Change the following items.
- Network Interface: Loopback
- Home directory: Custom folder
- Custom folder; /sdcard/myFolder
4. Back to the main interface of the app. Start the server.
5. Open your mobile browser and type in the address field: "127.0.0.1:8080"
6. A page will open listing all files you placed in "myFolder". Open a tiddlywiki and try saving after some modifications.
Pros:
- Several Web-dav server apps are available in play store, you are not bound with one.
- Relatively easier to set up. Once the first set is done, subsequent launches is just a matter of starting the server from the app.
Cons:
- So far, external sdcard saving has not worked for me.
Extra tips:
- You can use an app like https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite&hl=en to sync the "myFolder" to dropbox/gdrive/onedrive.
- If you have like one major Tiddlywiki, you can add a shortcut to it placed in your home-screen. While your TW is open, select "Add to home-screen" from the overflow menu of chrome browser (the three dots menu on the top right).
Personally I am a fan of Tiddlyserver by Arlen and is using the same in android. However, setting it up in android involves a few more steps and might scare a terminal-shy new-comer away, admittedly. Nevertheless, if anyone wants to do it and need help, by all means ask.
Live long and prosper,
Riz
Which method of saving are you intending to use?
For default saving, your file has to go in the browser downloads directory OR, if you change setting to "ask each time" you can save anywhere.
But, if you save with default saving without "ask each time" each save will be made like file(1), file(2), etc. Which means when you restart your browser you will need to find the last file(x) and launch that one.
If you use BJ or Mario's save plugin, then for BJ's your file location is
<download directory>/tiddlywikilocation/file or
<download directory>/tiddlywikilocation/<directory>/file
and for Mario's it's
<download directory>/<tw you set>/file or
<download directory>/<tw you set>/<directory>/file
actually the directory for "savetiddlers" is tiddlywikilocations. There are more difference between mine and Mario's "file-backups" solution:
- savertiddlers works the same as tiddlyfox - it is a one click save - with "file-backups" there is a two click initial save for each tiddlywiki.
Sometimes you may not want to move you tiddlywiki - savetiddlers does not insist that you move all your tiddlywikis - it open a file choose dialogue to choose a different location to save to, whereas "file-backups" insists that you move your tiddlywikis.
savetiddlers works with all versions of tiddlywiki, file-saver only works with tiddlywiki5.
savatiddlers works with chrome (and other chromium based browsers) file-backups does not.
savetiddlers has a once a day backup with date appended to name, file-backup uses a rotational backup of files, with appending (A), (B) etc
and for Mario's it's
<download directory>/<tw you set>/file or
<download directory>/<tw you set>/<directory>/file