Box Tags
Boxes that are themselves “todos” appear as “tags” on cards they encapsulate.
- Image examples
e.g. ?group=school&space=class-registration-logistics,inbox
will only show spaces in the group “School”, as well as the individual spaces “Class registration logistics” and “Inbox”
MVP published to github!
Thoughts on Architecture
Do a real optimization pass
Refactor to not use legacy XHR api
- How to configure it
Make runnable for non-technical folks
Fix overscroll weirdness on ios/mobile
Card Format
Cards in Glue all have a half-moon icon that links to the card itself in Kinopio.
Cards with an embedded link have a small top-right-pointing arrow under the half-moon that visits that link.
Asking for feedback
✻ Dates can be set in natural language, relative to the date the card was created
Cards in spaces with the default format as the title (the date the space was created) are automatically set to be due on that date, and appear as “daily” tasks under that date in the calendar.
Due Dates
Cards with the last line as “due: ” followed by a date get special formatting and are placed in a “calendar” at the top of the page.
Filtering
Include only certain spaces or groups of spaces via the url flags ?group=
and/or `?space=’
Using Glue
- What the code is doing & why it’s doing it, libraries I’m pulling from, etc.
Write proper documentation

Something to do with kinopio tags
Allow task due dates to be edited inline on the website
Interaction → kn
Button in a card that, when pressed, tries to give a context about what that tasks context is within its space. probably using a tiny llm but maybe I can find a clever-er way of implementing that
Context on click
Name of box(es)
Name of group of space
Name & id of space
This date can be in natural language, because the “time when made” can be referenced
Time when made
Name
Derived via a line at the bottom that is
due: [date]
Due date
Glue is a task collator for Kinopio that collects all tasks across all spaces and sorts them into lists