Would it be possible to write a filter operator that outputs the result of a filter as plain text; A simple string after evaluation.
- This would allow us to avoid the use of the $text widget by producing an output without
[[ ]]
braces etc resulting in unwanted links during the final render. - It would be like an opposite form of the format
titlelist
. - There are places we can’t use the text widget such in attribute values, so such an output would allow the result to be used in more places via a variable.
We could make it a feature and option of the “join[]” operator because this explicitly assembles all results into a string. And may be an appropriate place to join without causing titlelinks.
- I can see value on a per-title basis, but also on a whole of filter output.
- This would empower filters to do even more string handling.
- It would stand to simplify the production of text as a result of a filter
This may be possible already so if you have any ideas please share.