django-comments-xtd icon indicating copy to clipboard operation
django-comments-xtd copied to clipboard

remarkable as optionable

Open Mte90 opened this issue 1 year ago • 2 comments

If I don't care about the markdown support I get from the JS bundle in this project:

Uncaught ReferenceError: remarkable is not defined
    <anonymous> http://127.0.0.1:8000/static/django_comments_xtd/js/django-comments-xtd-2.9.13.js:1330

Mte90 avatar Jan 30 '24 17:01 Mte90

How do you propose to do it optional?

danirus avatar Jan 31 '24 09:01 danirus

I didn't still checked the JS code but I think that should be enough check if the remarkable object exists and in that case execute the code.

Mte90 avatar Jan 31 '24 10:01 Mte90