humhub-prosemirror-richtext
v2.3.2
Published
Prosemirror based richtext implementation for the humhub social network
Readme
HumHub Richtext
Build
Build with Gruntfile.js
In order to build the project, run the following command:
grunt rollupBuild with rollup.config.js
NOTE: Before using this configuration, change the parameter 'type' in package.json to 'module'
For using run the following command in the console:
rollup -cTest environment
Run tests in browser
- Build and run test server:
grunt
npm test-serverRun headless tests
- Run the test server and then run:
npm run testTest editor build in HumHub
In a test environment it is recommended to configure your humhub\assets\ProsemirrorEditorAsset::$sourcePath to point
to your own dist directory e.g. '/humhub-prosemirror/dist' and to enable the $forceCopy option.
Publish
git pull
grunt rollup
npm version 2.1.x
npm publish
git push
git push origin tag v2.1.x- Release new Version on GitHub: https://github.com/humhub/humhub-prosemirror/releases/new
Supported HumHub Versions
| Version | HumHub Versions | |---|---| | 2.0 | v1.15 | | 2.1 | v1.16 | | 2.3 | v1.18 |
