Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbelyh/editsvgcode
Online SVG auto-complete code editor based on monaco editor
https://github.com/nbelyh/editsvgcode
editor svg
Last synced: 11 days ago
JSON representation
Online SVG auto-complete code editor based on monaco editor
- Host: GitHub
- URL: https://github.com/nbelyh/editsvgcode
- Owner: nbelyh
- Created: 2020-04-23T17:48:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T09:32:01.000Z (about 1 year ago)
- Last Synced: 2024-08-02T05:16:11.827Z (3 months ago)
- Topics: editor, svg
- Language: JavaScript
- Homepage: https://editsvgcode.com/
- Size: 971 KB
- Stars: 88
- Watchers: 3
- Forks: 41
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Online SVG auto-complete code editor
The editor is based on monaco editor, and implements completion provider for SVG.
[![](https://editsvgcode.com/readme-picture.png)](https://editsvgcode.com)
The information for the completion is taken from the SVG schema:
https://github.com/dumistoklus/svg-xsd-schemaAnd mozilla SVG documentation:
https://developer.mozilla.org/en-US/docs/Web/SVG/The part with XSD auto-completion is based on:
https://mono.software/2017/04/11/custom-intellisense-with-monaco-editor/### update
After creating the project found out a better tool here that provides everything this does and more, in VS Code:
https://github.com/lishu/vscode-svg2