misc-tjund/godo
Thomas Jund 60a1c29668 godo: import DOMSerializer 2021-11-26 13:26:45 +01:00
..
dist godo: use position fixed for marks menu 2021-11-26 12:55:40 +01:00
src-js godo: import DOMSerializer 2021-11-26 13:26:45 +01:00
.gitignore godo: first beta 2021-11-26 12:18:24 +01:00
README.md godo: first beta 2021-11-26 12:18:24 +01:00
package-lock.json godo: first beta 2021-11-26 12:18:24 +01:00
package.json godo: first beta 2021-11-26 12:18:24 +01:00
rollup.config.js godo: first beta 2021-11-26 12:18:24 +01:00

README.md

GODO a ProseMirror editor for Publik

Godo is based on proseMirror ProseMirror is distributed via npm. You need nodeJS & npm

First install node modules since this folder

npm install

NPM scripts

npm run build

Get all JS modules and create a big JS file in dist/js

npm run watch

automatique build when JS is modified

Use Godo

import in your webpage

  • dist/css/godo.css
  • dist/js.godo.js

Transform a textarea in godo

For more examples, see dist/index.html.