EXPERIMENTAL: A DatoCMS plugin to create Visualize Charts directly from the Dato editor | Read-only mirror of https://github.com/visualize-admin/datocms-plugin-visualize — visualize.admin.ch. Issues & pull requests at the source.
  • TypeScript 80.3%
  • HTML 14.8%
  • JavaScript 4.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Bartosz Prusinowski 9431d01a6b
Merge pull request #1 from Rdataflow/fix-use-copy
fix: refactoring from -> copy
2024-02-07 16:14:31 +01:00
docs Init. 2021-07-22 12:23:30 +02:00
src fix: from -> copy 2024-02-06 18:07:53 +01:00
.gitignore chore: Add build script 2021-07-26 10:32:30 +02:00
index.html Init. 2021-07-22 12:23:30 +02:00
package.json fix: Use correct parameter config fields 2021-07-28 13:44:37 +02:00
README.md Init. 2021-07-22 12:23:30 +02:00
tsconfig.json Init. 2021-07-22 12:23:30 +02:00
vite.config.js Init. 2021-07-22 12:23:30 +02:00
yarn.lock Init. 2021-07-22 12:23:30 +02:00

NOTE: This project is EXPERIMENTAL. Use at your own risk.

Visualize DatoCMS plugin

Create Visualize Charts directly from Dato

Configuration

[Describe/screenshot any global/instance parameters this plugin requires]

Development

Install all the project dependencies with:

yarn install

Add this plugin in development mode to one of your DatoCMS project with:

yarn addToProject

Start the local development server with:

yarn start

The plugin will be served from http://localhost:3333/. Insert this URL as the plugin Entry point URL.

Publishing

Before publishing this plugin, make sure:

  • you've properly described any configuration parameters in this README file;
  • you've properly compiled this project's package.json following the official rules;
  • you've added a cover image (cover.png) and a preview GIF (preview.gif) into the docs folder.

When everything's ready, just run:

yarn publish