In another thread, @nemo wrote:
That’s a nice idea. In the “Settings” (gear) popup I have added a “chevron-down” button that gives you a drop-down $select list of preset grid sizes to choose from. This list is populated from the contents of $:/config/TiddlyTools/PasteUp/Sizes, which currently has the following lines, where the format of each line is “gridwidth,gridheight|description”
34,44|US letter (8.5in x 11in)
34,56|US legal (8.5in x 14in)
42,60|A4 (210mm x 297mm)
20,20|square (1:1)
30,20|photo (3:2)
32,18|wide (16:9)
By using a separate configuration tiddler, it enables you to edit the list to add your own preferred preset grid sizes.
Get the new/updated tiddlers here:
TiddlyTools/PasteUp
$:/config/TiddlyTools/PasteUp/Sizes
enjoy,
-e