Skip to content

cryptpad/onlyoffice-editor

Repository files navigation

TODO

Build onlyoffice-editor.zip

Run

make build

and find the result here: output/onlyoffice-editor.zip

Running all tests

make test

Diff changes we made to sdkjs and web-apps

sdkjs

git fetch --depth=1 https://github.com/ONLYOFFICE/sdkjs.git v8.3.0.83
git diff FETCH_HEAD HEAD:sdkjs

web-apps

git fetch --depth=1 https://github.com/ONLYOFFICE/web-apps.git v8.3.0.83
git diff FETCH_HEAD HEAD:web-apps

diff UI

Instead of calling git diff ..., you can use git difftool --dir-diff ... with the same parameters, to see the diff in a UI.

Pull OnlyOffice upstream changes

git subtree pull --prefix sdkjs https://github.com/ONLYOFFICE/sdkjs.git <TAG> --squash
git subtree pull --prefix web-apps https://github.com/ONLYOFFICE/web-apps.git <TAG> --squash

About

A wrapper around the OnlyOffice client

Topics

Resources

Security policy

Stars

Watchers

Forks

Sponsor this project

Contributors 32