This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Stamps

 16th October 2024 at 7:38pm

Stamps are snippets of wikitext that can be inserted into a tiddler at the click of a button, for use when transcluding some procedure or tiddler doesn't do the entire job. For instance, perhaps what you need to insert repeatedly actually is a procedure call, but it has a bunch of parameters which you can't remember well and you'd like to be able to insert a version with useful placeholder text.

Stamps are tiddlers (what else?) tagged $:/tags/TextEditor/Snippet. Such tiddlers appear on the stamp button on the edit toolbar under the name in their caption field, and clicking them inserts the text of the relevant snippet into the editor.

It's also possible to make a stamp take some selected text and add a prefix or suffix to it, rather than just inserting a chunk of new text. For this and more, see the documentation on stamps.

Exercises

Exercise: (m) [Ex:WikipediaLinkSnippet]

Create a snippet Link to Wikipedia article that inserts a call to the wikipediaLink global procedure. Specifically, it should use the prefix/suffix feature mentioned in the previous paragraph so that if you highlight Aardvark, you get <<wikipediaLink "Aardvark" linktext>>.

go to answer

Takeaways

Takeaways are not available in the static version of Grok TiddlyWiki. Visit the wiki version of this page to study takeaways.

↑ 7: Looking Under the Hood