On Wednesday, June 25, 2014 1:30:49 PM UTC+2, Simon Eigeldinger wrote: > > could you describe how do you do this dragging step by step so i can see > how this normally should work? >
sure. TiddlyWiki 5 has a new plugin mechanism. Almost everything is a plugin. Even the TW core is a plugin. So if you open the control panel tiddler link: http://tiddlywiki.com/#:%24%3A%2FControlPanel and activate the plugins tab, you get a list of plugins, themes and language tiddlers that contain the plugin content. Every plugin tiddler contains several shadow tiddlers. So if a plugin is activated at startup, these shadow tiddlers are expanded and the plugin is activated. The advantage is, that plugins can contain several eg: configuration tiddlers and the actual javascript code. So dragging a plugin title from the ControlPanel from one browser window to the other browser window (with an open TiddlyWiki), will import the plugin. The same happens with eg: languages. A language "package" contains a lot of different shadow tiddlers. A second possibility is to import the whole content from a TiddlyWiki.html file. So if you open an empty TiddlyWiki 5 and drag and drop a test TiddlyWiki.html file from the file browser to the web browser window, it will import all tiddlers. At the moment there is no friendly interface, to select the tiddlers, that you actually want to import. It just takes all of them. No wizard yet. hope that helps. have fun! mario -- 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/d/optout.

