PHPackages                             nekoding/filament-cherry-markdown - 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. [Templating &amp; Views](/categories/templating)
4. /
5. nekoding/filament-cherry-markdown

ActiveLibrary[Templating &amp; Views](/categories/templating)

nekoding/filament-cherry-markdown
=================================

Cherry markdown editor for filamentphp

v1.2.0(3y ago)51895MITBladePHP ^7.4|^8.0

Since Mar 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nekoding/filament-cherry-markdown)[ Packagist](https://packagist.org/packages/nekoding/filament-cherry-markdown)[ Docs](https://github.com/nekoding/filament-cherry-markdown)[ RSS](/packages/nekoding-filament-cherry-markdown/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Filament Cherry Markdown
========================

[](#filament-cherry-markdown)

[![Banner](https://camo.githubusercontent.com/2c273a17548184c1b07619193c5997453b1ccacf22d76676de97885d3a492891/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f46696c616d656e742532304368657272792532304d61726b646f776e2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6e656b6f64696e6725324666696c616d656e742d6368657272792d6d61726b646f776e267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4368657272792b4d61726b646f776e2b656469746f722b666f722b66696c616d656e74706870266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d74656d706c617465)](https://camo.githubusercontent.com/2c273a17548184c1b07619193c5997453b1ccacf22d76676de97885d3a492891/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f46696c616d656e742532304368657272792532304d61726b646f776e2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6e656b6f64696e6725324666696c616d656e742d6368657272792d6d61726b646f776e267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4368657272792b4d61726b646f776e2b656469746f722b666f722b66696c616d656e74706870266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d74656d706c617465)

[![All Contributors](https://camo.githubusercontent.com/db0a672758a6b3f2641e6c6099e3fadfd608167acfae3b31425eb3917b0dc47f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f616c6c5f636f6e7472696275746f72732d322d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](#contributors-)

Implementation Cherry Markdown Editor for Filamentphp. Inspired from

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

[](#installation)

You can install the package via composer:

```
composer require nekoding/filament-cherry-markdown
```

Usage
-----

[](#usage)

```
use Nekoding\FilamentCherryMarkdown\CherryMarkdown;

public static function form(Form $form): Form
{
    return $form
        ->schema([
            // other fields ...
            CherryMarkdown::make('detail')
                ->fileAttachmentsDisk('public')
                ->fileAttachmentsVisibility('public')
                ->required(),
        ]);
}
```

### Screenshot

[](#screenshot)

[![screenshot usage](https://user-images.githubusercontent.com/64598048/226078600-89e22d1c-e578-4e56-92d5-c2820c092cf2.png)](https://user-images.githubusercontent.com/64598048/226078600-89e22d1c-e578-4e56-92d5-c2820c092cf2.png)

### Testing

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

   [![Enggar Tivandi](https://avatars.githubusercontent.com/u/64598048?v=4?s=100)
**Enggar Tivandi**](https://blog.enggartivandi.com)
[💻](https://github.com/nekoding/filament-cherry-markdown/commits?author=nekoding "Code") [![Fabien Karsegård](https://avatars.githubusercontent.com/u/5261645?v=4?s=100)
**Fabien Karsegård**](https://www.karsegard.ch)
[💻](https://github.com/nekoding/filament-cherry-markdown/commits?author=FDT2k "Code")  License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

Contributors ✨
--------------

[](#contributors-)

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.8% 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

Every ~16 days

Total

4

Last Release

1201d ago

Major Versions

v0.0.1 → v1.0.02023-03-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64598048?v=4)[Enggar Tivandi](/maintainers/nekoding)[@nekoding](https://github.com/nekoding)

---

Top Contributors

[![nekoding](https://avatars.githubusercontent.com/u/64598048?v=4)](https://github.com/nekoding "nekoding (10 commits)")[![allcontributors[bot]](https://avatars.githubusercontent.com/in/23186?v=4)](https://github.com/allcontributors[bot] "allcontributors[bot] (4 commits)")[![FDT2k](https://avatars.githubusercontent.com/u/5261645?v=4)](https://github.com/FDT2k "FDT2k (3 commits)")

---

Tags

nekodingfilament-cherry-markdown

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nekoding-filament-cherry-markdown/health.svg)

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

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

316.8k2](/packages/finity-labs-fin-mail)

PHPackages © 2026

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