PHPackages                             g4b0rdev/filament-markdown-editor-cheatsheet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. g4b0rdev/filament-markdown-editor-cheatsheet

ActivePackage[Parsing &amp; Serialization](/categories/parsing)

g4b0rdev/filament-markdown-editor-cheatsheet
============================================

Add markdown cheatsheet to the RichEditor form field in Filament

1.0(1y ago)09[5 PRs](https://github.com/G4b0rDev/filament-markdown-editor-cheatsheet/pulls)MITPHPPHP ^8.1CI passing

Since Nov 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/G4b0rDev/filament-markdown-editor-cheatsheet)[ Packagist](https://packagist.org/packages/g4b0rdev/filament-markdown-editor-cheatsheet)[ RSS](/packages/g4b0rdev-filament-markdown-editor-cheatsheet/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (7)Used By (0)

Filament Rich Editor Markdown Cheatsheet
----------------------------------------

[](#filament-rich-editor-markdown-cheatsheet)

The `filament-markdown-editor-cheatsheet` module provides a comprehensive cheatsheet for Markdown syntax, designed to be integrated with the Filament `RichEditor` and `MarkdownEditor` component. This module helps users quickly reference Markdown syntax and apply it.

Features
--------

[](#features)

- **Comprehensive Markdown Syntax**: Covers all basic and advanced Markdown syntax.
- **Easy Integration**: Can be easily integrated with the Filament `RichEditor` &amp; `MarkdownEditor` component.
- **User-Friendly**: Provides a clean and easy-to-navigate interface for users.

Installation
------------

[](#installation)

To install the `filament-markdown-editor-cheatsheet` module, you can use the following command:

```
composer require g4b0rdev/filament-markdown-editor-cheatsheet
```

Usage
-----

[](#usage)

### Integrating with Filament `RichEditor` &amp; `MarkdownEditor` Component

[](#integrating-with-filament-richeditor--markdowneditor-component)

To integrate the markdown cheatsheet with the Filament `RichEditor` / `MarkdownEditor` component, follow these steps:

```
use Filament\Forms\Components\RichEditor;

RichEditor::make('content')
    ->withCheatsheet()
    ->...,

// or

use Filament\Forms\Components\MarkdownEditor;

MarkdownEditor::make('content')
    ->withCheatsheet()
    ->...,
```

If you want to change the modal behavior, enable the slide over mode:

```
use Filament\Forms\Components\RichEditor;

RichEditor::make('content')
    ->withCheatsheet(slideOver: true)
    ->...,

// or

use Filament\Forms\Components\MarkdownEditor;

MarkdownEditor::make('content')
    ->withCheatsheet(slideOver: true)
    ->...,
```

### Publishing and Customizing Translations

[](#publishing-and-customizing-translations)

To publish the translation files for customization, use the following command:

```
php artisan vendor:publish --tag=filament-markdown-editor-cheatsheet-translations
```

This command will publish the translation files to the `resources/lang/vendor/filament-markdown-editor-cheatsheet` directory. You can then customize the translations as needed.

#### Example of Customizing Translations

[](#example-of-customizing-translations)

1. Open the published translation file, e.g., `resources/lang/vendor/filament-markdown-editor-cheatsheet/en/cheatsheet.php`.
2. Modify the translation strings as needed
3. Save the changes.

Versioning
----------

[](#versioning)

This project follow the [Semantic Versioning](https://semver.org/) guidelines.

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance68

Regular maintenance activity

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

549d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cb55d0f06eb324d67d61365b1cddf132651813e375d81226e04f73ba72f0256?d=identicon)[G4b0rDev](/maintainers/G4b0rDev)

---

Top Contributors

[![G4b0rDev](https://avatars.githubusercontent.com/u/42324512?v=4)](https://github.com/G4b0rDev "G4b0rDev (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

cheatsheetfilamentfilamentphpmarkdownmarkdowneditoricheditormarkdownfilamentcheatsheet

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/g4b0rdev-filament-markdown-editor-cheatsheet/health.svg)

```
[![Health](https://phpackages.com/badges/g4b0rdev-filament-markdown-editor-cheatsheet/health.svg)](https://phpackages.com/packages/g4b0rdev-filament-markdown-editor-cheatsheet)
```

###  Alternatives

[erusev/parsedown

Parser for Markdown.

15.0k151.8M732](/packages/erusev-parsedown)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

2.9k404.0M702](/packages/league-commonmark)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[league/html-to-markdown

An HTML-to-markdown conversion helper for PHP

1.9k28.6M199](/packages/league-html-to-markdown)[cebe/markdown

A super fast, highly extensible markdown parser for PHP

1.0k32.5M136](/packages/cebe-markdown)[novadaemon/filament-pretty-json

Read-only field to show pretty json in your filamentphp forms

44359.2k2](/packages/novadaemon-filament-pretty-json)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
