[nodebb-plugin-spoilers] Spoiler text in posts
-
@art some sort of lazy loading library would be good for this, I'm currently working on lazy loading all the media on my site via different libraries, as I'm not skilled in rolling my own.
So far I've got YouTube videos done, but still working on soundcloud, mixcloud, hearthis.at, webm files and normal images/gifs.
-
@psychobunny said:
0.0.3 - updated to add a button in composer to add spoiler text.
my icon disappeared recently
-
@glitch said:
! test
I don't think I understand how this is supposed to work. To me, spoiler text means text that is hidden without action taken. If that's what this plugin is supposed to do, could I please be told the correct way to do it?
Plugin isn't installed here.
-
Seems like the plugin is broken on NodeBB 0.6.0
As stated here by @Ted
https://github.com/psychobunny/nodebb-plugin-spoilers/issues/3 -
haha derp. You know its bad when I get three PR's doing roughly the same thing. Anyways merged and published, thanks guys
-
@psychobunny I should have a plugin conflict because it doensn't seems to be solved on my board (plugin updated)
-
Does the plugin still work in a recent nodebb installation?
If yes, do multiline spoilers generally work?
I am getting exclamation marks at the start of a line after an empty line has been used in the spoiler text. It seems that the parsing somehow won't work correctly. -
@phl if I understood what you were saying, that's typically how markdown works; a blank line will stop rendering the text in the same block.
> here's a quote With a new line After a broken line
Will produce:
here's a quote
With a new lineAfter a broken line
-
Well that's of course what I tried. Every possible combination of spoiler tags I could imagine (At the start of text blocks, in every line, in a new line, ...)
While
> citation more citation > > even more citation
renders as expected,
>! Spoiler more Spoiler >! >! even more Spoiler
produces visible exclamation marks in the output at lines three and four.