[nodebb-plugin-emoji-extended] Emoji Extended
-
@a_5mith As long you change the
url
within the config, it should work fine. All parsing steps AFAIK happen when a client requests a post.
Maybe it just needs a restart? -
Speaking of which, any particular reason it uses absolute urls in reference to the emojis? I'd assume
nconf.get('relative_path') + '/plugins/nodebb-plugin-emoji-extended/emoji/' + emoji + '.png'
would be sufficient?Also, any luck updating the plugin to vanillajs?
-
I guess I should use
relative_path
xD have taken this the whole way from its originsActually great timing for the second question, I've just started working on the rework again (@a_5mith already triggered this burst in motivation)
PS: It's not about just updating to plain js but rather about a whole rewrite with many improvements such as different sets to choose from, custom sets, modulating markdown related code, etc., etc.
-
@julian said:
Speaking of which, any particular reason it uses absolute urls in reference to the emojis? I'd assume
nconf.get('relative_path') + '/plugins/nodebb-plugin-emoji-extended/emoji/' + emoji + '.png'
would be sufficient?I finally remember, where absolute url is needed: emails Since the emoji are being parsed in emails, it needs to be absolute