[Feedback] Wikitext Cheatsheet and Searching for Symobls

@pmario Thanks for building and maintaining this.

I have long being frustrated with the inability to search for wikitext symbols, especially since the default search makes it impossible to search for two symbols. eg @@ or $(. Have a look at this work in progress tiddler, a form of which I would like to add to tiddlywiki.com documentation, but until then perhaps you could incorporate it in your cheatsheet?

  • Note the use of comments to include three symbols so for example to search for @@ you can type @@@ for $( you would use $$$ or (((, and ~~~ for ~
  • By giving it a title beginning ! it appears at the top of the ‘’ All matches:‘’ list and does not get lost in the results.
  • It would be nice to add all symbols used to a key like this including !!! ^^ ,, etc… and more references to existing documentation. All searchable with a triple entry.
  • Try this improved “too short” message $ _language_Search_Search_TooShort.json (217 Bytes) you could even include [[Wikitext Cheatsheet]] in it, with your cheatsheet plugin.

! Wikitext symbol sets.json (953 Bytes)

* `$x$`
* `$(x)$`
* `<__x__>` <!-- ___  -->
* `(( shortcut ))` <!-- ((( )))  --> [[Keyboard Shortcut Tiddler]], [[Keyboard Shortcut Descriptor]], [[Demonstration: keyboard-driven-input Macro]].
* `@@` Custom style and classed <!-- @@@  --> [[Styles and Classes in WikiText]]
* `{{` Shortcut transclusions <!-- {{{ }}} --> 
* `[[` Tiddler title or filter run <!-- [[[ ]]]--> 
* `<<` Macro, variable, function or procedure <!-- <<< >>> --> 
*  `$$$` [[Typed Blocks in WikiText]]
* `"""` [[Hard Linebreaks in WikiText]]
* `---` [[Horizontal Rules in WikiText]] > use `---------------` to emphasise in editor
* ` triple backticks ` [[Code Blocks in WikiText]], [[Substituted Attribute Values]]
* `{{{ filter }}}` [[Filtered Transclusions|Transclusion in WikiText]], [[Filtered Attribute Values]]