mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
|
{
|
||
|
"description": "Sharing tiddlers via URLs",
|
||
|
"plugins": [
|
||
|
"tiddlywiki/share"
|
||
|
],
|
||
|
"themes": [
|
||
|
"tiddlywiki/vanilla",
|
||
|
"tiddlywiki/snowwhite"
|
||
|
],
|
||
|
"build": {
|
||
|
"share": [
|
||
|
"--rendertiddler","$:/core/save/all","share.html","text/plain"]
|
||
|
}
|
||
|
}
|