mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
b006cf163f
Thus introducing a few functional regressions, but it's going to be easier to fix things up without the old code knocking around and getting in the way.
59 lines
2.5 KiB
Plaintext
59 lines
2.5 KiB
Plaintext
title: $:/core/templates/tiddlywiki5.template.html
|
|
|
|
\rules only filteredtranscludeinline transcludeinline
|
|
<!doctype html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta name="application-name" content="TiddlyWiki" />
|
|
<meta name="generator" content="TiddlyWiki" />
|
|
<meta name="tiddlywiki-version" content="{{version}}" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="copyright" content="{{$:/core/copyright.txt}}" />
|
|
<title>{{$:/core/wiki/title}}</title>
|
|
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
|
|
|
|
<!----------- Raw markup ----------->
|
|
{{{ [tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}}
|
|
</head>
|
|
<body>
|
|
<!----------- Static styles ----------->
|
|
<div id="styleArea">
|
|
{{{ [is[shadow]type[text/css]] ||$:/core/templates/css-tiddler}}}
|
|
</div>
|
|
<!----------- Static content for Google and browsers without JavaScript ----------->
|
|
<noscript>
|
|
<div id="splashArea">
|
|
{{$:/templates/NewStaticContent||$:/core/templates/html-tiddler}}
|
|
</div>
|
|
</noscript>
|
|
<!----------- Miscellaneous shadow tiddlers ----------->
|
|
<div id="shadowArea" style="display:none;">
|
|
{{{ [is[shadow]] -[type[text/css]] -[type[application/javascript]has[module-type]] -[type[application/javascript]library[yes]] -[[$:/core/boot.js]] -[[$:/core/bootprefix.js]] ||$:/core/templates/html-div-tiddler}}}
|
|
</div>
|
|
<!----------- Ordinary tiddlers ----------->
|
|
<div id="storeArea" style="display:none;">
|
|
{{{ [!is[shadow]] ||$:/core/templates/html-div-tiddler}}}
|
|
</div>
|
|
<!----------- Library modules ----------->
|
|
<div id="libraryModules" style="display:none;">
|
|
{{$:/core/lib/jquery.min.js||$:/core/templates/javascript-tiddler}}
|
|
{{{ [is[shadow]type[application/javascript]library[yes]] -[[$:/core/lib/jquery.min.js]] ||$:/core/templates/javascript-tiddler}}}
|
|
</div>
|
|
<!----------- Boot kernel prologue ----------->
|
|
<div id="bootKernelPrefix" style="display:none;">
|
|
{{ $:/core/bootprefix.js ||$:/core/templates/javascript-tiddler}}
|
|
</div>
|
|
<!----------- Plugin modules ----------->
|
|
<div id="modules" style="display:none;">
|
|
{{{ [is[shadow]type[application/javascript]has[module-type]] ||$:/core/templates/module-tiddler}}}
|
|
</div>
|
|
<!----------- Boot kernel ----------->
|
|
<div id="bootKernel" style="display:none;">
|
|
{{ $:/core/boot.js ||$:/core/templates/javascript-tiddler}}
|
|
</div>
|
|
</body>
|
|
</html>
|