TiddlyWiki5 icon indicating copy to clipboard operation
TiddlyWiki5 copied to clipboard

Correct the Filter when Generating the HTML Representations of All Individual Non-system Tiddlers

Open kookma opened this issue 1 year ago • 3 comments

The filter in first rendercommand is corrected from [encodeuricomponent[]addprefix[static/]] to tiddlywiki wikipath --render '[!is[system]]' '[encodeuricomponent[]addprefix[static/]addsuffix[.html]]' text/plain $:/core/templates/static.tiddler.html to correctly adds the .html extension to produced files.

kookma avatar Oct 08 '24 03:10 kookma

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Confirmed: kookma has already signed the Contributor License Agreement (see contributing.md)

github-actions[bot] avatar Oct 08 '24 03:10 github-actions[bot]

This PR actually correct the filter in recent merged PR (https://github.com/TiddlyWiki/TiddlyWiki5/pull/8666) by @Leilei332

kookma avatar Oct 08 '24 03:10 kookma

@Jermolene This is a documentation update. It is ready to merge.

kookma avatar Oct 25 '24 05:10 kookma

@Jermolene This is a gentle reminder.

kookma avatar Oct 30 '24 13:10 kookma

Thank you @kookma

Jermolene avatar Oct 30 '24 14:10 Jermolene