https://github.com/codad5/insert-text-editor
This a web based text editor built by @codad5 and @jerrygeorge360
https://github.com/codad5/insert-text-editor
dom-manipulation javascript logic text-editor
Last synced: 4 months ago
JSON representation
This a web based text editor built by @codad5 and @jerrygeorge360
- Host: GitHub
- URL: https://github.com/codad5/insert-text-editor
- Owner: codad5
- Created: 2022-06-17T04:24:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T22:55:27.000Z (about 2 years ago)
- Last Synced: 2025-08-30T09:34:43.074Z (10 months ago)
- Topics: dom-manipulation, javascript, logic, text-editor
- Language: JavaScript
- Homepage:
- Size: 799 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Codad5](https://github.com/codad5)/[Jbotrex](https://github.com/jerrygeorge360) web-based text editor
**This is a module for a web based text editor which would ensure seamless intergration into a website,blog etc with less than 2 lines of code.** :smiley:
## How to Use
> link our module with a script tag at the bottom of your html file
```html
```
> Create your Parent div
```html
```
> NOTE : To add Name attribute for form usage
```html
```
>the value for the data attribute data-editor-formName is the same as
```html
```
# Open source contribution
### Clone this repo
```bash
$ git clone
```
>
### Run on a Live serve
>> if you have node installed
```bash
$ npx serve
```
>> If you have php installed
```bash
$ php -S localhost:8080
```
>> OR run live-server if you are using vs-code live server extension
### Begin development
To being developent the main script is at `./insert/main.js`
The `./insert/index.js` is a script for adding Eventlistener
The `index.html` is not to be edited as it is just a template
The `script` directory is an old directory it can be ignored
##### Todos
- [ ] Style The Editor
- [ ] Fix Highlighed Coloring Bug
- [ ] Add Media Insertion Feature