Skip to content

WilliamQf-AI/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

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 65.8%
  • HTML 32.4%
  • Less 1.6%
  • CSS 0.2%
  • Python 0.0%
  • EJS 0.0%