Download the PHP package assertchris/better-markdown-editor without Composer
On this page you can find all versions of the php package assertchris/better-markdown-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download assertchris/better-markdown-editor
More information about assertchris/better-markdown-editor
Files in assertchris/better-markdown-editor
Package better-markdown-editor
Short Description A better markdown editor than the one that ships with Filament
License MIT
Homepage https://github.com/assertchris/better-markdown-editor
Informations about the package better-markdown-editor
Better Markdown Editor
A better markdown editor than the one that ships with Filament.
Installation
You can install the package via composer:
You can publish the config file with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Motivation
Why build this?
I wanted to build a writing platform. I love Filament, but none of the fields had the functionality I use other apps for. It started as me wanting to make Filament's MarkdownEditor able to point out needlessly complex sentences and poor wording.
Why not contribute those improvements to Filament?
I tried, but they're understandably hesitant to take on the maintenance burden.
Why is it better?
For a start, it does what Hemingway does; but better.
Here's what I am planning to add in the near future (while procrastinating writing projects):
- fullscreen mode
- opt-in LLM-based error correction (with loads of caveats and apprehension)
- an upgrade to CodeMirror 6
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of better-markdown-editor with dependencies
filament/filament Version ^3.2
filament/forms Version ^3.2
spatie/laravel-package-tools Version ^1.15