{"id":21959268,"url":"https://github.com/omegion/horul-editor","last_synced_at":"2026-05-11T02:10:07.055Z","repository":{"id":37847916,"uuid":"205847547","full_name":"omegion/horul-editor","owner":"omegion","description":"Block styled editor based on Editor.js","archived":false,"fork":false,"pushed_at":"2023-12-15T02:56:04.000Z","size":4184,"stargazers_count":1,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-17T18:10:22.527Z","etag":null,"topics":["editor","editorjs","open-source","vue-editor","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omegion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-09-02T12:00:14.000Z","updated_at":"2021-06-20T09:59:57.000Z","dependencies_parsed_at":"2023-12-15T03:47:00.689Z","dependency_job_id":"edef2cee-cc13-4946-a4f8-20a5ab069ace","html_url":"https://github.com/omegion/horul-editor","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"2e7ef5690567d84540655239494be07e7c866e79"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegion%2Fhorul-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegion%2Fhorul-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegion%2Fhorul-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omegion%2Fhorul-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omegion","download_url":"https://codeload.github.com/omegion/horul-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245013996,"owners_count":20547181,"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":["editor","editorjs","open-source","vue-editor","vuejs"],"created_at":"2024-11-29T09:27:14.431Z","updated_at":"2026-05-11T02:10:02.005Z","avatar_url":"https://github.com/omegion.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# horul-editor\n\nhorul-editor is editorjs wrapper component.\n\nPlease see this first. https://editorjs.io/\n\n## Supported Plugins\n\n- [Header](https://github.com/editor-js/header)\n- [List](https://github.com/editor-js/list)\n- [Image](https://github.com/editor-js/image)\n- [InlineCode](https://github.com/editor-js/inline-code)\n- [Embed](https://github.com/editor-js/embed)\n- [Quote](https://github.com/editor-js/quote)\n- [Marker](https://github.com/editor-js/marker)\n- [Code](https://github.com/editor-js/code)\n- [Link](https://github.com/editor-js/link)\n- [Delimiter](https://github.com/editor-js/delimiter)\n- [Raw](https://github.com/editor-js/raw)\n- [Table](https://github.com/editor-js/table)\n- [Warning](https://github.com/editor-js/warning)\n- [Paragraph](https://github.com/editor-js/paragraph)\n- [Checklist](https://github.com/editor-js/checklist)\n- [Personality](https://github.com/editor-js/personality)\n\n## Installation\n\n```bash\nnpm install --save horul-editor\n\n# or Yarn\nyarn add horul-editor\n```\n\n## Usage\n\n```js\n// In main.js\n// ...\nimport Editor from 'horul-editor'\n\nVue.use(Editor)\n// ...\n```\n\n```js\n// In component\n// ...\nimport { Editor } from 'horul-editor'\n\nexport default {\n  components: {\n    Editor,\n  }\n}\n// ...\n```\n\n```Vue\n  \u003ceditor\n    autofocus\n    holder-id=\"codex-editor\"\n    save-button-id=\"save-button\"\n    :init-data=\"initData\"\n    @save=\"save\"\n    @ready=\"onReady\"\n    @change=\"onChange\"\n  /\u003e\n```\n\n---\n\n```js\n// on Nuxt.js\n\n// in nuxt.config.js\nplugins: [\n  {\n    src: '~/plugins/vue-editor.js', ssr: false\n  }\n],\n\n// in ~/plugins/vue-editor.js\nimport Vue from 'vue'\nimport Editor from 'horul-editor'\n\nVue.use(Editor)\n\n// in your page\n\u003ceditor /\u003e\n\n```\n\n### Other props:\n- customTools - Object with name (key) and class of a custom tool (value)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomegion%2Fhorul-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomegion%2Fhorul-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomegion%2Fhorul-editor/lists"}