Hyunwoo Park

Results 31 comments of Hyunwoo Park

I couldn't guess the structure. Could you share a bit more?

Thanks, @arnaudlevy. Could you sort and place it in the right position (in alphabetical order)?

Could you share your Summernote settings? It looks like this problem is up to summernote's `isFontInstalled` function. It uses `` to test whether a given font exists or not.

Thanks. I will find out after installing Linux on my laptop.

Summernote itself already provides basic plugins (like [`hello`](https://github.com/summernote/summernote/tree/develop/plugin/hello)) as examples, but you're right – it's a little bit complicated to create a new plugin from scratch. So if you could...

And if we could collect guides, documents, and examples, then we can provide them as a separated collection/category in `README.md`. 💃 🕺

Thank you for good suggestion. Summernote is still in beta and heavy development phase. And there also are several tries to embed image browsers into summernote. (like https://github.com/HackerWins/summernote/issues/354) Thus, I'll...

It sounds very useful. If we have an external callback in https://github.com/lqez/django-summernote/blob/master/django_summernote/views.py#L28-39, could it be useful for your task?

Yes, you're totally right. There is no explicit relationship between attachments and texts by summernote, only urls exist. But every django model has its own content type, so we can...

> can you embed the Attachment's ID in the img tag as a data-summernote-attachment-id attribute? Very reasonable approach. Thanks for dumping your brain. :-)