I haven’t had time yet to use or understand Pages …
Does it mean, for instance, “Page 2”, follows the Layout of “Page 1”.
Unclear, TT
I haven’t had time yet to use or understand Pages …
Does it mean, for instance, “Page 2”, follows the Layout of “Page 1”.
Unclear, TT
“pages” lets you define multiple layout grids in a single PasteUp tiddler. All pages in the same PasteUp tiddler use the same grid size and background settings and share the same /layout
and /styles
tiddlers, but they are each drawn separately, one after another.
The intended use-case is to permit the creation of multi-page printed output. When printed, each page is automatically output on a separate physical page.
-e
If I made a paste up with only Page 1 could I add a Page 2 later?
Just wondering, TT
Sure. Just go to the “Settings” popup and change the number of pages. It doesn’t alter the existing “Page 1” layout. It just add more grids for the additional pages. You can then move items from Page1 to any of the additional pages.
However… let’s suppose you set pages=3, and move some items from page1 to page 3. Then, later on, you set pages=2. The items on page3 are automatically shown on page 2 (the last page that is now available). Note that the page number assigned to those items remains “page 3” (unless, of course, you then move those items now shown on page 2, which updates the assigned page number).
-e
PAGES IN PASTEUP …
I get it! Looks good, easily updated …
2nd page gives the same grid and background.
And easy paste-in.
TT
The one Tool I’d really like is a NUDGER (one STEPPER)… a separate tool that could …
My image of a control is this …
TT
TiddlyTools/PasteUp/View has been updated:
When a PasteUp tiddler is unlocked (enabed for editing), a new “toggle toolkit” button appears next to the “lock/unlock” button.
When you click this button, a toolkit for making quick adjustments to the current PasteUp tiddler’s /layout
appears on the left side of the layout grid.
(top,left)-(bottom,right) [widthXheight]
layout information is shown.width, height
, and layer
layout values. Note that the field’s width
and height
values cannot become less than 1 x 1
, regardless of how many times you click the “-1” buttons. Similarly, the field’s layer
value cannot become less than 0
.Currently, I have not included controls for adjusting a field’s page
layout value. I also have not included “bring to front/send to back” buttons for adjusting a field’s layer
value. Both of these are possible, but I didn’t want to over-complicate the toolkit interface with too many “bells and whistles”.
@TiddlyTitch: in your mockup, you show a “grid” button and a “tools” section. Can you elaborate on what these would do?
enjoy,
-e