excalidraw-jetbrains-plugin icon indicating copy to clipboard operation
excalidraw-jetbrains-plugin copied to clipboard

Create or edit Excalidraw files within Jetbrains IDEs (IntelliJ, CLion, Webstorm, Goland, ...)

Results 31 excalidraw-jetbrains-plugin issues
Sort by recently updated
recently updated
newest added

Nice to have Excalidraw as a IntelliJ pluging 😄 Is it possible to add library in the plugin like in excalidraw.com? Plugin: excalidraw.com Plugin version used 0.3.1

help wanted

See documentation : https://plugins.jetbrains.com/docs/intellij/plugin-signing.html

Create plugin settings that set default, like save-as options, excalidraw options (grid, zen modes)

* If the file is read only, only reload the file. * If the editor is dirty, then handle the change. Either * save the current editor to a different...

enhancement

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.29.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependency-update

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.siouan.frontend-jdk17 | `8.0.0` -> `8.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.siouan.frontend-jdk17/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependency-update

Export as embedded scene PNGs no longer are editable in JetBrains Broken both for Jetbrains and VSCode so maybe the format was changed? Editing as SVG still works

``` 2024-06-04 12:53:35,382 [ 276100] INFO - #com.github.bric3.excalidraw.files.ExcalidrawFiles - Couldn't read file:///.../.idea/httpRequests/2023-10-26T155815.200.json com.fasterxml.jackson.core.exc.StreamConstraintsException: Document nesting depth (1001) exceeds the maximum allowed (1000, from `StreamReadConstraints.getMaxNestingDepth()`) at com.fasterxml.jackson.core.StreamReadConstraints._constructException(StreamReadConstraints.java:549) at com.fasterxml.jackson.core.StreamReadConstraints.validateNestingDepth(StreamReadConstraints.java:390) at com.fasterxml.jackson.core.base.ParserBase.createChildArrayContext(ParserBase.java:1351)...

Currently the JS app is not tested.

help wanted