Composer preview window hook
Unsolved
Technical Support
-
Is there any existing hook that fires when the composer is active to edit or compose a new post? For example, I'd like to extend my OSProxy utility so that it renders links in the post preview window when they are provided in the composer.
Thanks
-
@phenomlab I tried and it is not working for me, either. I wonder if the event isn't bubbling up through the DOM? Maybe the listener needs to be attached at a lower level?
-
@BrotherGlaucon Do you get any message in the console if you add
console.log("Seems to work");
in your function ? -
@baris @brotherglaucon now working for me - I just needed to target the
.preview-container a
element. -
...deleted. Nevermind, it works fine.
Copyright © 2024 NodeBB | Contributors