mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-26 18:10:27 +00:00
623a3ec8f8
What we have at the moment isn't really the same as TiddlyWiki classic's shadow tiddlers, it's a much simpler system for excluding tiddlers. We'll use the term "shadow" instead to refer to the way that tiddlers in plugins behave, which is exactly like TiddlyWiki classic's shadow tiddlers.
95 lines
3.5 KiB
Plaintext
95 lines
3.5 KiB
Plaintext
title: $:/core/templates/tiddlywiki2.template.html
|
|
|
|
\rules only filteredtranscludeinline transcludeinline
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<script id="versionArea" type="text/javascript">
|
|
//<![CDATA[
|
|
{{{ [prefix[{version}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
//]]>
|
|
</script>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta name="copyright" content="
|
|
{{{ [prefix[{copyright}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
" />
|
|
<!--PRE-HEAD-START-->
|
|
{{{ [prefix[{prehead}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
<!--PRE-HEAD-END-->
|
|
<title>
|
|
{{{ [prefix[{title}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
</title>
|
|
<style id="styleArea" type="text/css">
|
|
{{{ [prefix[{style}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
</style>
|
|
<!--POST-HEAD-START-->
|
|
{{{ [prefix[{posthead}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
<!--POST-HEAD-END-->
|
|
</head>
|
|
<body onload="main();" onunload="if(window.unload) unload();">
|
|
<!--PRE-BODY-START-->
|
|
{{{ [prefix[{prebody}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
<!--PRE-BODY-END-->
|
|
<div id="copyright">
|
|
Welcome to TiddlyWiki created by Jeremy Ruston; Copyright © 2004-2007 Jeremy Ruston, Copyright © 2007-2011 UnaMesa Association
|
|
</div>
|
|
<noscript>
|
|
{{{ [prefix[{noscript}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
</noscript>
|
|
<div id="saveTest"></div>
|
|
<div id="backstageCloak"></div>
|
|
<div id="backstageButton"></div>
|
|
<div id="backstageArea"><div id="backstageToolbar"></div></div>
|
|
<div id="backstage">
|
|
<div id="backstagePanel"></div>
|
|
</div>
|
|
<div id="contentWrapper"></div>
|
|
<div id="contentStash"></div>
|
|
<div id="systemArea">
|
|
{{{ [prefix[{system}]] +[sort-case-sensitive[title]] ||$:/core/templates/html-div-tiddler-remove-prefix}}}
|
|
</div>
|
|
<!--POST-SHADOWAREA-->
|
|
<div id="storeArea">
|
|
{{{ [prefix[{tiddler}]] +[sort-case-sensitive[title]] ||$:/core/templates/html-div-tiddler-remove-prefix}}}
|
|
{{{ [prefix[{plugin}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
{{{ [prefix[{posttiddlers}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
</div>
|
|
<!--POST-STOREAREA-->
|
|
<!--POST-BODY-START-->
|
|
{{{ [prefix[{postbody}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
<!--POST-BODY-END-->
|
|
<script id="jsArea" type="text/javascript">
|
|
//<![CDATA[
|
|
{{{ [prefix[{prejs}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
|
{{{ [prefix[{js}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
|
{{{ [prefix[{postjs}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
|
//]]>
|
|
</script>
|
|
{{{ [prefix[{jsext}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
|
<script id="jsdeprecatedArea" type="text/javascript">
|
|
//<![CDATA[
|
|
{{{ [prefix[{jsdeprecated}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
|
//]]>
|
|
</script>
|
|
<script id="jslibArea" type="text/javascript">
|
|
//<![CDATA[
|
|
{{{ [prefix[{jslib}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
|
//]]>
|
|
</script>
|
|
<script id="jqueryArea" type="text/javascript">
|
|
//<![CDATA[
|
|
{{{ [prefix[{jquery}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
|
//]]>
|
|
</script>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
if(useJavaSaver)
|
|
document.write("<applet style='position:absolute;left:-1px' name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar' width='1' height='1'></applet>");
|
|
//]]>
|
|
</script>
|
|
<!--POST-SCRIPT-START-->
|
|
{{{ [prefix[{postscript}]] ||$:/core/templates/plain-text-tiddler}}}
|
|
<!--POST-SCRIPT-END-->
|
|
</body>
|
|
</html>
|