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 3mo 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 today

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

34

—

LowBetter than 75% of packages

Maintenance61

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

601d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/42324512?v=4)[Gabor](/maintainers/G4b0rDev)[@G4b0rDev](https://github.com/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

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

437356.9k24](/packages/awcodes-filament-curator)[spatie/laravel-markdown-response

Serve markdown versions of your HTML pages to AI agents and bots

7655.9k6](/packages/spatie-laravel-markdown-response)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)

PHPackages © 2026

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