oskus-labs/wysimark-nova

A Laravel Nova field.

0.0.5 2024-03-02 01:42 UTC

This package is auto-updated.

Last update: 2025-04-29 01:29:08 UTC


README

WysiMark

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:

  1. Install the package via Composer:

    composer require oskus-labs/wysimark-nova

    In Nova root directory

    npm --prefix='vendor/laravel/nova' ci
    npm install 
    
  2. 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