I find that I change out savers every few years because each of them solves unique problems but also has unique limitations. For a while I only used my work laptop, but now I’m running a personal laptop as well, and that changes the needs. I just went back through @twMat 's site SetUp (tiddlyspot.com) site to see if I saw anything new, but I’m not sure if it’s been updated very recently, so maybe there’s others out there now. It might just also be interesting for others to share their setups for people to get ideas.
My setup
-
Machines:
- Primary: Work laptop - Windows, no admin access, got Node.js installed pre-lockdown, have SharePoint available (aspx/webdav), can get to github, but not save to it (it triggers corporate security alerts), use Edge browser
- Phone: Android (Samsung), use Firefox browser
- Home laptop (new) - Windows, has admin, can get to SharePoint (and everywhere else), use mostly Edge browser, some Firefox
-
Current setup (5 different ones today):
- Primary organizer is on Node.js run in a OneDrive folder
- Pros: Get per-tiddler infinite backups, can programmatically dump .tid files in that folder from other places that eventually get picked up. Saves are VERY fast which is important. Offline which is important as I’m often away from network during the day.
- Cons: Can’t get to this wiki from either my phone or work laptop, which is now problematic as I want to use home laptop too.
- Team based one-to-many wikis for my work team are all using .aspx/webdav on SharePoint
- Pros: Super easy to setup, can get to them on all 3 of my machines and my team can too
- Cons: Not really capable for multi-user simultaneous-edit situations, doesn’t like to have very quick changes, so not good for high-change-volume situations like task management
- Team based co-authoring for my work team used BOB, but discontinued due to glitches
- Pros: Great for heavy co-authoring / task management with the team, worked on corporate network and even remote partners could work through VPN
- Cons: Struggles as we go from desk to meetings and flip back and forth on network types, ended up losing data and having other sync issues.
- Public stuff I use combination of aspx/webdav and github/tiddlyhost
- While on my main work machine, saving to tiddlyhost / github triggers some security situation and they block the site. I’ve got away with having them unblock it temporarily, but this is not a good long term situation. Now I do most stuff locally, and then transfer to github/tiddlyhost only at the end when using home machine. This slows down plugin development considerably right now.
- Primary organizer is on Node.js run in a OneDrive folder
-
Plan at current:
- Transfer my Node.js setup back over to the .aspx/webdav on SharePoint
- Gain: Will be able to get to wiki from mobile and home machine again
- Lose: Will lose per-tiddler backups and will probably have to turn auto-save off as even SharePoint gets confused with too many quick saves (which happens commonly with task management). This will lead to probable minor data loss.
- Leave all my work one-to-many wikis as .aspx/webdav, this works really well.
- Wait for the next generation of multi-user to re-introduce it to my team and hope it proves more stable than BOB did for me/us.
- Transfer my Node.js setup back over to the .aspx/webdav on SharePoint
So I guess my only specific question might be if there’s a “folder-based” saving mechanism that I can setup easily that will allow access from my phone and home machines? Combining the file-per-tiddler part of Node.js that I like with ability to have access to it everywhere?