To me, WikiText (TwText) is TiddlyWiki’s markdown syntax. It is just the stuff for formatting text, the substitute for HTML and CSS (the stuff for look and feel).
Widgets, that’s scripting. TiddlyWiki Script, or TW Script.
- The curly bracket syntax for transclusion, whether double or triple curly brackets, that’s also TW Script, but in a convenient short hand.
- Same for the square bracket syntax for links. Short hand notation for TW Script.
- Although, for example, input elements are HTML elements, I consider them the visual elements of the scripting language because they “do” things
All of the filter operators, I see them as TiddlyWiki Query Language, or TW Query Language, or TwQL.
Oh yeah, and then there are “metaprogramming” things: pragmas, for example. (TwMetaProgramming)
Addenda:
There is huge value in using a language that is consistent with the general landscape. And categorizing the things that are TiddlyWiki with a language that people know.
Like HTML and CSS are about formatting and structure and javascript is about “programming”, WikiText is about formatting and structure, and widgets are about programming. And filter operators are like SQL.
Search the web for “wiki text”, and we find that it is about being able to do what HTML and CSS do, but without doing HTML and CSS.
There is cognitive value in using an apples to apples and oranges to oranges terminology to describe things in TiddlyWiki vis-à-vis the other products out there. It makes learning easier to componentize with 1-ish to 1-ish features/concepts.