excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

Outdated UI (vs. excalidraw.com) #75

Closed Acumane closed 1 year ago

Acumane commented 2 years ago

Are there plans to update the UI to be consistent with the visual redesign visible on excalidraw.com? Is this an issue on my end?

ad1992 commented 2 years ago

Hey no this is not an issue at your end. We have blocked the next version releases of @excalidraw/excalidraw due to some breaking changes and we will be unblocking it very soon. Once thats done you will see the same UI.

Acumane commented 1 year ago

@ad1992 That's good to hear! Is there anything I could contribute to help resolve this?

PMudra commented 1 year ago

I just discovered this extension and I am very excited about it because it simplifies my workflow! Great job!

I think there is not only a UI difference but a compatibility issue caused by the different versions used by the website and the extension? For example I have created a diagram using the website and I am not able to edit some texts using the extension. Let me know if I should create another issue for this.

pomdtr commented 1 year ago

Thanks for the kind words !

I was not aware that the version changes introduced some compatibility issues. @ad1992 is this expected ?

PMudra commented 1 year ago

Example file create using the website:

hello excalidraw

The text is directly attached to the arrow. And this is how it looks in the vscode extension:

image

I am not able to edit the text.

pomdtr commented 1 year ago

It makes sense, the arrow editing feature was introduced in the past week, but the npm package was not updated since one month. Nothing I can do on my end right now, we'll have to wait for the npm package update.

krpn commented 1 year ago

Package was released.

pomdtr commented 1 year ago

Yep, I did not have much time to update it lately. PR welcome !

huguesalary commented 1 year ago

PR is here :) https://github.com/excalidraw/excalidraw-vscode/pull/78

pomdtr commented 1 year ago

Thanks, I'll take a look tomorrow !

pomdtr commented 1 year ago

Here is an updated version of the extension. I plan to use it for a few days before merging it (it feels quite laggy to me for an unknown reason, feel free to try it and create issues if you find any bug).

https://www.dropbox.com/s/kx57v98d9pyix29/excalidraw-editor-3.3.4.vsix?dl=0

huguesalary commented 1 year ago

It doesn't feel laggy on my end, but maybe I'm not opening big enough files.

Do you have an excalidraw file that feels laggy to you to share?

pomdtr commented 1 year ago

I just opened the one in the examples folder, but it might be related with the overhead of running the extension in debug mode

huguesalary commented 1 year ago

It doesn't feel laggy on my end

pomdtr commented 1 year ago

The version 3.4.0 of the extension with the updated UI was released.