mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
dea08ed4f8
Still quite a few details to work out, but this shows the basic idea of re-using the theme mechanism to handle language plugins. Comments and questions welcome.
26 lines
466 B
Plaintext
26 lines
466 B
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/fullscreen",
|
|
"tiddlywiki/googleanalytics",
|
|
"tiddlywiki/nodewebkitsaver",
|
|
"tiddlywiki/github-fork-ribbon"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite",
|
|
"tiddlywiki/nighttime",
|
|
"tiddlywiki/starlight",
|
|
"tiddlywiki/stickytitles",
|
|
"tiddlywiki/centralised",
|
|
"tiddlywiki/readonly",
|
|
"giffmex/rocker",
|
|
"giffmex/blue",
|
|
"giffmex/blanca"
|
|
],
|
|
"languages": [
|
|
"en-US",
|
|
"en-GB",
|
|
"de-AT",
|
|
"fr-FR"
|
|
]
|
|
} |