Yakov
unread,Jul 2, 2011, 5:30:27 PM7/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Here's a log of my attempt:
1. I copied MasterIncludesPlugin.js into a separate file named
MasterIncludesPlugin.js
2. I added the following to the MarkupPostBody:
<!--{{{-->
<script type="text/javascript" src="MasterIncludesPlugin.js"></script>
<!--}}}-->
3. I created MasterIncludesConfig with the following content:
| !Using only ~MasterIncludesPlugin.js |>|
|MasterLocation|empty_master.html|
|ReportImported|true|
|ReportImportedFiles|true|
|ReportSkipped|true|
|ReportErrors|true|
4. I put the empty_master.html TiddlyWiki into the same folder.
What happens is:
- if empty_master.html is really empty, the includer TW opens as usual
- if there's any one tidder in empty_master.html, which has or has not
a namesake in the includer, the includer opens as a blank page, in
both Opera (11.50) and FireFox (4.0.1).
Did I anything wrong?
Yakov.