BeaconCMS / beacon_live_admin

Phoenix LiveView Admin Panel to manage Beacon CMS sites.
https://beaconcms.org
MIT License
55 stars 22 forks source link

Editor: Improve UX/UI for markdown #95

Open AZholtkevych opened 12 months ago

AZholtkevych commented 12 months ago

Currently users can write page templates using the markdown (CommonMark spec) format, which is good enough for simple cases or if you have the knowledge to use more complex markdown features which doesn't fit everyone.

So we want to explore adding cells, similar to LiveBook smart cells, that would allow Beacon LiveAdmin to display a more user friendly interface to add components into the markdown template as graphs, images and videos from the media library, embedded resources, and so on.

Depends on https://github.com/BeaconCMS/beacon_live_admin/issues/28

leandrocp commented 8 months ago

Related to https://github.com/livebook-dev/kino/issues/100