I share with you this idea of cawoodm pasted from the page of sihorton
(https://github.com/sihorton/appjs-TiddlyWiki/wiki/Multiple-TiddlyWikis) which
offers a great idea how to use multiple TW5 files and access them on the
same page <https://github.com/sihorton>:
<html><head><title>My TiddlyWikis</title></head><body>
<div><a target="main" href="tw1.html">Wiki 1</a> | <a target="main"
href="tw2.html">Wiki 2</a></div>
<iframe frameborder="0" name="main" width="100%" height="95%" onload="
var frameWindow = document.getElementById('main').contentWindow;
frameWindow.getLocalPath = window.externalJsPath;
frameWindow.loadFile = window.externalJsLoad;
frameWindow.saveFile = window.externalJsSave;
frameWindow.allowSave = function() {return true;};
frameWindow.readOnly = false;
"></iframe>
</html></body>
I loved this idea because even I cant include multiple TW5 files into a single
files, I can access them easier by clicking on a desired link.
--
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.