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
I need to access the dom of my custom node inside the export function to grab the class names attribute from the dom, as I cannot get the latest classnames with setting the property on a CustomLinkNode class due to that I cannot set classNames on the object instance then (Issue #3960 ).
This discussion was converted from issue #3961 on February 24, 2023 10:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
This is my code for the custom markdown transformer for my custom link node:
I need to access the dom of my custom node inside the export function to grab the class names attribute from the dom, as I cannot get the latest classnames with setting the property on a CustomLinkNode class due to that I cannot set classNames on the object instance then (Issue #3960 ).
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions