mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Cleanup editions information (#2444)
* Replace spaces to tabs from editions information * Remove theme nighttime from editions information
This commit is contained in:
parent
34bc8a5507
commit
a90cb03975
@ -9,7 +9,6 @@
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
"tiddlywiki/snowwhite",
|
||||
"tiddlywiki/nighttime",
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/seamless",
|
||||
"tiddlywiki/centralised",
|
||||
|
@ -1,19 +1,19 @@
|
||||
{
|
||||
"description": "Configuración en modo servidor de la edición es-ES",
|
||||
"plugins": [
|
||||
"tiddlywiki/tiddlyweb",
|
||||
"tiddlywiki/filesystem",
|
||||
"tiddlywiki/highlight"
|
||||
],
|
||||
"themes": [
|
||||
"description": "Configuración en modo servidor de la edición es-ES",
|
||||
"plugins": [
|
||||
"tiddlywiki/tiddlyweb",
|
||||
"tiddlywiki/filesystem",
|
||||
"tiddlywiki/highlight"
|
||||
],
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
"tiddlywiki/snowwhite"
|
||||
],
|
||||
"includeWikis": [
|
||||
"../es-ES"
|
||||
],
|
||||
"config": {
|
||||
"retain-original-tiddler-path": true,
|
||||
"default-tiddler-location": "../es-ES/tiddlers"
|
||||
}
|
||||
],
|
||||
"includeWikis": [
|
||||
"../es-ES"
|
||||
],
|
||||
"config": {
|
||||
"retain-original-tiddler-path": true,
|
||||
"default-tiddler-location": "../es-ES/tiddlers"
|
||||
}
|
||||
}
|
||||
|
@ -14,9 +14,9 @@
|
||||
"languages": [
|
||||
"es-ES"
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"description": "Configuration en mode serveur de l'édition fr-FR",
|
||||
"description": "Configuration en mode serveur de l'édition fr-FR",
|
||||
"plugins": [
|
||||
"tiddlywiki/tiddlyweb",
|
||||
"tiddlywiki/filesystem",
|
||||
@ -9,11 +9,11 @@
|
||||
"tiddlywiki/vanilla",
|
||||
"tiddlywiki/snowwhite"
|
||||
],
|
||||
"includeWikis": [
|
||||
"../fr-FR"
|
||||
],
|
||||
"config": {
|
||||
"retain-original-tiddler-path": true,
|
||||
"default-tiddler-location": "../fr-FR/tiddlers"
|
||||
}
|
||||
"includeWikis": [
|
||||
"../fr-FR"
|
||||
],
|
||||
"config": {
|
||||
"retain-original-tiddler-path": true,
|
||||
"default-tiddler-location": "../fr-FR/tiddlers"
|
||||
}
|
||||
}
|
||||
|
@ -14,9 +14,9 @@
|
||||
"languages": [
|
||||
"fr-FR"
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
|
@ -9,7 +9,6 @@
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
"tiddlywiki/snowwhite",
|
||||
"tiddlywiki/nighttime",
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/seamless",
|
||||
"tiddlywiki/centralised",
|
||||
|
@ -14,9 +14,9 @@
|
||||
"languages": [
|
||||
"ja-JP"
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
|
@ -9,11 +9,11 @@
|
||||
"tiddlywiki/vanilla",
|
||||
"tiddlywiki/snowwhite"
|
||||
],
|
||||
"includeWikis": [
|
||||
"../ko-KR"
|
||||
],
|
||||
"config": {
|
||||
"retain-original-tiddler-path": true,
|
||||
"default-tiddler-location": "../ko-KR/tiddlers"
|
||||
}
|
||||
"includeWikis": [
|
||||
"../ko-KR"
|
||||
],
|
||||
"config": {
|
||||
"retain-original-tiddler-path": true,
|
||||
"default-tiddler-location": "../ko-KR/tiddlers"
|
||||
}
|
||||
}
|
||||
|
@ -14,9 +14,9 @@
|
||||
"languages": [
|
||||
"ko-KR"
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
|
@ -15,11 +15,10 @@
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
"tiddlywiki/snowwhite",
|
||||
"tiddlywiki/nighttime",
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/seamless",
|
||||
"tiddlywiki/tight",
|
||||
"tiddlywiki/centralised",
|
||||
"tiddlywiki/tight",
|
||||
"tiddlywiki/readonly"
|
||||
],
|
||||
"languages": [
|
||||
|
@ -12,8 +12,8 @@
|
||||
],
|
||||
"languages": [
|
||||
],
|
||||
"includeWikis": [
|
||||
],
|
||||
"includeWikis": [
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
|
@ -14,9 +14,9 @@
|
||||
"languages": [
|
||||
"zh-Hans"
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
|
@ -14,9 +14,9 @@
|
||||
"languages": [
|
||||
"zh-Hant"
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"includeWikis": [
|
||||
{"path": "../tw5.com", "read-only": true}
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
|
Loading…
Reference in New Issue
Block a user