{"id":21637816,"url":"https://github.com/g4b0rdev/filament-markdown-editor-cheatsheet","last_synced_at":"2026-02-06T20:03:26.252Z","repository":{"id":261998405,"uuid":"882795199","full_name":"G4b0rDev/filament-markdown-editor-cheatsheet","owner":"G4b0rDev","description":"Add markdown cheatsheet to the RichEditor form field in Filament","archived":false,"fork":false,"pushed_at":"2025-01-27T06:05:27.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-04T22:06:59.068Z","etag":null,"topics":["cheatsheet","filament","filamentphp","markdown","markdownedito","richeditor"],"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/G4b0rDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-11-03T19:23:58.000Z","updated_at":"2025-01-27T06:05:25.000Z","dependencies_parsed_at":"2024-11-09T20:39:26.186Z","dependency_job_id":null,"html_url":"https://github.com/G4b0rDev/filament-markdown-editor-cheatsheet","commit_stats":null,"previous_names":["g4b0rdev/filament-markdown-editor-cheatsheet"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-markdown-editor-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-markdown-editor-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-markdown-editor-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-markdown-editor-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/G4b0rDev","download_url":"https://codeload.github.com/G4b0rDev/filament-markdown-editor-cheatsheet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252866122,"owners_count":21816397,"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":["cheatsheet","filament","filamentphp","markdown","markdownedito","richeditor"],"created_at":"2024-11-25T04:07:01.942Z","updated_at":"2026-02-06T20:03:26.194Z","avatar_url":"https://github.com/G4b0rDev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Filament Rich Editor Markdown Cheatsheet\n\nThe `filament-markdown-editor-cheatsheet` module provides a comprehensive cheatsheet for Markdown syntax, designed to be integrated with the Filament `RichEditor` and `MarkdownEditor` component.\nThis module helps users quickly reference Markdown syntax and apply it.\n\n## Features\n\n- **Comprehensive Markdown Syntax**: Covers all basic and advanced Markdown syntax.\n- **Easy Integration**: Can be easily integrated with the Filament `RichEditor` \u0026 `MarkdownEditor` component.\n- **User-Friendly**: Provides a clean and easy-to-navigate interface for users.\n\n## Installation\n\nTo install the `filament-markdown-editor-cheatsheet` module, you can use the following command:\n\n```bash\ncomposer require g4b0rdev/filament-markdown-editor-cheatsheet\n```\n\n## Usage\n\n### Integrating with Filament `RichEditor` \u0026 `MarkdownEditor` Component\n\nTo integrate the markdown cheatsheet with the Filament `RichEditor` / `MarkdownEditor` component, follow these steps:\n\n```php\nuse Filament\\Forms\\Components\\RichEditor;\n\nRichEditor::make('content')\n    -\u003ewithCheatsheet()\n    -\u003e...,\n\n// or\n\nuse Filament\\Forms\\Components\\MarkdownEditor;\n\nMarkdownEditor::make('content')\n    -\u003ewithCheatsheet()\n    -\u003e...,\n```\n\nIf you want to change the modal behavior, enable the slide over mode:\n\n```php\nuse Filament\\Forms\\Components\\RichEditor;\n\nRichEditor::make('content')\n    -\u003ewithCheatsheet(slideOver: true)\n    -\u003e...,\n\n// or\n\nuse Filament\\Forms\\Components\\MarkdownEditor;\n\nMarkdownEditor::make('content')\n    -\u003ewithCheatsheet(slideOver: true)\n    -\u003e...,\n```\n\n### Publishing and Customizing Translations\n\nTo publish the translation files for customization, use the following command:\n\n```bash\nphp artisan vendor:publish --tag=filament-markdown-editor-cheatsheet-translations\n```\n\nThis command will publish the translation files to the `resources/lang/vendor/filament-markdown-editor-cheatsheet` directory.\nYou can then customize the translations as needed.\n\n#### Example of Customizing Translations\n\n1. Open the published translation file, e.g., `resources/lang/vendor/filament-markdown-editor-cheatsheet/en/cheatsheet.php`.\n\n2. Modify the translation strings as needed\n\n3. Save the changes.\n\n## Versioning\n\nThis project follow the [Semantic Versioning](https://semver.org/) guidelines.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4b0rdev%2Ffilament-markdown-editor-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg4b0rdev%2Ffilament-markdown-editor-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4b0rdev%2Ffilament-markdown-editor-cheatsheet/lists"}