Download the PHP package marshmallow/nova-tiptap without Composer

On this page you can find all versions of the php package marshmallow/nova-tiptap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package nova-tiptap

Version Issues Licence

Laravel Nova Tiptap Editor Field

A rich text editor for Laravel Nova based on tiptap by @ueberdosis.

[!Warning] When updating from manogi/nova-tiptap, replace all instances of Manogi\Tiptap\Tiptap with Marshmallow\Tiptap\Tiptap.

[!IMPORTANT] This is a maintained fork of the original package with Nova 5 support.

Installation

Add the use statement to your Nova resource:

Basic Usage

This provides a simple editor with bold and italic buttons only.

Button Configuration

Create a fully-featured editor by configuring your desired buttons:

Available Buttons

Button Description
heading Text headings (H1, H2, H3, etc.)
bold Bold text formatting
italic Italic text formatting
strike Strikethrough text
underline Underline text
bulletList Unordered/bullet list
orderedList Ordered/numbered list
link Hyperlinks to URLs or files
code Inline code formatting
codeBlock Block code with optional syntax highlighting
blockquote Block quotes
image Insert and upload images
table Create and edit tables
textAlign Text alignment options
rtl Right-to-left text direction
horizontalRule Horizontal divider line
hardBreak Hard line break
history Undo/redo functionality
editHtml HTML source code editor
\| Vertical divider in toolbar (special)
br Line break in toolbar (special)

Feature Configuration

Headings

Links

Images

Text Alignment

RTL Support

Code Options

Two code formatting options are available:

Enable syntax highlighting for code blocks:

HTML Editing

Available themes are listed on CodeMirror's theme demo page.

JSON Storage

Empty Content Sanitization

By default, when a TipTap editor is empty, it returns an empty paragraph with styling (e.g., <p style="text-align: left"></p>). If you prefer to get an empty string instead (especially useful for translatable fields), you can enable the sanitization feature:

Read-Only Mode

The Tiptap field supports Nova's native readonly functionality. When in readonly mode, the editor will display the content without allowing edits:

You can also conditionally set the readonly state:

Index View Visibility

Like other rich text fields, this field is hidden from index views. You can display it using a computed field.

Screenshots

The editor adapts to Nova's theme:

License

The MIT License (MIT). Please see License File for more information.


All versions of nova-tiptap with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
laravel/nova Version ^4.0|^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package marshmallow/nova-tiptap contains the following files

Loading the files please wait ....