Greasy Fork is available in English.

議論 » Greasy Fork への意見

forum needs markdown support

§
投稿日: 2014/05/26
編集日: 2014/05/26

forum needs markdown support

at least comments to userscripts need markdown support, plain text isn't really great to discuss things (and code especially)

§
投稿日: 2014/05/26

Vanilla advertises (http://vanillaforums.com/features/user-experience) the options of:

Markdown: **Bold!**

BBCode: [b]Bold![/b]

HTML: Bold!

So it seems at the moment HTML is enabled. (Presumably only the safer tags...) Not sure that is the best choice for all users.

§
投稿日: 2014/05/27

Yeah, it's an "or" kind of thing. Filed https://github.com/JasonBarnabe/greasyfork/issues/127 to let users have the option.

§
投稿日: 2014/05/27

Still no BBcode?... It's such a PITB! I forget this is the only forum i visit that doesn't use it, so i constantly use BBCode here and HTML everywhere else after posting here ... and constantly correcting wrong formatting everywhere! and swear like a shoemaker. May of us use BBCode exts. for a reason - convenience. Why can't we have it working here (and us.o, of course)?

§
投稿日: 2014/05/27

Because Vanilla lets me pick only one markup, and if I picked BBcode then I'm mad because I can't do HTML and Owyn and Jefferson Scher are mad because they still can't do Markdown.

I would need to write a plugin to let people pick their markup, and that's what that GitHub issue is for.

§
投稿日: 2014/05/27

I see. Thanks!

§
投稿日: 2014/05/27

Actually, markdown seems to be the least developed of the three, and it's the one I know the least, so I won't object to BBCode. Does the forum have a poll feature?

§
投稿日: 2014/05/27

I don't think I'm going to switch the default. I'm going to add the option.

§
投稿日: 2014/05/27
I don't think I'm going to switch the default. I'm going to add the option.

A plugin that let users switch sounds way better. Hoping something exists or you can easy write it.

... markdown seems to be the least developed of the three...

Can you corroborate that statement...

§
投稿日: 2014/05/27

even if so, markdown is the most easy one with least symbols needed to markup something

§
投稿日: 2014/05/27

The easiest is to use BBCodeXtra and let it do it for you with a couple of clicks

§
投稿日: 2014/05/27

so maybe easiest is to hire a scribe to do all the markup for me then? ;)

I'm talking about actually writing markup.

§
投稿日: 2014/05/27
... markdown seems to be the least developed of the three...
Can you corroborate that statement...

By least developed, I mean, missing features of HTML and BBCode that I use. For example, I copied my markdown for tables from another site into my script description and they did not render as tables.

|heading|heading|
|---|---|
|text|text|

Part of the problem might be that different sites use different subsets or extensions of markdown, just as BBCode is not equally supported on different sites and gets extended in an ad hoc manner. So I shouldn't blame markdown itself...

§
投稿日: 2014/05/27
... markdown seems to be the least developed of the three...
Can you corroborate that statement...
By least developed, I mean, missing features of HTML and BBCode that I use. For example, I copied my markdown for tables from another site into my script description and they did not render as tables.
...
Part of the problem might be that different sites use different subsets or extensions of markdown, just as BBCode is not equally supported on different sites and gets extended in an ad hoc manner. So I shouldn't blame markdown itself...

Indeed, and what you're refering to is "GitHub Flavored Markdown" (GFM). Something I highly recommend we use for Markdown.

§
投稿日: 2014/05/28
編集日: 2014/05/28

HTML: srazzano/Sonny made this great custombutton that I use for
userstyles.org   userscripts.org   greasyfork.org
http://custombuttons.sourceforge.net/forum/viewtopic.php?f=4&t=1068&sid=33768c5a80b091b619aec6b4c70db218

MARKDOWN: morat created this Custombutton that I requested and I tagged:
http://custombuttons.sourceforge.net/forum/viewtopic.php?f=4&t=1867&sid=a00c994c86daf87b07440d0fb8cc9683


Custombuttons
https://addons.mozilla.org/en-US/firefox/addon/custom-buttons/


So nice to see you on this forum Jefferson Scher ! ❤

§
投稿日: 2014/05/28
Indeed, and what you're refering to is "GitHub Flavored Markdown" (GFM). Something I highly recommend we use for Markdown.

+1

返信を投稿

返信を投稿するにはログインしてください。