You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, as I have understood, there is no way to put or conserve a local link like <a href="#foo">Link to a local element</a> <div id="foo"></div>
If I use editor.setContentHtml() and then print using the PrintPlugin, the local links do not persist either.
It would be nice to have it in order to have a navigation inside the document. Also, when Print to PDF, normally, the browser PDF engine keep them so it continues to work even in the generated PDF.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, as I have understood, there is no way to put or conserve a local link like
<a href="#foo">Link to a local element</a><div id="foo"></div>If I use editor.setContentHtml() and then print using the PrintPlugin, the local links do not persist either.
It would be nice to have it in order to have a navigation inside the document. Also, when Print to PDF, normally, the browser PDF engine keep them so it continues to work even in the generated PDF.
Beta Was this translation helpful? Give feedback.
All reactions