{"id":28758839,"url":"https://github.com/sojebsikder/seditor","last_synced_at":"2025-06-17T04:32:33.457Z","repository":{"id":296519919,"uuid":"993017841","full_name":"SojebSikder/seditor","owner":"SojebSikder","description":"Seditor is a simple library for rich text editing with plugin architecture.","archived":false,"fork":false,"pushed_at":"2025-06-09T13:52:09.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-09T14:43:34.639Z","etag":null,"topics":["plugin-architecture","rich-text-editor","wysiwyg-editor"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SojebSikder.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}},"created_at":"2025-05-30T04:40:34.000Z","updated_at":"2025-06-09T13:52:13.000Z","dependencies_parsed_at":"2025-05-31T20:35:31.286Z","dependency_job_id":"47a0ebd4-537e-42f7-b287-d046b9f309f5","html_url":"https://github.com/SojebSikder/seditor","commit_stats":null,"previous_names":["sojebsikder/seditor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SojebSikder/seditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fseditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fseditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fseditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fseditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SojebSikder","download_url":"https://codeload.github.com/SojebSikder/seditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Fseditor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260293129,"owners_count":22987563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["plugin-architecture","rich-text-editor","wysiwyg-editor"],"created_at":"2025-06-17T04:30:33.385Z","updated_at":"2025-06-17T04:32:33.440Z","avatar_url":"https://github.com/SojebSikder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nSeditor is a library for rich text editing with plugin architecture.\n\n# Usage\n\nA simple usage with plugins\n\n```html\n\u003cdiv style=\"width: 100%; margin: 0 auto; max-width: 1000px;\"\u003e\n  \u003cdiv id=\"seditor-toolbar\"\u003e\u003c/div\u003e\n  \u003cdiv id=\"seditor-editor\"\u003eHello world!\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cscript\u003e\n  const editor = new Editor(\"#seditor-toolbar\", \"#seditor-editor\");\n  editor.use(undoRedoPlugin);\n  editor.use(formattingPlugin);\n  editor.use(fontPlugin);\n  editor.use(colorPickerPlugin);\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojebsikder%2Fseditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsojebsikder%2Fseditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojebsikder%2Fseditor/lists"}