Version 1.5.0
A Framer plugin that allows you to connect your Coda documents as a data source for your Framer projects.
- Connect to Coda documents using API key - see https://coda.io/developers/apis/v1 for details
- Select tables as data sources
- Map Coda fields to Framer fields
- Support for various field types including text, numbers, dates, links, and more
- Dates will revert to 12/31/1999 if a synced date field is empty
- CODA API key required - see https://coda.io/developers/apis/v1 for details. The scope of the key needs to be unrestricted to allow for Doc and Table selection.
- Button fields are skipped (they aren't used in Framer)
- Install dependencies:
npm install- Start development server:
npm run dev- Build for production:
npm run buildRun tests with:
npm testMIT