mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 09:06:46 +00:00
No UI for switching themes yet, try these two commands in the console:
`$tw.wiki.addTiddler({title:"$:/theme",
text:"$:/themes/tiddlywiki/starlight"})`
and
`$tw.wiki.addTiddler({title:"$:/theme",
text:"$:/themes/tiddlywiki/snowwhite"})`
9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/fullscreen"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/snowwhite",
|
|
"tiddlywiki/starlight"
|
|
]
|
|
} |