Skip to content

A Framer plugin that allows you to connect your Coda documents as a data source for your Framer projects.

License

Notifications You must be signed in to change notification settings

jonathanstanley/CodaToFramerCMS

 
 

Repository files navigation

Coda CMS Framer Plugin

Version 1.5.0

A Framer plugin that allows you to connect your Coda documents as a data source for your Framer projects.

Features

  • 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

Notes

  • 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)

Development

  1. Install dependencies:
npm install
  1. Start development server:
npm run dev
  1. Build for production:
npm run build

Testing

Run tests with:

npm test

License

MIT

About

A Framer plugin that allows you to connect your Coda documents as a data source for your Framer projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.6%
  • CSS 10.0%
  • HTML 0.4%