jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.25k stars 317 forks source link

How to hyperlink html id? #406

Closed mszahan closed 1 year ago

mszahan commented 1 year ago

The hyperlink plugins only allow linking the URL. But I need to hyperlink a HTML id for taking the user to that section on click?

claudep commented 1 year ago

Sorry, but I think this is more a TinyMCE support question rather than a django-tinymce issue, right?

merwok commented 1 year ago

(the answer is that you want links like #id instead of /same/site/link or https://domain/path)