mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Mockup of new-style TiddlyWiki template
This commit is contained in:
parent
6120019e75
commit
4ae4a9b041
48
rabbithole/core/tiddlywiki5.template.html
Normal file
48
rabbithole/core/tiddlywiki5.template.html
Normal file
@ -0,0 +1,48 @@
|
||||
<<!
|
||||
|
||||
A mockup of a template for new-style generation of TiddlyWiki HTML files
|
||||
|
||||
>>
|
||||
|
||||
<!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="[[$:/core/version.txt]]" />
|
||||
<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>[[$:/shadows/title]]</title>
|
||||
<style id="styleArea" type="text/css">
|
||||
<<serialize filter:"[is[shadow]type[text/css]]" as:scriptblock>>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<!--@@noscript@@-->
|
||||
</noscript>
|
||||
<div id="shadowArea" style="display:none;">
|
||||
<<serialize filter:"[is[shadow]!type[text/css]!is[module]]" as:divblock>>
|
||||
</div>
|
||||
<div id="storeArea" style="display:none;">
|
||||
<<serialize filter:"[is[tiddler]]" as:divblock>>
|
||||
</div>
|
||||
<script id="jsLibArea" type="text/javascript">
|
||||
[[$:/lib/jquery.js]]
|
||||
</script>
|
||||
<script id="jsBootStartArea" type="text/javascript">
|
||||
[[$:/core/bootprefix.js]]
|
||||
</script>
|
||||
<div id="pluginModules" style="display:none;">
|
||||
<<serialize filter:"[is[module]]" as:pluginmodule>>
|
||||
</div>
|
||||
<script id="jsBootEndArea" type="text/javascript">
|
||||
[[$:/core/boot.js]]
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user