Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rededge967/micro-code-editor
A Syntax highlighter that can run online or offline.
https://github.com/rededge967/micro-code-editor
css3 html-css-javascript html5 javascript syntax-highlighting
Last synced: about 1 month ago
JSON representation
A Syntax highlighter that can run online or offline.
- Host: GitHub
- URL: https://github.com/rededge967/micro-code-editor
- Owner: RedEdge967
- Created: 2021-10-24T08:50:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T06:15:31.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T19:50:34.845Z (almost 2 years ago)
- Topics: css3, html-css-javascript, html5, javascript, syntax-highlighting
- Language: CSS
- Homepage: https://rededge967.github.io/micro-code-editor
- Size: 32.2 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# micro-code-editor
- Micro Code editor is A Syntax highlighter that can run `online or offline.`
- This code editor can highlight the syntax of `JavaScript, HTML5 and PHP.`
---
### 🔗 Link: https://rededge967.github.io/micro-code-editor
---
## Preview
![Capture60](https://user-images.githubusercontent.com/91379432/147645646-e60b70b4-86af-498f-b141-ffa5ccd6ce8e.PNG)
---
## Running `Micro Code Editor`
### Running `online`
- Open up your browser
- Go to https://rededge967.github.io/micro-code-editor
### Running `offline`
- Go to the [releases](https://github.com/RedEdge967/micro-code-editor/releases) and download it
- Extract the folder
- Run `index.html` file in your browser
---
## Can I [contribute?](https://github.com/RedEdge967/micro-code-editor/blob/master/CONTRIBUTING.md)
- Sure, open an issue, point out errors, and what not. Wanna fix something yourselves, you're welcome to open a pull request and I appreciate it.
---
### Browser Support
![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)
--- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
---
## Cloning
### Cloning with HTTPS
```
https://github.com/RedEdge967/micro-code-editor.git
```
### Cloning with SSH
```
[email protected]:RedEdge967/micro-code-editor.git
```
### Cloning with Github CLI
```
gh repo clone RedEdge967/micro-code-editor
```
---
> ### If you found this FOSS as a useful software, don't forget to give a star and fork to make a upgraded version of Micro code editor with adding your own features.