Keeping styling of inline tools after save #1921
Unanswered
DurhamSmith
asked this question in
Q&A
Replies: 2 comments
-
I think you need to sanitize your data https://editorjs.io/inline-tool-sanitizing |
Beta Was this translation helpful? Give feedback.
0 replies
-
@snettah, you're 100% right. You'd imagine that would maybe go under a heading such as I will create a PR of the docs to get it a bit more clear. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently using the marker tool as given in the tutorial https://editorjs.io/inline-tools-api
I am able to use the marker fine, but when I save the data and render it on a new page it no longer is hilighted. It's as if the tool was never used.
How to I solve this issue/persist data.
I don't need a functioning marker tool. I am looking to render latex math with katex (inline) and then have that displayed on the new page.
Beta Was this translation helpful? Give feedback.
All reactions