{"id":14968695,"url":"https://github.com/mogtofu33/lite","last_synced_at":"2026-03-07T22:02:49.633Z","repository":{"id":128488796,"uuid":"102807866","full_name":"mogtofu33/lite","owner":"mogtofu33","description":"Drupal Lite module fork, add LoopIndex Track Changes Ckeditor plugin. See Wiki / Readme for description.","archived":false,"fork":false,"pushed_at":"2019-09-12T16:18:47.000Z","size":110,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"2.x","last_synced_at":"2025-10-26T05:40:40.351Z","etag":null,"topics":["drupal","drupal-8","drupal8","lite-plugin","loopindex-track-changes"],"latest_commit_sha":null,"homepage":"https://www.drupal.org/project/lite","language":"PHP","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/mogtofu33.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}},"created_at":"2017-09-08T02:29:56.000Z","updated_at":"2019-07-01T14:54:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"e94aa525-558a-49d9-986e-4226703482b9","html_url":"https://github.com/mogtofu33/lite","commit_stats":{"total_commits":54,"total_committers":5,"mean_commits":10.8,"dds":0.5185185185185186,"last_synced_commit":"e7098a5410bc9d05b3de10e8aec76eb578e264c6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mogtofu33/lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogtofu33%2Flite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogtofu33%2Flite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogtofu33%2Flite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogtofu33%2Flite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mogtofu33","download_url":"https://codeload.github.com/mogtofu33/lite/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogtofu33%2Flite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30233429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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":["drupal","drupal-8","drupal8","lite-plugin","loopindex-track-changes"],"created_at":"2024-09-24T13:40:25.005Z","updated_at":"2026-03-07T22:02:49.611Z","avatar_url":"https://github.com/mogtofu33.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lite\n===========\n\nLite integrates the LITE track changes plugin for CKEditor with Drupal.\nhttps://ckeditor.com/cke4/addon/lite\n\nInstallation\n------------\n\n### Composer (Recommended)\n\n  * To download this module fork, Lite library and opentip, using Composer \n    template for Drupal https://github.com/drupal-composer/drupal-project,\n    add these lines to your repositories section on composer.json file:\n\n    ```\n    \"repositories\": [\n        {\n            \"type\": \"composer\",\n            \"url\": \"https://packages.drupal.org/8\"\n        },\n        { \n            \"type\": \"vcs\", \n            \"url\": \"https://github.com/Mogtofu33/lite\"\n        },\n        {\n          \"type\": \"package\",\n          \"package\": {\n            \"name\": \"library/lite\",\n            \"version\": \"1.2.28\",\n            \"type\": \"drupal-library\",\n            \"dist\": {\n              \"url\": \"https://download.ckeditor.com/lite/releases/lite_1.2.28.zip\",\n              \"type\": \"zip\"\n            }\n          }\n        },\n        {\n          \"type\": \"package\",\n          \"package\": {\n            \"name\": \"library/opentip\",\n            \"version\": \"2.4.6\",\n            \"type\": \"drupal-library\",\n            \"dist\": {\n              \"url\": \"https://github.com/enyo/opentip/archive/v2.4.6.tar.gz\",\n              \"type\": \"tar\"\n            }\n          }\n        }\n    ],\n    ```\n\n  * Then run\n\n    ```\n    composer require \"drupal/lite:2.x-dev\" \"library/lite:1.2.28\" \"library/opentip:2.4.6\"\n    ```\n\n### Manual (Not recommended, use Composer)\n\n  * Download this module in /modules folder.\n  * Download the version **1.2.28** of the LITE CKEditor plugin from\n    https://download.ckeditor.com/lite/releases/lite_1.2.28.zip and extract it to /libraries. The extracted\n    folder must be named lite. So Lite plugin file can be accessed from\n    _/libraries/lite/plugin.js_\n  * **Optionnal** By default changes are only visible in the Wysywig editor, if you\n    want to display changes on the _view mode_ with _tooltip_ support you must install\n    **Opentip** library.\n    Create a folder opentip in your /libraries folder.\n    From https://github.com/enyo/opentip/archive/v2.4.6.tar.gz, download\n    **opentip-jquery.min.js** and place it in /libraries/opentip, so your file can\n    be accessed from\n    _/libraries/opentip/downloads/opentip-jquery.min.js_\n    _Note_: you can remove all files from archive excepting downloads/opentip-jquery.min.js\n  \n### Post intallation\n\n* Enable the module\n* Visit status report to ensure your Lite plugin is correctly loaded.\n* Enable any of the track changes buttons by dragging them into the active\n  toolbar configuration for the desired text formats from the Text Formats\n  configuration page (For example on /admin/config/content/formats/manage/basic_html).\n  * Configure Lite options below **CKEditor plugin settings**\n  * Enable the _Lite changes tracking_ under **Enabled filters**\n  * If the **Limit allowed HTML tags and correct faulty HTML** filter is enabled, add or replace to the **Allowed HTML tags** under the **Filter settings** :\n  ```\n  \u003cdel class=\"ice-del ice-cts-*\" data-changedata data-userid data-cid data-last-change-time data-time data-username\u003e \u003cins class=\"ice-ins ice-cts-*\" data-changedata data-userid data-cid data-last-change-time data-time data-username\u003e\n  ```\n  * Configure the Lite options under **filter settings**\n\nConfiguration\n------------\n\nLite plugin default state settings are available from the text format\nconfiguration form.\n\nAfter the installation, you can configure specific options form\n/admin/config/content/lite/settings\n\nSome global permissions to allow roles to toggle or resolve changes for all text formats can be set from _People \u003e Permissions_ (/admin/people/permissions#module-lite)\n\nContent moderation\n------------\n\nIf the Drupal Content Moderation module is enabled, Lite text format option by\nWorkflow and by states will be available.\n\nPrior to text format configuration you must enable a Workflow on your content\ntype and set the Workflow transitions permissions to your roles accordingly.\n\nKnown issues\n------------\n\nLite **1.2.30** can cause an issue with images or copy/paste, see\nhttps://www.drupal.org/node/2907869\n\nIf an image is added without any text it should be not tracked.\n\nIf image caption is enable, the image will not be tracked.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogtofu33%2Flite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmogtofu33%2Flite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogtofu33%2Flite/lists"}