On Sunday, April 19, 2015 at 5:18:25 AM UTC-7, Kevin Cornmell wrote: > > Does the TiddlyLock plugin work in TW5 for anyone ? If so, can someone > explain how to install it, please. > The drag&drop method doesnt seem to work - ceratinly not with Centos & > Firefox 37.0.1 > I've managed it in TWC no problems. >
TWClassic and TiddlyWiki v5+ have very different internal architectures. *None* of the plugins for TWClassic will work in TiddlyWiki5.... at least, not without being completely re-written from the ground up. Fortunately, many of the previous TWClassic plugins are simply no longer needed in TiddlyWiki v5+... because the functionality they provided is now part of the TWCore code. Unfortunately, TiddlyLock is *not* one of those plugins... in particular, because it is includes to "file I/O handling", and most modern browsers now block direct local filesystem access due to security issues. Important note: The above applies to the *stand-alone* version of TiddlyWiki. If you are using nodeJS, TiddlyFox, or TiddlyDesktop, there *is* some support for direct local file system access, because each of these applications is installed and run locally, and can request access to "priviledged" file I/O functions. Another important note: the nodeJS usage stores individual tiddler as separate files. This permits multiple users to simultaneously make changes to *different* tiddlers without a problem. However, I don't think that nodeJS *currently* handles "collisions" when two people try to update the same tiddler at the same time: any changes saved by the first person will be overwritten when the second person saves their tiddler changes. Whoever saves last, "wins". Sorry I couldn't provide a more useful answer... 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 -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2aaebcda-cfa7-422a-b09f-0dd068696e0e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

