based on drawio-desktop,link to this issue.
this project adds the Animation for presentation sliders which is more useful in presentation.
just like this:
show/hide the ppt sideBar by typing alt + q
you can experience this function in web or download win.
draw.io is a git submodule of drawio-desktop. To get both you need to clone recursively:
git clone --recursive https://github.com/jgraph/drawio-desktop.git
To run this:
npm install
(in the root directory of this repo)npm install
(in the drawio directory of this repodrawio/src/main/webapp
)- export DRAWIO_ENV=dev if you want to develop/debug in dev mode.
npm start
in the root directory of this repo runs the app. For debugging, usenpm start --enable-logging
.
To release:
- Update the draw.io sub-module and push the change. Add version tag before pushing to origin.
- Wait for the builds to complete (https://travis-ci.org/jgraph/drawio-desktop and https://ci.appveyor.com/project/davidjgraph/drawio-desktop)
- Go to https://github.com/jgraph/drawio-desktop/releases, edit the preview release.
- Download the windows exe and windows portable, sign them using
signtool sign /a /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 c:/path/to/your/file.exe
- Re-upload signed file as
draw.io-windows-installer-x.y.z.exe
anddraw.io-windows-no-installer-x.y.z.exe
- Add release notes
- Publish release
Note: In Windows release, when using both x64 and is32 as arch, the result is one big file with both archs. This is why we split them.
Local Storage and Session Storage is stored in the AppData folder:
- macOS:
~/Library/Application Support/draw.io
- Windows:
C:\Users\<USER-NAME>\AppData\Roaming\draw.io\
We are grateful for community involvement, bug reports, & feature requests. We do not wish to come off as anything but welcoming, however, we've made the decision to keep this project closed to contributions for the long term viability of the project.