PHPackages                             stepanenko3/nova-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. stepanenko3/nova-markdown

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

stepanenko3/nova-markdown
=========================

Nova Markdown advanced field

v2.0.2(2y ago)1029.9k↓59.4%1MITJavaScriptPHP &gt;=8.0

Since Apr 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/stepanenko3/nova-markdown)[ Packagist](https://packagist.org/packages/stepanenko3/nova-markdown)[ RSS](/packages/stepanenko3-nova-markdown/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (2)Versions (9)Used By (0)

Nova Markdown
=============

[](#nova-markdown)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9957bcc53cb332c3ffa3966375f836d3e33080820a99f749d24b293e28e2e236/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746570616e656e6b6f332f6e6f76612d6d61726b646f776e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stepanenko3/nova-markdown)[![Total Downloads](https://camo.githubusercontent.com/e2874dec364f07a30cd5cf1f49fad19d6f4ae578badeb5d1c95cf6165ad808f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746570616e656e6b6f332f6e6f76612d6d61726b646f776e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stepanenko3/nova-markdown)[![License](https://camo.githubusercontent.com/bc77a0377b8a59e57ba564b7042465f50e4790d49d9a89e47228ddfe9458b639/68747470733a2f2f706f7365722e707567782e6f72672f73746570616e656e6b6f332f6e6f76612d6d61726b646f776e2f6c6963656e7365)](https://packagist.org/packages/stepanenko3/nova-markdown)

[![screenshot of field](screenshots/field.png)](screenshots/field.png)

Description
-----------

[](#description)

Extended Markdown Field for Laravel Nova based on native Nova field

Features
--------

[](#features)

- Many toolbar actions
- Status bar
- Toolbar actions toggable
- Customizable toolbar and status bar
- Dark mode
- Responsive
- Full screen
- Preview

Requirements
------------

[](#requirements)

- `php: >=8.0`
- `laravel/nova: ^4.0`

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

[](#installation)

```
# Install the package
composer require stepanenko3/nova-markdown
```

Publish the config file:

```
php artisan vendor:publish --provider="Stepanenko3\NovaMarkdown\FieldServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

Add the use declaration to your resource and use the fields:

```
use Stepanenko3\NovaMarkdown\Markdown;
...

Markdown::make('Excerpt', 'excerpt')
    ->rules('required', 'max:1000')
    ->alwaysShow(),
```

Configuration
-------------

[](#configuration)

All the configuration is managed from a single configuration file located in `config/nova-markdown.php`

You can change the presence and order of the toolbar actions from the list

```
[
    'h1',
    'h2',
    'h3',
    // 'headingSmaller',
    // 'headingBigger',
    'bold',
    'italic',
    'strikethrough',
    'quote',
    'unorderedList',
    'orderedList',
    'link',
    'image',
    'table',
    // 'horizontalRule',
    'code',
]
```

And status bar

```
[
    'lines', // Show number of lines
    'words', // Show number of words
    'cursor', // Current cursor position line:word
]
```

Screenshots
-----------

[](#screenshots)

[![screenshot of field](screenshots/field-dark.png)](screenshots/field-dark.png)[![screenshot of field](screenshots/field-mobile.png)](screenshots/field-mobile.png)

Credits
-------

[](#credits)

- [Artem Stepanenko](https://github.com/stepanenko3)

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

[](#contributing)

Thank you for considering contributing to this package! Please create a pull request with your contributions with detailed explanation of the changes you are proposing.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~72 days

Recently: every ~122 days

Total

8

Last Release

1025d ago

Major Versions

v1.1.3 → v2.0.22023-09-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/bef20f9543018de0b011aaf817248d926fdbcd2f71c6cfa81d82e9bb4822f018?d=identicon)[stepanenko3](/maintainers/stepanenko3)

---

Top Contributors

[![stepanenko3](https://avatars.githubusercontent.com/u/31134245?v=4)](https://github.com/stepanenko3 "stepanenko3 (26 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/stepanenko3-nova-markdown/health.svg)

```
[![Health](https://phpackages.com/badges/stepanenko3-nova-markdown/health.svg)](https://phpackages.com/packages/stepanenko3-nova-markdown)
```

###  Alternatives

[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6163.5M22](/packages/ebess-advanced-nova-media-library)[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92219.3k3](/packages/advoor-nova-editor-js)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17947.0k](/packages/outl1ne-nova-page-manager)

PHPackages © 2026

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