Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jingshing/html_ide
A IDE made with html, css and Javascript
https://github.com/jingshing/html_ide
css html ide javascript online online-ide
Last synced: 7 days ago
JSON representation
A IDE made with html, css and Javascript
- Host: GitHub
- URL: https://github.com/jingshing/html_ide
- Owner: JingShing
- License: bsd-3-clause
- Created: 2023-05-20T03:18:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-24T05:30:08.000Z (over 1 year ago)
- Last Synced: 2024-11-16T17:40:53.366Z (2 months ago)
- Topics: css, html, ide, javascript, online, online-ide
- Language: HTML
- Homepage: https://jingshing.com/auto_tool_ide/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML_IDE
A IDE made with html, css and JavascriptI know that has mature project can do this. But I want to make it by myself. Because I want to know how to implement online IDE and my own syntax.
This is an interesting experience. But also I met some problem:
* I can not using because I can not change text color in the textarea box. So instead I using div. But it leads to more problems.
* Using div I can not get the cursor position. So the code completion is hard to do.
* div is not invent for texting text in it. So it will turn out wrong format.