mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 05:09:10 +00:00
Renamed wiki
folder
This commit is contained in:
parent
fc182b5257
commit
6319a7dee5
@ -56,7 +56,7 @@ $tw.config = $tw.config || {};
|
||||
$tw.config.root = $tw.config.root || "$:"; // Root for module titles (eg, "$:/kernel/boot.js")
|
||||
$tw.config.bootModuleSubDir = $tw.config.bootModuleSubDir || "./modules";
|
||||
$tw.config.wikiPluginsSubDir = $tw.config.wikiPluginsSubDir || "./plugins";
|
||||
$tw.config.wikiShadowsSubDir = $tw.config.wikiShadowsSubDir || "./shadows";
|
||||
$tw.config.wikiShadowsSubDir = $tw.config.wikiShadowsSubDir || "./wiki";
|
||||
$tw.config.wikiTiddlersSubDir = $tw.config.wikiTiddlersSubDir || "./tiddlers";
|
||||
|
||||
// File extensions
|
||||
|
@ -14,13 +14,13 @@ type: text/x-tiddlywiki-html
|
||||
<meta name="copyright" content="
|
||||
<<include "$:/core/copyright.txt" text/plain>>
|
||||
" />
|
||||
<title><<include "$:/wiki/title" text/plain>></title>
|
||||
<title><<tiddler "$:/core/wiki/title">></title>
|
||||
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
|
||||
<div id="styleArea">
|
||||
<<include "[is[shadow]type[text/css]]" application/x-tiddler-css>>
|
||||
</div>
|
||||
<!----------- Raw markup ----------->
|
||||
<<include "[tag[$:/shadow/rawMarkup]]" text/plain>>
|
||||
<<include "[tag[$:/core/wiki/rawmarkup]]" text/plain>>
|
||||
</head>
|
||||
<body>
|
||||
<!----------- Static content for Google and browsers without JavaScript ----------->
|
||||
|
4
core/wiki/title.tid
Normal file
4
core/wiki/title.tid
Normal file
@ -0,0 +1,4 @@
|
||||
title: $:/core/wiki/title
|
||||
type: text/x-tiddlywiki
|
||||
|
||||
<<tiddler SiteTitle>> --- <<tiddler SiteSubtitle>>
|
4
tw5.com/wiki/SiteSubtitle.tid
Normal file
4
tw5.com/wiki/SiteSubtitle.tid
Normal file
@ -0,0 +1,4 @@
|
||||
title: SiteSubtitle
|
||||
type: text/x-tiddlywiki
|
||||
|
||||
a reusable non-linear personal web notebook
|
4
tw5.com/wiki/SiteTitle.tid
Normal file
4
tw5.com/wiki/SiteTitle.tid
Normal file
@ -0,0 +1,4 @@
|
||||
title: SiteTitle
|
||||
type: text/x-tiddlywiki
|
||||
|
||||
TiddlyWiki5
|
Loading…
Reference in New Issue
Block a user