@Ted Hey man, I'd love to see an up to date version of this plugin. A lot of the text align seems to be broken at the moment.
nodecurious
Posts
-
[nodebb-plugin-buttons-galore] NodeBB: Buttons Galore -
Image linking behaviorIt must have something to do with the autolinker plugin which automatically adds tags to URLs. The files autolinker.js and remarkable.js both have options in them regarding default URL's and whether or not they should be opened in a new window. I have tried changing the values to false and restarting the server but it did not work.
Does anyone have experience with how autolinker gets its configuration?
EDIT:
Autoconvert url-like texts to links is not ticked in markdowns plugin page.
I also tried having a look at remarkable and linkify but nothing has stopped having imgur links automatically tagged with <a href..... /a>
-
Image linking behavior@a_5mith I do realize that it is dangerous. Currently it is not hosted anywhere so don't worry about that. I'm simply messing around with NodeBB locally to see what it is all about.
It also happens when you use markdown for showing the image.
-
Image linking behaviorHello everyone. I'm hoping someone can enlighten me about some behavior of topic replies.
I have enabled html replies on my forum in order to enable images being shown and resized easily by the users.
here is an example of some code that reproduces the problem.
<img src="http://imgur.com/Fl0ssM8" width="50%" height="50%" >
If i create a reply with this as the code or load a topic containing images they will clickable and open the image in a new tab. However if I edit the reply and don't change anything in the above code and submit it again the image is no longer clickable.
Is there a good reason for this behavior? I would prefer if the image was always only clickable if I coded something enabling it.