Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 996 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 996 Bytes

Community blogging platform

UI Example

Run in development mode

docker-compose up
php artisan serve

Install storage link

php artisan storage:link

FAQ

Blade component constructor receives an empty entity

php artisan optimize:clear

Known issues

  • ImageBlockView is redrawing on click due to decorators, this leads to image refetching
  • TextArea height is not recalculated after the page was resized

TODO

  • Ensure the frontend Post editor works as expected
    • Highlight embeds selection in the editor (see .ProseMirror-selectednode)
    • Sometimes multiple embeds are selected
  • Ensure Post content rendering is consistent with the editor
    • Implement Table of Contents rendering by PHP
    • Implement Image rendering by PHP
  • Should the cover image be displayed if embed is added?
  • Refactor Likes/Dislikes to get rid of liked/rate/score mix