A useful tool to edit your code and text online.
This project is no longer mantained and will not be updated for the forseeable future.
- Change the font size
- Change the color
- Change the highlighter
- Change the type of text
- Add links
- Syntax highlighting
Requirements:
-
Python 3.x
-
Basic server knowledge
First, clone this repo using this command:
$ git clone https://github.com/DevArxify/online-code-editor.gitThen, enter the folder that you just cloned.
$ cd online-code-editorAnd finally, host it on a local server in your computer:
$ python3 -m http.server 80Now, you'll be able to access the server on your localhost:80.
Requirements:
-
Basic terminal knowledge
This is very simple. Just create a container with the image that I made for this project.
$ docker run -p 80:80 --name online-code-editor arxify/online-code-editor:latestIf you don't want to self-host the website, you can access via this two demo links:
Arxify Innovations, 2022.
Credits to AsmrProg for most of the code. (I improved and changed some of it)
Licensed under the MIT License.