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.
What is the alphabetically last description that any button on the editor toolbar uses? (The description is what shows up when you hover over the button, minus the indication of the keyboard shortcut. No cheating by hovering over every button!)
You'll need some additional information for this one:
$:/tags/EditorToolbar
.all[shadows]
to get any results.{{$:/language/Buttons/Paint/Description}}
. When you get here, add the following filter steps to the end of your filter: split[{{]split[}}]
.And here are two hints if you need them:
$:/language/Buttons/Paint/Description
, is stored in its text
field.This one is intended to be a little bit above your level at the moment – we won't get to some of the concepts involved until chapter 6, Looking Under the Hood – so you might not be able to figure it out. But spend some time working on it before you look at the answer.