Plugin Hook for editor
-
@fyhao said:
I wanna have a plugin hook for post editor, to add new custom button.
i did something like that in this in-progress plugin, but i'm not sure if it's recommended:
https://github.com/automenta/nodebb-plugin-map/blob/master/public/main.js#L61
-
There's actually a client-side method in the composer that lets plugins add buttons, I have a plugin that uses it as an example:
https://github.com/psychobunny/nodebb-plugin-spoilers/blob/master/static/spoilers.js#L3
Copyright © 2024 NodeBB | Contributors