TarekkMA / markdown_quill

Convert quill (Delta) fromat to and from markdown
MIT License
18 stars 41 forks source link

How convert video? #6

Open AnhDTN opened 2 years ago

AnhDTN commented 2 years ago

I got error when try convert video with url to markdown :(

Screen Shot 2022-07-10 at 17 01 32
TarekkMA commented 2 years ago

Cam you provide the input markdown?

AnhDTN commented 2 years ago

I using flutter_quill and I get delta by controller.document.toDelta() , I got :

insert⟨ Demo text ⏎ ⟩ insert⟨ {video: https://72ga-cms-app-qat-v2.s3.ap-southeast-1.amazonaws.com/files/2022/07/101657449932754_trim_bc___d_____c___df_bb_f_c_e_df_b____.MOV} ⟩ insert⟨ ⏎⏎ ⟩

AnhDTN commented 2 years ago

hello, some ideas for the problem ? :(

TarekkMA commented 7 months ago

You can have a custom convertor for video if you would like to convert it.

Feel free to open a PR.