1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

some language default settings fixed. remove a lot of now unnecessary tilde signs

This commit is contained in:
Mario Pietsch 2014-09-20 13:35:07 +02:00
parent 9c71756738
commit 055dda9ee2
3 changed files with 1 additions and 8 deletions

3
core/language/en-GB/Help/setfield.tid Executable file → Normal file
View 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.
```
--setfield <filter> <fieldname> <templatetitle> <rendertype> <rawtext>
--setfield <filter> <fieldname> <templatetitle> <rendertype>
```
The parameters are:
@ -15,5 +15,4 @@ The parameters are:
* ''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
* ''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.

View File

@ -17,15 +17,12 @@
],
"build": {
"index": [
"--setfield","$:/language","text","","","$:/languages/de-AT",
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
"empty": [
"--setfield","$:/language","text","","","$:/languages/de-AT",
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain"],
"favicon": [
"--savetiddler","$:/favicon.ico","favicon.ico"],
"static": [
"--setfield","$:/language","text","","","$:/languages/de-AT",
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",

View File

@ -20,15 +20,12 @@
],
"build": {
"index": [
"--setfield","$:/language","text","","","$:/languages/de-DE",
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
"empty": [
"--setfield","$:/language","text","","","$:/languages/de-DE",
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain"],
"favicon": [
"--savetiddler","$:/favicon.ico","favicon.ico"],
"static": [
"--setfield","$:/language","text","","","$:/languages/de-DE",
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",