Some super duper scripts that process the proprietary Post-it file format into images that we use in our post-workshop reports.
- A board on the Post-it Plus iOS app that you want to prettify.
- A non-zero amount of patience for navigating the UI of the Post-it Plus app.
- Open the Post-it Plus app and navigate to the board that you want to export.
- If you want to make your life easier, you may want to name the groups on the
board something more useful than
Group A
,Group B
... Your choice. - While viewing the board, tap the top-right area of the screen (just under the
iPad battery indicator). It's an invisible menu-option! Sneaky. Once you've
found it, choose the option to
Export Board
. - This repo is optimized to
3CSB
export format. Choose that one. - The iPad gives you many options. Easiest might be to just email the export to yourself. Feel free to explore other options at your own peril.
- Create a folder, perhaps called
my_postit_board
. - Unzip
my_postit_board.3csb
(yup, it's just a zip file) intomy_postit_board
. - Run
python grid.py my_postit_board
from the root of this repo. This script will create .png files (in the 'post-its' root) that map to each of the group names.
- Ask Mike? Fill in details on this at some point.