Last active
July 5, 2018 08:27
-
-
Save gulp/d1207dbcdc7b09b2bbd9fb7ec17bdda9 to your computer and use it in GitHub Desktop.
Impositions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Impositions | |
new -> New? | |
Existing imposition | |
edit -> Editor | |
duplicate -> Duplicated imposition | |
New imposition | |
Duplicated imposition | |
rename -> Editor | |
New? | |
run wizard -> Wizard | |
bespoke -> Editor | |
Wizard | |
Paper sheet size | |
select -> Slot size | |
Slot size | |
select -> Select Template | |
Select Template | |
select -> Configure Grid | |
Configure Grid | |
select -> Choose Distribution | |
Choose Distribution | |
select -> Summary | |
Summary | |
approve -> New | |
restart -> Wizard | |
Editor | |
edit -> Edit? | |
reset to defaults -> Default Props | |
quit -> Impositions | |
Editing | |
Existing | |
New | |
save -> Existing | |
edit -> Edit? | |
Layout | |
edit -> Edit Props? | |
Default Layout | |
Default Repeater | |
edit -> Edit Props? | |
Slots | |
No Slots | |
add slot -> Slot added | |
Slot added | |
delete slot -> No Slots | |
Modified Layout | |
save -> Default Layout | |
save as -> New Layout? | |
Modified Repeater | |
New Layout? | |
save -> Layout | |
Props | |
Default Props | |
edit props -> Edit Props? | |
Modified Props | |
save -> Existing | |
save as -> New | |
Edit? | |
props -> Edit Props? | |
elements -> Edit Elements? | |
Edit Props? | |
change distribution -> Modified Repeater | |
change pattern -> Modified Repeater | |
Edit Elements? | |
add slot -> Slot added | |
delete slot -> No Slots | |
edit slots -> Modified Props | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return $("h1", | |
{style: {color: "darkBlue"}}, | |
`The current state is: ${current_state_name}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment