Separating saver code and filter code from the tiddlywiki code base

Separating saver code and filter code from the tiddlywiki code base

The code is here

Demo here

https://no-ui.tiddlyhost.com

Usage

Fill in some content. Then click the change button. It will change the content of the tiddler my1.

Click the save button. It will save the changes to the site if you are already logged in to tiddlyhost.

Visit the following URL to download the page with the changed content.

https://no-ui.tiddlyhost.com/download

Note

I chose the put method in the setup for building this site.

In addition

This file is also available in the quine app for ios.

Benefits

Completely customizable interface.

Utilizes the tiddlywiki ecosystem.

Ability to load external js code at will.

Separation process

TiddlyWiki/TiddlyWiki5 | DeepWiki inspired me to complete the separation and generate the initial code.

The initial code included bootprefix.js and boot.js.

I then added the following modules in order:

$:/core/modules/startup/load-modules.js (changed)

$:/core/modules/startup.js(changed)

$:/core/modules/saver-handler.js(changed)

$:/core/modules/filterrunprefixes/*

$:/core/modules/filter/*

$:/core/modules/*

$:/core/modules/savers/*

$:/core/modules/servers/*

1 Like

That’s interesting. Do you have a link to the code, that produced the HTML file?

I directly edit the html for the tiddlywiki store area.

enter the string directly as escape charactor。