Skip to content

EdiaEducationTechnology/edia-fontoxml-metadata-sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

EDA FontoXML sidebar

This EDIA sidebar connects the Fonto Editor with the EDIA metadata API.

alt text

Installation

  1. Copy the edia-analysis-sidebar directory to the packages directory of the fontoxml editor
  2. Replace the API_KEY and DEMO_KEY in the edia-analysis-sidebar/src/EdiaAnalysisSidebar.jsx file
      jwtApi = "eyJhbGciOiJIUzI1....";
      jwtDemo = "eyJhbGciOiJIUzI...";
  3. In the config/fonto-manifest.json file of the fontoxml editor, add the sidebar to the dependecies:
    {
        "dependencies": {
            ...,
            "edia-analysis-sidebar": "packages/edia-analysis-sidebar"
        }
    }
  4. Build and deploy the Fonto Editor as you are used to.

Getting a licence key.

For a license key, please contact us at info at edia.nl.

In the mean time, you can play around with the APIs at: https://papyrus.edia.nl/

About

Sidebar for the FontoXML editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published