visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
283 stars 44 forks source link

Embeds - Setup demo page for image and video embeds and md doc #156

Closed adrian-moisa closed 7 months ago

adrian-moisa commented 1 year ago

Join on discord to get advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter apps.

adrian-moisa commented 1 year ago

Maybe you'l find this sample useful:

[
  {
    "insert": "Visual Editor"
  },
  {
    "insert": {
      "image": "https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885__480.jpg"
    },
    "attributes": {
      "width": "230",
      "style": "display: block; margin: auto;"
    }
  },
  {
    "insert": "\n"
  }
]
adrian-moisa commented 1 year ago

This assert will have to be removed eventually. For now I guess we have to move it to the video case. Web works just fine.

image