I can partly answer one question. You can load tiddlers from other wikis.
This is separate from how you load plugins.

Tiddlywiki.info files can reference other data folders and tiddlywiki can
import those tiddlers as well. I kind of wish it would import them as a
plugin, though. It just imports them straight, although there is a
read-only option to prevent changes from accidentally syncing to the master
wiki. The tw5.com editions do this, for example. That's an example of one
that is not readonly.

The code is in boot.js if you are so inclined. It is in the if($tw.node)
section. Search for tiddlywiki.info or loadWikiFolder, I think. Just
thought I'd throw that in in case any of you are serious coders. I hope
it's documented on tiddlywiki.com, but I don't know. I know there is
something if you search for "node".

Hope that helps. It's off the top of my head before I roll over and go to
sleep, so sorry if I'm not much help :). In order for changes to propagate
from the parent wiki, you have to reload the child wiki (adding
?reload=true to the URL in TiddlyServer, or just restarting it). I use it
in my own TiddlyServer setup.

The tiddlywiki.info file also let's you specify the plugins and themes for
each edition (aka data folder).

Arlen

On Oct 7, 2017 19:48, "TonyM" <anthony.mus...@gmail.com> wrote:

> Jed,
>
> Thanks for the info, perhaps we can build an informal documentation
> together.
>
> Surely others here have gone down this path already.
>
> Regards
> Tony
>
> On Saturday, October 7, 2017 at 7:25:26 PM UTC+11, Jed Carty wrote:
>>
>> I am working on setting up a system similar to what you are describing.
>>
>> As far as resources, I am not sure where to point you as most of what I
>> have figured out I have done by trial and error.
>>
>> In order:
>>
>> 1) Yes, TiddlyServer makes this pretty straight forward
>> 2) Yes, using tiddlywiki.info files lets you define which plugins to
>> have in a wiki
>> 3) Maybe, I think so. I am trying to figure this part out myself.
>> 4) Yes, but you probably have to restart the server after you make
>> updates to a plugin
>> 5) I don't know, that is a good thing to look into. I do have some other
>> methods for inter-wiki communication that may work better.
>> 6) Yes, this is closely related to 2
>>
>> Sorry for the very brief answers, I am hoping to write up how to set
>> everything up nicely once I get it worked out myself.
>>
> --
> 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 post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/d3548cbb-580f-4bcb-85d9-5e64c73eed7a%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/d3548cbb-580f-4bcb-85d9-5e64c73eed7a%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSQ1CzNygsbPcvcerbjygp4jhPdYoPJFD3Qos6SO-wbvtA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to