\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html
Wiki pragma rule for rules specifications
\rules except ruleone ruletwo rulethree
\rules only ruleone ruletwo rulethreeI would be keen to know more as well but as I understand it these are the parsing rules applied to the wikification of a tiddlers content as found in control panel > info > advanced > parsing (bit which applies to the whole wiki)
Do be carful and backup because some of these could damage the user interface and leave your wiki broken.
Regards
Tony
Hi all,Control panel > Info > Advanced > Parsing shows the list of wiki parser rules.
\define makeLink(site link)
\rules except wikilink
<a href="$link$" target="_blank">$site$</a>
\end
<<makeLink TiddlyWiki https://tiddlywiki.com/>>The "pragma" can be switched off or switched on selectively as others have indicated. This can be done inside macros or applied to a single tiddler on its own via \rules.TonyM also pointed out that you can also globally selectively toggle many of the pragma in settings.I agree it can be helpful to understand what is going on with them. A major purpose is many (most?) do the basic parsing of raw content of Tiddlers into rendered HTML.They have been of much interest to me because I do a lot of work using TW to process and auto-convert non-standard text formats.It is in fact possible to access the TW process prior to the standard pragma. This can give you amazing flexibility in combining ad-hoc text changes for "pre-conversion" of non-standard text formats that then are further processed using the standard parsers.I mention this because its given me quite a lot understanding of pragma in TW. Note that Content Types can define which pragma to run and offer ways you can make new pragma. Its possible to make new Content Types.The best resources I know about this are from BJ's work ...Flexitype ... http://bjtools.tiddlyspot.com/#Flexitype%20DemosFlexity ... http://flexibility.tiddlyspot.com/Here are discussions that may shed a bit of light on this largely undocumented topic ...Best wishesJosiah