> So how do tiddlers get their server fields? I imagine in tiddlyweb > the server just writes them. But what happens when I create a new > tiddler? How are then the server fields created and what defaults do > they get?
The global variable config.defaultCustomFields contains a hashmap of default fields to be added to new tiddlers. > Related that would allow a single tiddlywiki to connect to different > servers (hosts). Probably a file based tiddlywiki could do that > because it may circumvent cross-site scripting restrictions. That is correct, it is possible to have a file-based TiddlyWiki sync with multiple servers at once. > Is it also possible to have a tiddlywiki file which syncs with a > server AND saves to a file later? Yes, that is possible. >> > - What is the interaction between adaptors and formatters? E.g. when >> > I use the mediawiki adaptor, do I also must use the mediawiki >> > formatter, or is it optional? >> >> It is optional. The formatters are managed independently, and the >> correct one is used depending on the "server.format" field of a >> tiddler. > > Is it really server.format or just wikiformat? Apologies, you're right, it is "wikiformat". Cheers Jeremy > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- Jeremy Ruston mailto:[email protected] http://www.tiddlywiki.com -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

