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)51875MITBladePHP ^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 1mo 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 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

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

1109d ago

Major Versions

v0.0.1 → v1.0.02023-03-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/342d28637f061e1d6799603cf2a613b7abc3fc856fc81d1d4fd0e151ec848c01?d=identicon)[nekoding](/maintainers/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

[ryangjchandler/blade-capture-directive

Create inline partials in your Blade templates with ease.

8222.2M12](/packages/ryangjchandler-blade-capture-directive)[amidesfahani/filament-tinyeditor

Filament TinyMce Editor

99328.8k4](/packages/amidesfahani-filament-tinyeditor)[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.

17021.0k2](/packages/statikbe-laravel-filament-flexible-content-blocks)[daikazu/laravel-glider

Start using Glide on-the-fly instantly in your Laravel blade templates.

882.3k](/packages/daikazu-laravel-glider)[filafly/brisk

A simple, friendly theme for Filament.

2211.9k1](/packages/filafly-brisk)[solution-forest/filament-field-group

Filament Field Group is a powerful Laravel package that enhances Filament's form building capabilities. It allows you to easily group and organize form fields, improving the structure and readability of your forms.

291.8k3](/packages/solution-forest-filament-field-group)

PHPackages © 2026

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