mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-09 07:15:39 +00:00
Undo template name changes
This commit is contained in:
parent
60fc8ee047
commit
9f00f1ee16
@ -8,7 +8,7 @@ In the external-js setting, you must have a copy of `twcore-TIDDLYWIKI_VERSION.j
|
|||||||
<$reveal state="$:/plugins/tiddlywiki/tiddlyweb!!plugin-type" type="match" text="plugin">
|
<$reveal state="$:/plugins/tiddlywiki/tiddlyweb!!plugin-type" type="match" text="plugin">
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
If you are running ~TiddlyWiki on Node.js, you can download <a class="tc-tiddlylink" href="%24%3A%2Fcore%2Ftemplates%2Ftwcore.js" download=<<jsFileName>>><<jsFileName>></a>
|
If you are running ~TiddlyWiki on Node.js, you can download <a class="tc-tiddlylink" href="%24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js" download=<<jsFileName>>><<jsFileName>></a>
|
||||||
from your server. If clicking the link does not work, right-click the link and save it that way.
|
from your server. If clicking the link does not work, right-click the link and save it that way.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ from your server. If clicking the link does not work, right-click the link and s
|
|||||||
|
|
||||||
If this wiki's core library has not been externalized, you can click the following button to export ~TiddlyWiki's core from your own wiki:
|
If this wiki's core library has not been externalized, you can click the following button to export ~TiddlyWiki's core from your own wiki:
|
||||||
<div><$button style=<<cssState>> class="tc-btn-big-green" disabled=<<isButtonOff>> >
|
<div><$button style=<<cssState>> class="tc-btn-big-green" disabled=<<isButtonOff>> >
|
||||||
<$action-sendmessage $message="tm-download-file" $param="$:/core/templates/twcore.js" filename=<<jsFileName>>/>
|
<$action-sendmessage $message="tm-download-file" $param="$:/core/templates/tiddlywiki5.js" filename=<<jsFileName>>/>
|
||||||
{{$:/core/images/download-button}} Export ~TiddlyWiki Core
|
{{$:/core/images/download-button}} Export ~TiddlyWiki Core
|
||||||
</$button></div>
|
</$button></div>
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ If you have installed ~TiddlyWiki on Node.js, you can run the following command:
|
|||||||
|
|
||||||
```
|
```
|
||||||
tiddlywiki <your-wiki-folder> \
|
tiddlywiki <your-wiki-folder> \
|
||||||
--render "$:/core/templates/twcore.js" \
|
--render "$:/core/templates/tiddlywiki5.js" \
|
||||||
"[[twcore-]addsuffix<version>addsuffix[.js]]" \
|
"[[twcore-]addsuffix<version>addsuffix[.js]]" \
|
||||||
"text/plain"
|
"text/plain"
|
||||||
```
|
```
|
||||||
|
@ -4,5 +4,5 @@ title: $:/core/save/all-external-js
|
|||||||
\define saveTiddlerFilter()
|
\define saveTiddlerFilter()
|
||||||
[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$
|
[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$
|
||||||
\end
|
\end
|
||||||
\define coreURL() %24%3A%2Fcore%2Ftemplates%2Ftwcore.js
|
\define coreURL() %24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js
|
||||||
{{$:/core/templates/tiddlywiki5-external-js.html}}
|
{{$:/core/templates/tiddlywiki5-external-js.html}}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title: $:/core/templates/twcore.js
|
title: $:/core/templates/tiddlywiki5.js
|
||||||
|
|
||||||
\rules only filteredtranscludeinline transcludeinline codeinline
|
\rules only filteredtranscludeinline transcludeinline codeinline
|
||||||
|
|
||||||
@ -10,6 +10,6 @@ title: $:/core/templates/twcore.js
|
|||||||
<!--~~ Boot prefix ~~-->
|
<!--~~ Boot prefix ~~-->
|
||||||
{{ $:/boot/bootprefix.js ||$:/core/templates/plain-text-tiddler}}
|
{{ $:/boot/bootprefix.js ||$:/core/templates/plain-text-tiddler}}
|
||||||
<!--~~ Core plugin ~~-->
|
<!--~~ Core plugin ~~-->
|
||||||
{{$:/core/templates/twcore.js/tiddlers}}
|
{{$:/core/templates/tiddlywiki5.js/tiddlers}}
|
||||||
<!--~~ Boot kernel ~~-->
|
<!--~~ Boot kernel ~~-->
|
||||||
{{ $:/boot/boot.js ||$:/core/templates/plain-text-tiddler}}
|
{{ $:/boot/boot.js ||$:/core/templates/plain-text-tiddler}}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title: $:/core/templates/twcore.js/tiddlers
|
title: $:/core/templates/tiddlywiki5.js/tiddlers
|
||||||
|
|
||||||
`
|
`
|
||||||
$tw.preloadTiddlerArray(`<$text text=<<jsontiddlers "[[$:/core]]">>/>`);
|
$tw.preloadTiddlerArray(`<$text text=<<jsontiddlers "[[$:/core]]">>/>`);
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
"--listen","root-tiddler=$:/core/save/all-external-js"],
|
"--listen","root-tiddler=$:/core/save/all-external-js"],
|
||||||
"index": [
|
"index": [
|
||||||
"--rendertiddler","$:/core/save/offline-external-js","index.html","text/plain",
|
"--rendertiddler","$:/core/save/offline-external-js","index.html","text/plain",
|
||||||
"--render","$:/core/templates/twcore.js","[[twcore-]addsuffix<version>addsuffix[.js]]","text/plain"],
|
"--render","$:/core/templates/tiddlywiki5.js","[[twcore-]addsuffix<version>addsuffix[.js]]","text/plain"],
|
||||||
"static": [
|
"static": [
|
||||||
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
||||||
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
||||||
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
||||||
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"],
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"],
|
||||||
"twcore": [
|
"twcore": [
|
||||||
"--render","$:/core/templates/twcore.js","[[twcore-]addsuffix<version>addsuffix[.js]]","text/plain"]
|
"--render","$:/core/templates/tiddlywiki5.js","[[twcore-]addsuffix<version>addsuffix[.js]]","text/plain"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"],
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"],
|
||||||
"external-js": [
|
"external-js": [
|
||||||
"--rendertiddler","$:/core/save/offline-external-js","index.html","text/plain",
|
"--rendertiddler","$:/core/save/offline-external-js","index.html","text/plain",
|
||||||
"--render","$:/core/templates/twcore.js","[[twcore-]addsuffix<version>addsuffix[.js]]","text/plain"]
|
"--render","$:/core/templates/tiddlywiki5.js","[[twcore-]addsuffix<version>addsuffix[.js]]","text/plain"]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"retain-original-tiddler-path": true
|
"retain-original-tiddler-path": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user