Download the PHP package g4b0rdev/filament-markdown-editor-cheatsheet without Composer
On this page you can find all versions of the php package g4b0rdev/filament-markdown-editor-cheatsheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download g4b0rdev/filament-markdown-editor-cheatsheet
More information about g4b0rdev/filament-markdown-editor-cheatsheet
Files in g4b0rdev/filament-markdown-editor-cheatsheet
Package filament-markdown-editor-cheatsheet
Short Description Add markdown cheatsheet to the RichEditor form field in Filament
License MIT
Informations about the package filament-markdown-editor-cheatsheet
Filament Rich Editor Markdown Cheatsheet
The filament-markdown-editor-cheatsheet
module provides a comprehensive cheatsheet for Markdown syntax, designed to be integrated with the Filament RichEditor
and MarkdownEditor
component.
This module helps users quickly reference Markdown syntax and apply it.
Features
- Comprehensive Markdown Syntax: Covers all basic and advanced Markdown syntax.
- Easy Integration: Can be easily integrated with the Filament
RichEditor
&MarkdownEditor
component. - User-Friendly: Provides a clean and easy-to-navigate interface for users.
Installation
To install the filament-markdown-editor-cheatsheet
module, you can use the following command:
Usage
Integrating with Filament RichEditor
& MarkdownEditor
Component
To integrate the markdown cheatsheet with the Filament RichEditor
/ MarkdownEditor
component, follow these steps:
If you want to change the modal behavior, enable the slide over mode:
Publishing and Customizing Translations
To publish the translation files for customization, use the following command:
This command will publish the translation files to the resources/lang/vendor/filament-markdown-editor-cheatsheet
directory.
You can then customize the translations as needed.
Example of Customizing Translations
-
Open the published translation file, e.g.,
resources/lang/vendor/filament-markdown-editor-cheatsheet/en/cheatsheet.php
. -
Modify the translation strings as needed
- Save the changes.
Versioning
This project follow the Semantic Versioning guidelines.
License
This project is licensed under the MIT License. See the LICENSE file for more details.