Skip to content

Commit

Permalink
Add proper dedicated edition
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberFoxar committed May 23, 2024
1 parent 387611e commit 6a39e25
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
23 changes: 23 additions & 0 deletions editions/server-defer/tiddlywiki.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"description": "Basic client-server edition, showing off deferred loading",
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight",
"tiddlywiki/markdown",
"cyberfoxar/frontmatter-tiddler"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"build": {
"index": [
"--render","$:/plugins/tiddlywiki/tiddlyweb/save/offline","index.html","text/plain"],
"static": [
"--render","$:/core/templates/static.template.html","static.html","text/plain",
"--render","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
"--render","[!is[system]]","[encodeuricomponent[]addprefix[static/]addsuffix[.html]]","text/plain","$:/core/templates/static.tiddler.html",
"--render","$:/core/templates/static.template.css","static/static.css","text/plain"]
}
}
4 changes: 1 addition & 3 deletions editions/server/tiddlywiki.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight",
"tiddlywiki/markdown",
"cyberfoxar/fm-md"
"tiddlywiki/highlight"
],
"themes": [
"tiddlywiki/vanilla",
Expand Down

0 comments on commit 6a39e25

Please sign in to comment.