mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
some language default settings fixed. remove a lot of now unnecessary tilde signs
This commit is contained in:
parent
9c71756738
commit
055dda9ee2
3
core/language/en-GB/Help/setfield.tid
Executable file → Normal file
3
core/language/en-GB/Help/setfield.tid
Executable file → Normal file
@ -6,7 +6,7 @@ description: Prepares external tiddlers for use
|
|||||||
Sets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.
|
Sets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.
|
||||||
|
|
||||||
```
|
```
|
||||||
--setfield <filter> <fieldname> <templatetitle> <rendertype> <rawtext>
|
--setfield <filter> <fieldname> <templatetitle> <rendertype>
|
||||||
```
|
```
|
||||||
|
|
||||||
The parameters are:
|
The parameters are:
|
||||||
@ -15,5 +15,4 @@ The parameters are:
|
|||||||
* ''fieldname'' - the field to modify (defaults to "text")
|
* ''fieldname'' - the field to modify (defaults to "text")
|
||||||
* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted
|
* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted
|
||||||
* ''type'' - the text type to render (defaults to "text/plain"; "text/html" can be used to include HTML tags)
|
* ''type'' - the text type to render (defaults to "text/plain"; "text/html" can be used to include HTML tags)
|
||||||
* ''rawtext'' - raw text, to be injected to a field.
|
|
||||||
|
|
||||||
|
@ -17,15 +17,12 @@
|
|||||||
],
|
],
|
||||||
"build": {
|
"build": {
|
||||||
"index": [
|
"index": [
|
||||||
"--setfield","$:/language","text","","","$:/languages/de-AT",
|
|
||||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||||
"empty": [
|
"empty": [
|
||||||
"--setfield","$:/language","text","","","$:/languages/de-AT",
|
|
||||||
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain"],
|
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain"],
|
||||||
"favicon": [
|
"favicon": [
|
||||||
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
||||||
"static": [
|
"static": [
|
||||||
"--setfield","$:/language","text","","","$:/languages/de-AT",
|
|
||||||
"--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",
|
||||||
|
@ -20,15 +20,12 @@
|
|||||||
],
|
],
|
||||||
"build": {
|
"build": {
|
||||||
"index": [
|
"index": [
|
||||||
"--setfield","$:/language","text","","","$:/languages/de-DE",
|
|
||||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||||
"empty": [
|
"empty": [
|
||||||
"--setfield","$:/language","text","","","$:/languages/de-DE",
|
|
||||||
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain"],
|
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain"],
|
||||||
"favicon": [
|
"favicon": [
|
||||||
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
||||||
"static": [
|
"static": [
|
||||||
"--setfield","$:/language","text","","","$:/languages/de-DE",
|
|
||||||
"--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",
|
||||||
|
Loading…
Reference in New Issue
Block a user