{"id":47311133,"url":"https://github.com/inception-project/inception-intertext-editor-plugin","last_synced_at":"2026-03-17T11:29:44.170Z","repository":{"id":108934061,"uuid":"549554011","full_name":"inception-project/inception-intertext-editor-plugin","owner":"inception-project","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-08T09:04:42.000Z","size":10766,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T10:22:40.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inception-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-10-11T11:13:39.000Z","updated_at":"2025-04-08T09:04:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"3513fdf5-da15-4c78-9c39-259c83db3ff8","html_url":"https://github.com/inception-project/inception-intertext-editor-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/inception-project/inception-intertext-editor-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Finception-intertext-editor-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Finception-intertext-editor-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Finception-intertext-editor-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Finception-intertext-editor-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inception-project","download_url":"https://codeload.github.com/inception-project/inception-intertext-editor-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Finception-intertext-editor-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30622675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T11:26:08.186Z","status":"ssl_error","status_checked_at":"2026-03-17T11:24:37.311Z","response_time":56,"last_error":"SSL_read: 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":[],"created_at":"2026-03-17T11:29:42.678Z","updated_at":"2026-03-17T11:29:44.164Z","avatar_url":"https://github.com/inception-project.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# INCEpTION Intertext Editor Plugin\n\n**Note: This is an early access repository. The way that things work will likely be subject to regular changes for the time being.** \n\n![Screenshot](screenshot.png)\n\nThis repository is an example based on the [RecogitoJS](https://github.com/recogito/recogito-js) JavaScript editor component of how to integrate a JavaScript-based annotation editor with INCEpTION. It also uses a special CSS stylesheet to render two separately scrolling areas. This feature depends on the **generic XML** importer from INCEpTION and requires that the imported files follow this structure:\n\n```\n\u003cdiv class=\"view-side-by-side\"\u003e\n  \u003cdiv class=\"view-left\"\u003e\n    ...\n  \u003c/div\u003e\n  \u003cdiv class=\"view-right\"\u003e\n    ...\n  \u003c/div\u003e\n\u003c/div\u003e\n\n```\n\nNote that importing generic XML is currently an experimental feature that needs to be activated by creating (or updating) a `settings.properties` file in your INCEpTION application home and adding the line `format.generic-xml.enabled=true`.\n\nStarting with INCEpTION v23, external editor plugins are supported. To use this editor, first create a folder named `editors` in your INCEpTION application home. By default, this is `~/.inception`, but on server installations, you will usually have set it to something else such as `/srv/inception`.\n\nClone this repository as a sub-folder under the `editors` folder.\n\ntl;dr: \n\n```\n$ cd ~/.inception\n$ mkdir editors\n$ cd editors\n$ git clone https://github.com/inception-project/inception-intertext-editor-plugin.git\n```\n\nFinally, start INCEpTION. Early during start-up, you should see a message like this:\n\n```\nExternalEditorLoader - Loading editor plugin: Intertext (external)\n```\n\nAlso, on the annotation page, you should be able to switch to that editor.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finception-project%2Finception-intertext-editor-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finception-project%2Finception-intertext-editor-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finception-project%2Finception-intertext-editor-plugin/lists"}