mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Update TW2 edition
Move the plugins into the core, add a template for the externaljs distribution of TW
This commit is contained in:
parent
9bce14474c
commit
91002165af
6
editions/tw2/tiddlywiki.info
Normal file
6
editions/tw2/tiddlywiki.info
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"plugins": [
|
||||
"tiddlywiki/loadrecipe",
|
||||
"tiddlywiki/stripcomments"
|
||||
]
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
title: $:/core/templates/tiddlywiki2.externaljs.template.html
|
||||
|
||||
{{{ [prefix[{prejs}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
||||
{{{ [prefix[{js}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
||||
{{{ [prefix[{postjs}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
||||
{{{ [prefix[{jsext}]] ||$:/core/templates/plain-text-tiddler-strip-comments}}}
|
||||
|
Loading…
Reference in New Issue
Block a user