-
Sometimes you want to generate a plugin without having to build a wiki and then extract the plugin. Is there a suggested sequence that could be inserted into tiddlywiki.info for making just the plugin? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
While waiting for an authoritative answer, and at the risk of misunderstanding your needs...would the |
Beta Was this translation helpful? Give feedback.
-
Hi @Marxsal try something like this: tiddlywiki editions/prerelease/ --render "$:/plugins/tiddlywiki/codemirror" "[slugify[]addsuffix[.json]]" "text/plain" "$:/core/templates/json-tiddler" The first argument is actually a filter, so you can easily save multiple plugins with a single command. |
Beta Was this translation helpful? Give feedback.
Hi @Marxsal try something like this:
The first argument is actually a filter, so you can easily save multiple plugins with a single command.