If you search this forum or the old Google group, you will find many discussions users looking for a simple way to extract a substring from an input string e.g. tiddler fields (by default the text field). All the time workarounds or complex solutions are given.
My initial proposal is to add an extract feature to the TiddlyWiki core (written in JS for speed).
The extract should accept an input, and one or two delimiters. The best approach may be a filter operator like:
[all[current]extract[start-delimiter],[end-delimiter]]
Please give your thoughts/solutions here.
Few References
- How to transclude/extract a part of a tiddler into a popup or a modal? - Discussion - Talk TW (tiddlywiki.org)
- TW5 Hacks — Quick Extensions for TiddlyWiki 5
- New(?) use for common tables: Extract full row or col content - Developers - Talk TW (tiddlywiki.org)
- Need a regexp to extract the number from a string - Discussion - Talk TW (tiddlywiki.org)
- Extract highlighted or marked text in the text of a tiddler - Discussion - Talk TW (tiddlywiki.org)
- https://cherrypicker.tiddlyspot.com/