{"id":20036998,"url":"https://github.com/antistatique/drupal-ckeditor-nbsp","last_synced_at":"2026-04-28T01:32:34.458Z","repository":{"id":47773076,"uuid":"84576948","full_name":"antistatique/drupal-ckeditor-nbsp","owner":"antistatique","description":"Minimal module to insert a non-breaking space into the content by pressing Ctrl+Space or using the provided button.","archived":false,"fork":false,"pushed_at":"2025-10-06T05:48:19.000Z","size":651,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":10,"default_branch":"3.1.x","last_synced_at":"2025-10-06T07:26:44.464Z","etag":null,"topics":["drupal","drupal-module"],"latest_commit_sha":null,"homepage":"https://www.drupal.org/project/nbsp","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/antistatique.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2017-03-10T16:03:38.000Z","updated_at":"2025-10-06T05:48:15.000Z","dependencies_parsed_at":"2024-04-03T15:59:51.151Z","dependency_job_id":"b740ea23-fd9b-4813-b3ac-dce5f514f265","html_url":"https://github.com/antistatique/drupal-ckeditor-nbsp","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/antistatique/drupal-ckeditor-nbsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antistatique%2Fdrupal-ckeditor-nbsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antistatique%2Fdrupal-ckeditor-nbsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antistatique%2Fdrupal-ckeditor-nbsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antistatique%2Fdrupal-ckeditor-nbsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antistatique","download_url":"https://codeload.github.com/antistatique/drupal-ckeditor-nbsp/tar.gz/refs/heads/3.1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antistatique%2Fdrupal-ckeditor-nbsp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["drupal","drupal-module"],"created_at":"2024-11-13T10:17:46.966Z","updated_at":"2026-04-28T01:32:34.437Z","avatar_url":"https://github.com/antistatique.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CKEditor Non-breaking space Plugin\n\nMinimal module to insert a non-breaking space (`\u0026nbsp;`)\ninto the content by pressing Ctrl+Space or using the provided button.\n\n## Uses\n\nDuring content creation the author may add a non-breaking space (`\u0026nbsp;`)\nto prevent an automatic line break.\nTo avoid that a company’s 2-word name is split onto 2 separate lines.\n\nAs the non-breaking space is an invisible character,\nthey are highlighted in blue on the CKEditor.\n\n## Installation\n\nInstall the module then follow the instructions\nfor installing the CKEditor plugins below.\n\n## Configuration\n\nGo to the [Text formats and editors](/admin/config/content/formats)\nconfiguration page:, and for each text format/editor combo\nwhere you want to use NBSP, do the following:\n\n* Drag and drop the 'NBSP' button into the Active toolbar.\n* Enable filter \"Cleanup NBSP markup\".\n* if the \"Limit allowed HTML tags and correct faulty HTML\" filter is disabled\nyou dont have anything to do with this text format.\nOtherwise, add `\u003cnbsp\u003e` in the \"allowed HTML tags\" field.\n\n## Which version should I use?\n\nNBSP is now available for both Drupal 8, Drupal 9 \u0026 Drupal 10!\n\n- if you are running Drupal `8.x`, use NBSP `8.x-2.0-alpha1`.\n- if you are running Drupal `9.x`, use NBSP `2.x`.\n- if you are running Drupal `10.x`, use NBSP `3.x`.\n\n|     Drupal Core     | CKeditor |     NBSP     |\n|:-------------------:|:--------:|:------------:|\n|        8.7.x        |   4.x    |     1.x      |\n|        8.8.x        |   4.x    | 2.0.0-alpha1 |\n|        8.8.x        |   4.x    | 2.0.0-alpha1 |\n|         9.x         |   4.x    |   8.x-2.1    |\n|         9.x         |   5.x    |   8.x-2.2    |\n|        10.x         |   4.x    |   8.x-2.2    |\n|        10.x         |   5.x    |    3.0.x     |\n|      11.x-dev       |   5.x    |    3.0.x     |\n\n## Dependencies\n\nThe Drupal 10 version of NBSP requires\n[Editor](https://www.drupal.org/project/editor) and\n[CKEditor 5](https://ckeditor.com/ckeditor-5/).\n\nThe Drupal 8 \u0026 Drupal 9 versions of NBSP requires\n[Editor](https://www.drupal.org/project/editor) and\n[CKEditor](https://www.drupal.org/project/ckeditor).\n\n## Supporting organizations\n\nThis project is sponsored by Antistatique. We are a Swiss Web Agency,\nVisit us at [www.antistatique.net](https://www.antistatique.net) or\n[Contact us](mailto:info@antistatique.net).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantistatique%2Fdrupal-ckeditor-nbsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantistatique%2Fdrupal-ckeditor-nbsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantistatique%2Fdrupal-ckeditor-nbsp/lists"}