Cascades in TiddlyWiki are essential tools allow to customize the user interface with just WikiText knowledge, so average users can create their own effects.
The idea here is to use Cascades for actions, here the save button.
Can we have a cascade action to be performed before save button? If so without JS knowledge you can customize the save button.
Example:
When taking note from a book, I want to keep focus on reading and do not put too much time for creating fields, adding tags, etc…
In the plain text, I write the note and then some actions like:
#test
#best of year
$f desc: a good note
$f color: #ff0000
$f field-name: field-value
A Cascade action before saving, scans the note, and creates tags from line starts with #someword and create fields from line starts with $f
This is a crude idea, we can think about the format and actions.