BeaconCMS / beacon_live_admin

Admin UI to manage content for sites built by Beacon
https://beaconcms.org
MIT License
36 stars 16 forks source link

Editor: Improve UX/UI for markdown #95

Open AZholtkevych opened 7 months ago

AZholtkevych commented 7 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 3 months ago

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