-
-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would fit perfectly for a webview VS Code extension #7
Comments
That's a very interesting idea, but SVG path editor isn't able to edit a full SVG, only paths. Maybe it would possible to open it to modify a specific path, the same way a color picker can edit a specific color ? To be investigated. |
I did not want to open a new ticket for this, but it might also be a good idea to have this app as a PWA. |
Just a confirmation, i would definitely use this as a VSCode extension to edit paths. Awesome work by the way! |
Yeh, I had the same idea, that's a really useful tool and making it usable offline can improve it |
I just came here to suggest that this be a PWA, this would be perfect. That way I can use it offline on my laptop. I'd be willing to help create a PR if interested |
PWA added in 86b0dad |
That's AWESOME. Also amazing that you added this so quickly. I love this webapp 😃 |
VSCode extension would be great. It can use svgo to transform a svg file to path only svg and then edit it. Though not all svgs can be transform to path only format but it will be perfect for icon creators. |
I got the idea for adding this as a VS Code extension, as it could be a nice IDE workflow supplement whenever opening up an SVG in VS Code.
Perhaps opening a SVG with this svg-path-editor would open up a webview to the side and let us edit them directly in place, without moving between programs or moving around files.
A good start on how to create one is right here: https://code.visualstudio.com/api/extension-guides/webview
Example of a webview extension
I just don't have time to delve into this and do it right now.
Anyone up for the task?
The text was updated successfully, but these errors were encountered: