PHPackages                             datomatic/nova-markdown-tui - 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. datomatic/nova-markdown-tui

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

datomatic/nova-markdown-tui
===========================

A Laravel Nova field for markdown management via ToastUI editor.

v1.3.1(1y ago)744.3k—0.9%4[1 issues](https://github.com/datomatic/nova-markdown-tui/issues)MITJavaScriptPHP &gt;=8.1

Since Dec 6Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/datomatic/nova-markdown-tui)[ Packagist](https://packagist.org/packages/datomatic/nova-markdown-tui)[ RSS](/packages/datomatic-nova-markdown-tui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

Laravel Nova Markdown field based on Toast UI Editor
====================================================

[](#laravel-nova-markdown-field-based-on-toast-ui-editor)

[![Latest Version on Packagist](https://camo.githubusercontent.com/da0c795366e46b9ad7103cfbb9eae27caba30f004dc621941a2deaed430c1be1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6461746f6d617469632f6e6f76612d6d61726b646f776e2d7475692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/datomatic/nova-markdown-tui)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/47ac868f30a7cb26f26de51363af47b289955e059313df96f6d6cd7491a018ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461746f6d617469632f6e6f76612d6d61726b646f776e2d7475692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/datomatic/nova-markdown-tui)

A markdown editor field for Laravel Nova based on [Toast UI Editor](https://ui.toast.com/tui-editor) with automatic theme switch.

[![Nova Markdown Toast UI Screenshot Light](docs/nova-markdown-tui-light.png)](docs/nova-markdown-tui-light.png)[![Nova Markdown Toast UI Screenshot Dark](docs/nova-markdown-tui-dark.png)](docs/nova-markdown-tui-dark.png)

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Changelog](#changelog)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

You can install the package via composer:

```
composer require datomatic/nova-markdown-tui
```

The package will automatically register itself.

You can publish the config file with:

```
php artisan vendor:publish --provider="Datomatic\NovaMarkdownTui\FieldServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

You can use the `Datomatic\NovaMarkdownTui\ToastUiEditor` field in your Nova resource:

```
