{"id":16049895,"url":"https://github.com/codad5/insert-text-editor","last_synced_at":"2026-02-09T21:36:33.397Z","repository":{"id":37057723,"uuid":"504392312","full_name":"codad5/Insert-text-Editor","owner":"codad5","description":"This a web based text editor  built by @codad5 and @jerrygeorge360","archived":false,"fork":false,"pushed_at":"2024-06-11T22:55:27.000Z","size":818,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T09:34:43.074Z","etag":null,"topics":["dom-manipulation","javascript","logic","text-editor"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codad5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-17T04:24:35.000Z","updated_at":"2024-06-11T22:55:32.000Z","dependencies_parsed_at":"2025-08-30T09:32:57.037Z","dependency_job_id":"2264f60b-65b1-4f0a-89e8-77eada510d01","html_url":"https://github.com/codad5/Insert-text-Editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codad5/Insert-text-Editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codad5%2FInsert-text-Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codad5%2FInsert-text-Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codad5%2FInsert-text-Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codad5%2FInsert-text-Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codad5","download_url":"https://codeload.github.com/codad5/Insert-text-Editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codad5%2FInsert-text-Editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29281976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dom-manipulation","javascript","logic","text-editor"],"created_at":"2024-10-09T00:40:45.114Z","updated_at":"2026-02-09T21:36:33.369Z","avatar_url":"https://github.com/codad5.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Codad5](https://github.com/codad5)/[Jbotrex](https://github.com/jerrygeorge360) web-based text editor\n\n**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:\n\n## How to Use\n\u003e link our module with a script tag at the bottom of your html file\n```html\n\u003cscript type=\"module\" src=\"https://github.com/codad5/Insert-text-Editor/insert/index.js\"\u003e\u003c/script\u003e\n```\n \u003e Create your Parent div \n ```html\n    \u003cdiv data-editor-frame\u003e\n\n    \u003c/div\u003e\n ```\n \u003e NOTE : To add Name attribute for form usage \n ```html\n    \u003cform\u003e\n        \u003cinput type=\"text\" name=\"title\"\u003e\n        \u003c!-- the value for the data attribute data-editor-formName is the same as\n        \u003ctextarea name=\"body\"\u003e \u003c/textarea\u003e\n        --\u003e\n        \u003cdiv data-editor-frame data-editor-formname=\"body\"\u003e\n\n    \u003c/div\u003e\n    \u003c/form\u003e\n ```\n \u003ethe value for the data attribute data-editor-formName is the same as\n ```html\n        \u003ctextarea name=\"body\"\u003e\n\n        \u003c/textarea\u003e\n```\n\n# Open source contribution\n### Clone this repo\n```bash\n    $ git clone \n```\n\u003e\n### Run on a Live serve\n\u003e\u003e if you have node installed\n```bash\n    $ npx serve\n```\n\u003e\u003e If you have php installed\n```bash\n    $ php -S localhost:8080\n```\n\u003e\u003e OR run live-server if you are using vs-code live server extension\n\n### Begin development \nTo being developent the main script is at `./insert/main.js`\n\nThe `./insert/index.js` is a script for adding Eventlistener\n\nThe `index.html` is not to be edited as it is just a template\n\nThe `script` directory is an old directory it can be ignored\n##### Todos\n- [ ] Style The Editor \n- [ ] Fix Highlighed Coloring Bug\n- [ ] Add Media Insertion Feature","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodad5%2Finsert-text-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodad5%2Finsert-text-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodad5%2Finsert-text-editor/lists"}