linkrobins/blogreleases/tag/v1.2.0
Author blog posts with Flarum's real composer
Writing and editing blog posts now happens on a full page (/blog/compose) instead of a modal, and the body is written in Flarum's real docked composer — so FoF Rich Text, FoF Upload, @Mentions and Emoji all work in the post body, exactly as in a normal forum reply.
Changed
- The post editor is now a page, not a modal. The title, excerpt, cover image, category, visibility and comments-toggle stay on the page; the body opens the docked composer via the same click-to-write placeholder + live preview Flarum shows at the end of a discussion.
- Publish / Save draft / Cancel / Delete are page actions; the composer's submit publishes.
- Editor routes are registered server-side so direct loads/refreshes of
/blog/compose work.
Notes
- Blog comments already used the native composer (they're ordinary discussions), so they were unaffected by the earlier editor issues.
Upgrade
composer require linkrobins/blog
php flarum migrate && php flarum assets:publish && php flarum cache:clear