An Airtable extension. Generates QR codes which link directly to the corresponding records, and presents additional selected data in a format suitable for label printing (one record per page).
See https://airtable.com/developers/extensions/guides/getting-started
# Install deps
npm install
# Run the app locally
npm run start
Things to do soon:
- Add CI and dependabot
- Make ECC mode configurable
- Make size configurable
- Publish built version to a stable URL on GitHub Pages
Things to do eventually:
- Option to change between "deep
airtable://
link to row ID" vs. "encode the text in this cell" - Add tests
- Investigate alternative options for the QR code generation library
Probably not going to happen:
- Submit to marketplace