Forum Issues
-
wrote on 7 Aug 2020, 17:51 last edited by Loki 8 Jul 2020, 17:51
Test. Have not been able to post
Guess I can again.
-
wrote on 26 Aug 2020, 22:02 last edited by Klaus
I'm considering to replace some "small" plugins we are using (for spoilers, for colors, ...) with this one which seems to be more actively developed than the ones we are currently using.
https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown#readme
Let me know if you have any thoughts.
-
I'm considering to replace some "small" plugins we are using (for spoilers, for colors, ...) with this one which seems to be more actively developed than the ones we are currently using.
https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown#readme
Let me know if you have any thoughts.
wrote on 26 Aug 2020, 23:16 last edited byI have thoughts every day or two.
-
wrote on 27 Aug 2020, 00:29 last edited by
@Rainman said in Forum Issues:
I have thoughts every day or two.
Even this prompt didn’t spark one for me.
-
I'm considering to replace some "small" plugins we are using (for spoilers, for colors, ...) with this one which seems to be more actively developed than the ones we are currently using.
https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown#readme
Let me know if you have any thoughts.
wrote on 27 Aug 2020, 00:42 last edited by@Klaus said in Forum Issues:
I'm considering to replace some "small" plugins we are using (for spoilers, for colors, ...) with this one which seems to be more actively developed than the ones we are currently using.
https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown#readme
Let me know if you have any thoughts.
At first, I was like "Yes, more formatting! Color for text, header blocks, etc..." but honestly there's something nice about our responses not being formatted too much. So I vote yes, but knowing we might collectively ask to disable it later, lolz
-
wrote on 27 Aug 2020, 01:42 last edited by
I got a 503 error earlier today with a message saying "overload".
-
wrote on 27 Aug 2020, 01:49 last edited by
@Larry said in Forum Issues:
I got a 503 error earlier today with a message saying "overload".
I saw it as well. I think it was because Klaus took it down to install updates and plug-ins. Only lasted about 10 minutes or so.
-
wrote on 27 Aug 2020, 01:50 last edited by
@Larry said in Forum Issues:
I got a 503 error earlier today with a message saying "overload".
Larry, this thread is about the forum.
-
@Larry said in Forum Issues:
I got a 503 error earlier today with a message saying "overload".
Larry, this thread is about the forum.
-
wrote on 27 Aug 2020, 01:53 last edited by Horace
I thought he was talking about Rainman's bathroom scale lol.
#sickburn
-
wrote on 27 Aug 2020, 02:21 last edited by
Hahahaha
-
wrote on 27 Aug 2020, 03:31 last edited by
Yeah, well, all I can say is what my Mom would tell me to say:
<underline>Sweep under your own porch first. </underline>
There, I said it.
Sorry for being so direct, abrupt, and for causing heartwrenching guilt for those particular forum members that shamed themselves by talking about weight.
Let me tell you something!!, and you can all write this down:
WITHOUT WEIGHT, WE WOULD ALL BE NOTHING.Do you want to be nothing??
So, there you go. And I am much, much more than nothing. Like, pounds if not tons more.
Ax, throw in that link you used to constantly post, the one with that Mormon gal that was a singer. Not to be confused with that Nun you are so hung up on. Don't know why you kept dwelling on her, but you're right, she did look cute and thin in black.
Anyway, time for dinner, again.
-
wrote on 27 Aug 2020, 05:16 last edited by
And without nipples, titties would be pointless...
-
@Larry said in Forum Issues:
I got a 503 error earlier today with a message saying "overload".
I saw it as well. I think it was because Klaus took it down to install updates and plug-ins. Only lasted about 10 minutes or so.
wrote on 27 Aug 2020, 05:50 last edited by@George-K said in Forum Issues:
@Larry said in Forum Issues:
I got a 503 error earlier today with a message saying "overload".
I saw it as well. I think it was because Klaus took it down to install updates and plug-ins. Only lasted about 10 minutes or so.
Exactly.
-
wrote on 28 Aug 2020, 12:04 last edited by George K
-
wrote on 28 Aug 2020, 12:18 last edited by Klaus
This is's a test'. Test.
This is
another
test.@George-K this behavior occurs independently of quotes. It only occurs with backticks (`) not regular apostrophes (').
It's a longstanding part of Markdown. Is it really a problem? Usually, backticks are used very seldomly in normal text.
-
wrote on 28 Aug 2020, 12:29 last edited by
https://www.chicagotribune.com/news/ct-xpm-1989-05-15-8902010248-story.html
''Think about it,'' he says. ''Dalton and Waldenbooks aren
t concerned with service. They aren
t concerned with ideals. Theyre only concerned with economics. Let
s cut the price. Look what theyve done to the greatest thing in the world, books-denigrated them to the point where they
re nothing but cans of beans.'' -
wrote on 28 Aug 2020, 12:30 last edited by
I modified my post above with the reply.
-
wrote on 28 Aug 2020, 12:41 last edited by Klaus
In some circumstances it's quite useful to have a way to disable automatic formatting etc. (called "quotation" in CS lingo), and that's what the backtick is for.
!!! warning [Warning]: Nerd alert: The following text isn't suitable for normal humans. Caution advised.
For instance, let's say you want to explain how to write a word in italics. Using backticks, I can write that
_foo_
produces foo. I produced_foo_
by writing`_foo_`
. Your next question might be how to produce`_foo_`
. You do that by writing`` `_foo_` ``
.