Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milahu/prosemirror-track-changes-demo
https://github.com/milahu/prosemirror-track-changes-demo
change-tracking demo fiduswriter live-diff live-diff-editor prosemirror track-changes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/milahu/prosemirror-track-changes-demo
- Owner: milahu
- License: cc0-1.0
- Created: 2021-05-15T12:03:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T13:51:21.000Z (5 months ago)
- Last Synced: 2024-09-13T01:57:52.832Z (5 months ago)
- Topics: change-tracking, demo, fiduswriter, live-diff, live-diff-editor, prosemirror, track-changes
- Language: JavaScript
- Homepage: https://milahu.github.io/prosemirror-track-changes-demo/
- Size: 1.78 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# prosemirror track changes demo
demo: how to add a "track changes" feature to prosemirror
## building
```
git clone --depth=1 https://github.com/milahu/prosemirror-track-changes-demo
cd prosemirror-track-changes-demo
pnpm install
./install-fiduswriter.sh
npm run build
npm run serve
```## related
* https://github.com/fiduswriter/fiduswriter/issues/1142
* https://github.com/newsdev/prosemirror-change-tracking-prototype/pull/2