On Wednesday, February 19, 2014 7:36:16 PM UTC-8, Robert Edwards wrote: > > Searched but didn't find an answer that I could grok. When importing > plugins the option in the subject is checked by default. I'm reading in > various places that there is a backstage sync option, which I can't find. > Was it removed in more recent versions? (I'm using 2.8.1). How does it work? >
Indeed, the "sync" handling was removed from the TWCore. It was a significant amount of code and, as noted in PMario's reply, remote file access (http://) from local files (file://) is now severely restricted or even completely removed from most modern browsers. There IS an open item to "turn the old sync code into a plugin", but it wouldn't do much good unless you have an unrestricted browser to run it in. Note: when you leave the checkbox enabled in the import panel, the tiddlers you import will have extra fields created: server.host = the source URL where the tiddler came from server.page.revision = datetime stamp of the tiddler when it was imported (e.g, "201310082326") server.type = "file" (a literal keyword indicating the source was a standalone TWC file ) Although the *automated* sync function is no longer present, the above fields can still be useful for updating plugins by manually checking to see if the source tiddler currently on the server.host has a newer datetime than the previous "server.page.revision" datetime stored in the local copy. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios YOUR DONATIONS ARE VERY IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

