{"id":15286608,"url":"https://github.com/helick/better-excerpt","last_synced_at":"2026-02-23T15:02:04.854Z","repository":{"id":62515639,"uuid":"191769672","full_name":"helick/better-excerpt","owner":"helick","description":"Enable TinyMCE editor for post excerpt","archived":false,"fork":false,"pushed_at":"2019-07-31T20:17:31.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-24T13:33:18.835Z","etag":null,"topics":["composer","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/helick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-13T13:36:46.000Z","updated_at":"2019-07-31T20:15:50.000Z","dependencies_parsed_at":"2022-11-02T10:17:24.105Z","dependency_job_id":null,"html_url":"https://github.com/helick/better-excerpt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/helick/better-excerpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helick%2Fbetter-excerpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helick%2Fbetter-excerpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helick%2Fbetter-excerpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helick%2Fbetter-excerpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helick","download_url":"https://codeload.github.com/helick/better-excerpt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helick%2Fbetter-excerpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29746499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":["composer","wordpress","wordpress-plugin"],"created_at":"2024-09-30T15:17:41.267Z","updated_at":"2026-02-23T15:02:04.838Z","avatar_url":"https://github.com/helick.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helick Better Excerpt\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Software License][ico-license]](LICENSE.md)\n[![Quality Score][ico-code-quality]][link-code-quality]\n\nThe plugin enables TinyMCE editor for post excerpt.\n\n## Requirements\n\nMake sure all dependencies have been installed before moving on:\n\n* [PHP](http://php.net/manual/en/install.php) \u003e= 7.1\n* [Composer](https://getcomposer.org/download/)\n\n## Install\n\nVia Composer:\n\n``` bash\n$ composer require helick/better-excerpt\n```\n\n## Usage\n\n### Custom post type support\n\nControl supported post types:\n\n``` php\nadd_filter('helick_better_excerpt_supported_post_types', function (array $postTypes) {\n    $postTypes[] = 'your-custom-post-type';\n\n    return $postTypes;\n});\n```\n\nControl the editor settings:\n\n``` php\nadd_filter('helick_better_excerpt_editor_settings', function (array $settings) {\n    $settings['media_buttons'] = true;\n\n    return $settings;\n});\n```\n\nControl the editor buttons:\n\n``` php\nadd_filter('helick_better_excerpt_editor_buttons', function (array $buttons) {\n    $buttons[] = 'alignleft';\n    $buttons[] = 'alignright';\n    $buttons[] = 'aligncenter';\n\n    return $buttons;\n});\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email evgenii@helick.io instead of using the issue tracker.\n\n## Credits\n\n- [Evgenii Nasyrov][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/helick/better-excerpt.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/helick/better-excerpt.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/helick/better-excerpt.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/helick/better-excerpt\n[link-code-quality]: https://scrutinizer-ci.com/g/helick/better-excerpt\n[link-downloads]: https://packagist.org/packages/helick/better-excerpt\n[link-author]: https://github.com/nasyrov\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelick%2Fbetter-excerpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelick%2Fbetter-excerpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelick%2Fbetter-excerpt/lists"}