Skip to content

Instantly share code, notes, and snippets.

@ostaptan
Last active July 7, 2020 11:49
Show Gist options
  • Select an option

  • Save ostaptan/41d1654195c9c2ca7314f82227fbcb3f to your computer and use it in GitHub Desktop.

Select an option

Save ostaptan/41d1654195c9c2ca7314f82227fbcb3f to your computer and use it in GitHub Desktop.
Miffbooks defaults
{
"note_book": {
"graphings": {
"clip": "blank",
"binder": ["blank", "dot"]
},
"stich_type": [
"binder", "clip"
],
"format": {
"clip": "A5",
"binder": ["A5", "A6"]
},
"cover_color": {
"clip": "dark blue",
"binder": [
"black", "red", "white", "green", "yellow", "orange", "light blue", "dark blue", "violet", "pink"
]
},
"orientation": {
"clip": "book",
"binder": ["reporter", "book"]
},
"cover_materials": {
"clip": "paper",
"binder": ["paper", "dermantin"]
},
"page_color": {
"clip": "craft",
"binder": ["ivory", "black"]
},
"pages_grammar": 80,
"accessories": {
"clip": "gum",
"binder": {
"reporter": "gum",
"book": "none"
}
}
},
"block_note": {
"stich_type": "binder",
"cover_materials": ["dermantin", "cardblock"],
"graphing":{
"cardblock": ["blank", "line", "dot"],
"dermantin": ["blank", "dot"]
},
"orientation": {
"cardblock": "book",
"dermantin": ["book", "album"]
},
"page_color": {
"cardblock": "ivory",
"dermantin": ["ivory", "black"]
},
"page_grammar": 80,
"cover_color": {
"cardblock": ["black", "green", "yellow"],
"dermantin": ["black", "dark blue", "yellow"]
},
"format": {
"cardblock": ["A5", "A6"],
"dermantin": "A5"
},
"accessories": "gum"
},
"sketch_book": {
"stich_type": "thread",
"format": "A5",
"orientation": {
"album": ["drawing", "watercolor"],
"book":["drawing"]
},
"page_type": ["drawing", "watercolor"],
"cover_color": ["black"],
"page_color": {
"album": ["white"],
"book": ["ivory", "black"]
},
"cover_materials": "cardblock",
"page_grammar": {
"book": 160,
"album": 200
},
"accessories": ["gum"]
},
"planner": {
"cover_color": {
"year_date": {
"cardboard": ["black", "grey", "blue"]
},
"any_date": {
"dermantin": ["black", "yellow"],
"paper": ["white"]
}
},
"orientation": "book",
"stich_type": {
"year_date": "thread",
"any_date": "binder"
},
"page_color": {
"year_date": "white",
"any_date": ["ivory", "white"]
},
"page_grammar": {
"year_date": 100,
"any_date": 80
},
"cover_materials": {
"year_date": "cardblock",
"any_date": ["paper", "dermantin"]
},
"accessories": {
"year_date": ["bookmark", "gum"],
"any_date": ["gum"]
},
"format": "A5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment