@tginternal/editor
v1.16.1
Published
Package which contains codemirror and other parsing tools plugin for Tolgee format, so it can be used in Tolgee Platform and also in SDKs.
Readme
@tginternal/editor package
Package which contains codemirror and other parsing tools plugin for Tolgee format, so it can be used in Tolgee Platform and also in SDKs.
Setup locally
Install dependencies
npm installRun UI - runs a playground UI, where you can check the example editor
npm run devBuild the package
npm run buildIf you want to test the package locally, you can also build in watch mode
npm run build:watch