TiddlyWiki 5.3.0p will support sustitute
filter operator which mimics the sprintf in C and format in Python! It allows replacing within each title placeholders for filters, parameters and variables with their corresponding values. This will simplify concatenation of strings and variables and can have a lot use cases.
Special tanks to @saqimtiaz for this great filter operator.
Ref:
- GitHub Adds Text substitution support in widget attributes by saqimtiaz · Pull Request #7526 · Jermolene/TiddlyWiki5 (github.com)
- Demo of 2023.06.14:https://tiddlywiki5-dbkddgbfj-jermolene.vercel.app/
NOTE: The PR is in review state.