oskus-labs / wysimark-nova
A Laravel Nova field.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^7.3|^8.0
README
Laravel Nova Markdown Editor is a package that integrates the Wysimark Markdown editor into Laravel Nova 4, providing a seamless Markdown editing experience within the Nova administration panel.
Features
- Markdown Editing: Easily create and edit Markdown content within your Laravel Nova application.
- Live Preview: See a real-time preview of your Markdown content as you type.
- Customization: Customize the appearance and behavior of the Markdown editor to suit your needs.
- Simple Integration: Quick and easy integration into your Laravel Nova 4 application.
Installation
To get started, follow these simple steps:
-
Install the package via Composer:
composer require oskus-labs/wysimark-nova
In Nova root directory
npm --prefix='vendor/laravel/nova' ci npm install
-
Usage
WysimarkNova::make('Field','field'),
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on the GitHub