I plan to export a few tiddlers (based on a filter) into individual static files. The command below can export static html files.
However, all html files don’t have css from theme (i.e. notebook) and predefined css (i.e. with tag $:/tags/Stylesheet
)
tiddlywiki tiddlywiki --render "[tag[export]]" "[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]" "text/plain" "$:/core/templates/static.tiddler.html"
It seems the generated html load static.css
. How could I export static.css
in the command line?