[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-25 Thread Kevin Kleinfelter
I'm generally happy with node.js serving a TW which is used by multiple 
clients.  

I have a 'personal' TW and a 'work' TW and a my wife's TW, all served up 
via a node.js instance.  I routinely access my personal TW from my work 
laptop, my personal laptop, and my chromebook.  

I've had very few data problems with this arrangement.  I don't *ever* 
update the same tiddler concurrently!  For the rare cases where I need to 
revert a change, I'm using gitwatch to auto-commit my tiddlers to git.

On Saturday, May 23, 2020 at 10:35:15 AM UTC-4, Willy Tanner wrote:
>
> I am coming to depend on Tiddlywiki more and more these days and I am 
> wondering how I can use it best on multiple devices (macOS and iOS). For 
> the moment I am simply using a single html file on my iCloud Drive that I 
> am trying to remember to close once I am finished on one computer lest I 
> accidentally overwrite something with older content, thus losing all the 
> changes from in between. This is not optimal because it leaves me in a 
> constant state of anxiety (did I really shut down TW on the other 
> computer?) and also because it adds to the friction when that afterthought 
> also wants to be written (is it really important enough to merit opening TW 
> again?). 
>
> Are there more intelligent workflows for a single user scenario using 
> macOS and iOS that would alleviate the saving and syncing side of things?
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8bbf98eb-62ad-458f-aee9-be0b955eadc5%40googlegroups.com.


[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-25 Thread Dave Parker
Thanks Jed. 

I should have added that part in when I described my usage. Currently any 
script I run to start Bob also pauses the sync feature on the tiddlers folder.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f4125946-9db9-405e-b22b-fc68933e714d%40googlegroups.com.


[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-25 Thread Jed Carty
I want to step in here and give a warning about using Bob/BobEXE with a 
file syncing application (syncthing, dropbox, etc.), there are times when 
Bob and the syncing software will get interfere with each other and either 
revert a recent edit when one changes a file while the other is preparing 
to change the same file, or in other cases you can get duplicate files.

One of the features I am currently working on for Bob will help with this 
problem, but for now it is likely to cause problems.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e0aee71f-f6ef-496d-8e49-c6f26110%40googlegroups.com.


[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-25 Thread Chuck R.
If you set your TW to save automatically every time you end editing a 
tiddler, wouldn't get help a lot?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8c9e8460-4076-426f-b88a-ebaaeb1f4ee4%40googlegroups.com.


[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread Alfonso Arciniega
Good point, Gracious,

I forgot to mention that I also use Quine2 on my iOS devices. However, 
instead of synchronizing to iCloud, which allows to use devices of only one 
platform, I synchronize to Google Drive, which allows me to do from 
everywhere, every device.

Alfonso

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/30aeeb72-1c5b-4713-a750-3cc44c55ad35%40googlegroups.com.


[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread Alfonso Arciniega
Willy,

Using the *timimi* extension with its Backup method settings set to "Tower 
of Hanoi"; plus setting your TW to "Save changes automatically" in the 
ControlPanel you could avoid losing your changes if you open a TW left open 
in your other machine. Worst case scenario would be you have to look into 
your backup TW's and import tiddlers that were "missed in action".

Cheers,

Alfonso

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ba84458a-fe9a-45d6-95b4-cd3dba13fbc9%40googlegroups.com.


[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread springer
Willy,

I'm in a similar situation (personal wikis, but multiple devices). 

The tiddlyspot server, on auto-save, is somewhat less anxious than the 
iCloud solution. It's not vital to remember to close, but if you come back 
to an old open version of your wiki, it remains important to refresh/reload 
before continuing work. Still, the worst-case situation is that you resort 
to tiddlyspot's backup url to recover tiddlers from a save that got 
accidentally overwritten.

You can encrypt the whole wiki if you like, requiring a password.

-Springer

On Saturday, May 23, 2020 at 10:35:15 AM UTC-4, Willy Tanner wrote:
>
> I am coming to depend on Tiddlywiki more and more these days and I am 
> wondering how I can use it best on multiple devices (macOS and iOS). For 
> the moment I am simply using a single html file on my iCloud Drive that I 
> am trying to remember to close once I am finished on one computer lest I 
> accidentally overwrite something with older content, thus losing all the 
> changes from in between. This is not optimal because it leaves me in a 
> constant state of anxiety (did I really shut down TW on the other 
> computer?) and also because it adds to the friction when that afterthought 
> also wants to be written (is it really important enough to merit opening TW 
> again?). 
>
> Are there more intelligent workflows for a single user scenario using 
> macOS and iOS that would alleviate the saving and syncing side of things?
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9b8240ca-0caf-4a6a-925a-146421581820%40googlegroups.com.