├── CONTRIBUTING.md
├── README.md
├── favicon.png
├── index.html
├── script.js
└── style.css
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | ## Contributing
2 |
3 | Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributiors who wants to make this website better can make contribution,which will be **greatly appreciated**.
4 |
5 | 1. Fork the Project
6 | 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
7 | 3. Commit your Changes (`git commit -m 'Added some AmazingFeature'`)
8 | 4. Push to the Branch (`git push origin feature/AmazingFeature`)
9 | 5. Open a Pull Request
10 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # micro-code-editor
2 | - Micro Code editor is A Syntax highlighter that can run `online or offline.`
3 | - This code editor can highlight the syntax of `JavaScript, HTML5 and PHP.`
4 |
5 |
6 |
7 |
8 | ---
9 | ### 🔗 Link: https://rededge967.github.io/micro-code-editor
10 | ---
11 | ## Preview
12 | 
13 | ---
14 | ## Running `Micro Code Editor`
15 | ### Running `online`
16 | - Open up your browser
17 | - Go to https://rededge967.github.io/micro-code-editor
18 | ### Running `offline`
19 | - Go to the [releases](https://github.com/RedEdge967/micro-code-editor/releases) and download it
20 | - Extract the folder
21 | - Run `index.html` file in your browser
22 | ---
23 | ## Can I [contribute?](https://github.com/RedEdge967/micro-code-editor/blob/master/CONTRIBUTING.md)
24 | - 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.
25 | ---
26 | ### Browser Support
27 |  |  |  |  | 
28 | --- | --- | --- | --- | --- |
29 | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
30 | ---
31 | ## Cloning
32 | ### Cloning with HTTPS
33 | ```
34 | https://github.com/RedEdge967/micro-code-editor.git
35 | ```
36 | ### Cloning with SSH
37 | ```
38 | git@github.com:RedEdge967/micro-code-editor.git
39 | ```
40 | ### Cloning with Github CLI
41 | ```
42 | gh repo clone RedEdge967/micro-code-editor
43 | ```
44 | ---
45 | > ### 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.
46 |
--------------------------------------------------------------------------------
/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RedEdge967/micro-code-editor/0e22b36f61e1b12f7da732a9afabd61abb002a75/favicon.png
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Micro Code Editor in the Browser!
6 |
7 |
9 |
10 |
11 |
12 |
13 |
14 |