{"id":14250407,"url":"https://github.com/Nigel2392/wagtail_text_alignment","last_synced_at":"2025-08-12T10:33:29.263Z","repository":{"id":239567546,"uuid":"799918878","full_name":"Nigel2392/wagtail_text_alignment","owner":"Nigel2392","description":"Text alignment for your Wagtail richtext","archived":false,"fork":false,"pushed_at":"2024-05-13T11:35:39.000Z","size":20,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-08T17:46:02.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nigel2392.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-05-13T11:05:05.000Z","updated_at":"2024-09-17T14:36:07.000Z","dependencies_parsed_at":"2024-05-16T22:46:17.215Z","dependency_job_id":"8e3c93f1-ad0e-48f4-bc33-2207b5638239","html_url":"https://github.com/Nigel2392/wagtail_text_alignment","commit_stats":null,"previous_names":["nigel2392/wagtail_text_alignment"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nigel2392%2Fwagtail_text_alignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nigel2392%2Fwagtail_text_alignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nigel2392%2Fwagtail_text_alignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nigel2392%2Fwagtail_text_alignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nigel2392","download_url":"https://codeload.github.com/Nigel2392/wagtail_text_alignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229673760,"owners_count":18105433,"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":[],"created_at":"2024-08-22T01:00:42.570Z","updated_at":"2024-12-14T06:30:31.291Z","avatar_url":"https://github.com/Nigel2392.png","language":"Python","funding_links":[],"categories":["Apps"],"sub_categories":["Rich text editor extensions"],"readme":"wagtail_text_alignment\n================\n\n**Why is this package better than other implementations?**\n\nOther implementations often lack support for text alignment on block entities.\nThis package doesn't have that limitation. You can align text, headings, lists, etc.\n\nQuick start\n-----------\n\n1. Install the package via pip:\n\n   ```bash\n   pip install wagtail_text_alignment\n   ```\n\n2. Add 'wagtail_text_alignment' to your INSTALLED_APPS setting like this:\n\n   ```\n   INSTALLED_APPS = [\n   ...,\n      'wagtail_text_alignment',\n   ]\n   ```\n\n3. Add 'text-alignment' to your richtext features. (it is included in default features)\n\n4. To align it on the frontend too; add the following CSS:\n\n   ```css\n   .text-left {\n       text-align: left;\n   }\n   .text-center{\n       text-align: center;\n   }\n   .text-right {\n       text-align: right;\n   }\n   ```\n   ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNigel2392%2Fwagtail_text_alignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNigel2392%2Fwagtail_text_alignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNigel2392%2Fwagtail_text_alignment/lists"}