The plugin version is available here: https://github.com/OokTech/TW5-BobThe BobEXE version is available here: https://github.com/OokTech/TW5-BobEXE/releases/tag/1.0.7
A) Is it possible via existing things like andtidwiki
B) as an alternative, would there ever be a possibility for the tid files to be saved instead as text files? The reason being is there is an (old) Android app (wikilin) that uses the same markup as tiddlywiki and it would be cool to be able to jump between tiddler files on Android just like you would in TW
I'd love to be able to have a single personal organization system with the power of both tiddlywiki and grep/sed command line scripting (I could probably do it sticking with ".tid", but if having them as text files was a trivial option to add that would make life easier.
thanks,
- Dave
My current notes system is based on text files ending in txt (every Todo item is a text file with tags inside them) but I think I can change things to work with the tid files. I'm going to try to merge the system with tiddlywiki now that tiddlers can be individual files...
Exciting times!
Re: [tw5] Re: [TW5] Updates to the MultiUser plugin and the Single Executable versionHi Jed,For the record, although the armv7 executable doesn't work directly on Termux (on my Android 6.01 Fairphone), it does work like a charm on a Linux subsystem (Debian Stretch in my case).
Android device owners out there, if you are somewhat familiar with Linux, here are the main steps:
- Install the Termux app on your Android device
- Get the https://github.com/sp4rkie/debian-on-termux script and tweak it if you want (I only changed the localtime)
- Follow the Readme instructions in order to execute the script from a directory that resides on your main sdcard (otherwise it can't be executed)
- Wait about 30 minutes until the Debian installation completes
- Execute the enter_deb script
- apt install xdg-utils elinks # seems a bit overkill as the only reason is to allow Bob to open its console...
- exit Linux and re-execute enter_deb with the -n option in order to log in as the normal Termux user
- download tiddlyArmv7 from here https://github.com/OokTech/TW5-SingleExecutable/releases/ and execute \o/
The next executions only require to first enter the Linux system from Termux using enter_deb -n.
This is not exactly the snap aimed by these executables, and I guess that those who don't fear this procedure won't be afraid to install the normal MultiUser plugin on Termux instead. But I'm sure there are some advantages of using Bob that way, if only because it launches quicker than with the usual node tiddlywiki command.Cheers,Xavier.-- Xavier Cazin
Xavier May 12
I would also add opening other wikis on demand is more practical with bob since it allows multi access or multiuser with change syncronisation. This mean accidently working on another tab or browser with the same wiki is not a problem.
Also as I have pointed out before large or lots of wikis can be loaded if you have enough ram, if you increase your browsers allowed maximum ram a setting that can be found in at least ff and chrome.
Long live tiddlywiki and bob
Tony