Édition riche
Go to file
Benjamin Dauvergne 940bf6c4e6 use git-describe for version 2021-12-10 13:00:26 +01:00
debian add debian directory 2021-12-10 12:52:37 +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
Jenkinsfile add Jenkinsfile 2021-12-10 12:57:25 +01:00
Makefile use git-describe for version 2021-12-10 13:00:26 +01:00
README.md README: add debian install instruction 2021-12-10 10:49:45 +01:00
package-lock.json add minification 2021-12-10 12:52:37 +01:00
package.json add minification 2021-12-10 12:52:37 +01:00
rollup.config.js add minification 2021-12-10 12:52:37 +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

Debian

apt install rollup npm node-rollup-plugin-buble node-rollup-plugin-node-resolve

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.