WakabaMark (70)

1 Name: !WAHa.06x36 2004-11-10 02:39 ID:kWJiZ8wA [Del]

I'm meaning to do a complete re-write of the WakabaMark code. With this re-write, I could support things like nested quotes and lists, and quoted lists, and such. The thing is, though, to accomplish this I'd have to make the code strip out the ">"s in front of quoted text. Now, personally, I like quotes to have ">" in front of them, but I could make a much more flexible text parser without them.

Anyone have any strong opinions on this subject?

2 Name: Anonymous 2004-11-10 02:42 ID:Heaven [Del]

">" is a widespread and now very intuitively known and used feature on most image boards. Personally, I could get used to not using it, but then again maybe the majority might not.

3 Name: !WAHa.06x36 2004-11-10 03:09 ID:kWJiZ8wA [Del]

Well, you'd still USE it, you just wouldn't see it in the actual text afterwards. This is somewhat less intuitive than the current situation, which is what makes me somewhat reluctant to do it.

4 Name: Albright!LC/IWhc3yc 2004-11-10 05:27 ID:xPwsE51A [Del]

As long as the quoted text is still a different color, I don't think it'll be that much of an issue.

By the way, I think lists (as in <ul> and <ol>-style stuff, I presume?) are a rather unnecessary feature. I'd rather see you get code blocks working instead of that. :P

5 Name: !WAHa.06x36 2004-11-10 15:15 ID:+yVRdIig [Del]

I'm working on code blocks, too. Part of the reason I want lists is that I'm meaning to reuse this code later for things like the wiki, where lists are more useful.

6 Name: Albright!LC/IWhc3yc 2004-11-10 17:19 ID:Zo4zJiuw [Del]

Good gravy, you're gonna write wiki software too?!? You're on a rampage!

Feature request: The ability to not use fucking CamelCase. I abhor CamelCase with a fury and a passion, but all too often it's a standard feature on wiki software. [[Braces]] like MediaWiki (Wikipedia's software) uses are much more elegant and result in a page which is much easier on the eyes.

Incidentally, what are you planning on calling it? And do "Wakaba" and "Kareha" mean anything?

7 Name: !WAHa.06x36 2004-11-10 19:56 ID:EAU3XOxw [Del]

I probably won't do anything from scratch, but I've already got my modified TiddlyWiki for the documentation running at http://wakaba.c3.cx/docs/docs.html. I'm meaning to modify it even more when I get some time. For instance, the base TiddlyWiki does not work at all without Javascript, and I've been meaning to make it at least readable without it.

"Wakaba" means "new leaves", and "Kareha" means "old leaves".

"Wakaba" is a take-off on "Futaba" (Literally "two leaves", means a small sprout - come to think of it, "moe" comes from the verb "to sprout" - I wonder if there's a connection there). "Kareha" is to go with "Wakaba", in two senses: New japanese drivers get a "Wakaba mark" to put on their cars, which I've used as a favicon both here and on iichan, while old drivers get a "Kareha mark", which is used as a favicon for the kareha boards.

8 Name: Anonymous 2005-05-05 02:43 ID:TiETZdA3 [Del]

Can "*" and "_" please be replaced by something used less often?

9 Name: Anonymous 2005-05-05 09:01 ID:/r7e4wuB [Del]

>>8
I think you're slightly missing the point.

10 Name: !WAHa.06x36 2005-05-05 10:14 ID:v4YlUyyM [Del]

>>8

The only usage I've seen that collides with the WakabaMark usage is when people use * for emoting, like *looks like an idiot*. Personally I can't help but feel that this is not a big loss.

The parser tries to be intelligent about when to trigger the markup, so you can write 6*9=3*18 all you want, or c_code_function_name(), and it won't get parsed.

11 Name: Anonymous 2005-05-05 10:43 ID:Heaven [Del]

> The only usage I've seen that collides with the WakabaMark usage is when people use * for emoting

There's also AA that always breaks with it. :(

12 Name: Anonymous 2005-05-05 12:11 ID:Heaven [Del]

Well okay, >>11, with AA getting broken by Wakabamark, how about making a couple of characters in a group used to ignore all others in that section, and when its posted, both the mysterious characters are missing AND the AA is wakabamark-free.

13 Name: Anonymous 2005-05-05 12:31 ID:Heaven [Del]

>>12

I already suggested to implement something like a function that would get triggered by AA (or maybe sjis) in the EMail/Link field and turn off Wakabamark. This could be combined with sage (as it works right now, if sage appears anywhere in the EMail/Link field, the thread will not be bumped).

14 Name: !WAHa.06x36 2005-05-05 13:53 ID:v4YlUyyM [Del]

>>13

I've been meaning to implement this, but I always get distracted by something more shiny.

15 Name: Anonymous 2005-07-26 08:43 ID:rHL3GF/p [Del]

Partition to NOT have quoting with > as part of Wakabamark.
I would like to disable Wakabamark without having to do without the Futaba Channel-style way of quoting.

16 Name: !WAHa.06x36 2005-07-26 17:34 ID:v4YlUyyM [Del]

If I recall my own code correctly, disabling WakabaMark disables > quoting only in Kareha. This matches the behaviours of 0ch and Futaba, respectively - Futaba will make quote sections based on >, but 0ch won't.

17 Name: Anonymous 2005-07-27 03:46 ID:Heaven [Del]

oh ok

18 Name: Mr VacBob!JqK7T7zan. 2005-07-28 15:18 ID:E/NaHB6N [Del]

I had an idea for autodetecting AA which worked by converting the post to US-ASCII and seeing if anything was lost. It's not a very robust method, though.

19 Name: !WAHa.06x36 2005-07-28 16:31 ID:v4YlUyyM [Del]

It fails as soon as you use any other language than English, which is sort of common around these parts... I was thinking that a better method would be to check for characters that are often used in AA but seldom elsewhere, but I haven't had the energy to figure out such a list of characters.

20 Name: Anonymous 2005-07-28 23:38 ID:Heaven [Del]

Having experienced Wakabamark for quite some time at Wakachan and 4-ch now, I think it's not as useful as it seemed. Most cases where it appears still are people who don't understand it and are trying to do something else (emoting, AA kopipe, etc.)...

The idea of a clean, elegant syntax of Wakabamark that is more or less the same as already widely accepted forms of Markup may be noble, but I really think some more complicated and less elegant approach like bbcode would have provided better results in usability on these kind of boards.

21 Name: !WAHa.06x36 2005-07-29 05:30 ID:v4YlUyyM [Del]

No, I still maintain BBcode is a usability nightmare. The only reason people know that is that they have been forced to learn it by other broken software. If I were to use some more explicit markup, I'd use a subset of HTML.

The only real problems I see are with AA (thus the discussion for autodetecting it), and with cut-and-paste, where Firefox has a tendency to insert spaces in front of text you paste, triggering code blocks. Some accidential triggerings of WakabaMark is exactly what I want - ideally, you should be able to use it without knowing it. The list parsing should work like that, for instance, but in practice it has some problems. I should maybe make it a bit more intelligent.

22 Name: Anonymous 2005-09-16 06:38 ID:N5OO2wT0 [Del]

People fuck it up way too often. I really think this would work better as a Firefox extension. Enabling/disabling it in your browser would be much more convenient for me than waiting dozens of years until people get it right (which they won't).

23 Name: !WAHa.06x36 2005-09-16 06:42 ID:5es7BckB [Del]

I was thinking of a solution that would please most people, which is to add support for several different types of markup, and make it selectable one way or the other. I was thinking "no markup" (except for the default Futaba/0ch stuff), "WakabaMark", and "HTML", or rather a subset of HTML. This requires two things, though: A good place to put the GUI for it, and me actually writing some code.

Suggestions are welcome, and no, I wouldn't put in BBcode.

24 Name: Anonymous 2005-09-16 06:52 ID:N5OO2wT0 [Del]

> A good place to put the GUI for it

Tools -> Extensions -> WakabaMark

Really, this seems to be the most convenient way for me to keep the ability for markup and not annoy the users all the time or forcing them to go out of their way to disable something that's built into the site itself.
Adding more and more options to the site seems to be leading to eventual design overkill. Which brings to mind: Stylesheet selection could also be outsourced to an extension. But meh...

The main point for me here is that the markdown should not take place on the side itself in that it actually writes the <em> tags into the HTML code.

I like how Thunderbird does this (although I know the analogy is slightly flawed), it only interprets the markdown. It doesn't automatically rewrite my markdown into some HTML characters and then sends the EMail as HTML or something.

25 Name: Anonymous 2005-09-16 07:08 ID:N5OO2wT0 [Del]

>>24
Regarding that Thunderbird example... that's actually the "Quote Colors" extension that does this. Not as customizable as you would like (seems really like every software has its own standards for interpreting text as bold, italic, underlined, etc.), but pretty nifty anyway.

26 Name: !WAHa.06x36 2005-09-16 08:30 ID:5es7BckB [Del]

No, an extension is really out of the question. It's far too limiting, since many don't use Firefox, and few of those who do would be willing to install it.

27 Name: Anonymous 2005-09-16 08:42 ID:N5OO2wT0 [Del]

Then ditch it. :(

28 Name: !WAHa.06x36 2005-09-16 09:31 ID:5es7BckB [Del]

Would it be that horrible to have a popup to select the formatting method?

29 Name: Anonymous 2005-09-16 09:48 ID:N5OO2wT0 [Del]

I guess not. I just think all these kinky bonus features that transcend mere transfer of pure text and certain filetypes should be outsourced...

Maybe that's because I am still dreaming of a Kareha browser/FF extension.

30 Name: Anonymous 2005-09-16 14:54 ID:GW9hwnxw [Del]

A preview function? It seems odd to have your text changed mysteriously without any feedback whatsoever, especially for non-coders who are more familiar with the WYSIWYG model.

As for deleting messed up posts, well...apparently a group of people still don't know how to do that, or don't like cookies, or something.

31 Name: Anonymous 2005-09-16 16:30 ID:B0yP7RYz [Del]

Or post on 4-ch.net, which has disabled the ability to delete your own posts on most boards for some reason.

32 Name: Anonymous 2005-09-17 00:59 ID:Os3CWpLB [Del]

>>31
It's been disabled because some people deleted their posts for no apparent reason which made the discussions turn pretty incoherent for newcomers.

I agree that WakabaMark should probably be turned off by default. The motivation behind is good but at the moment it just doesn't seem practical.

33 Name: test 2005-09-17 10:52 ID:FKoxP2KE [Del]

I like WakabaMark but I wish it'd be a bit more predictable.

For example, only works for 15 or so characters. _ can be unpredictable across multiple sentences (or was that "?). Mixing italics and bold just doesn't work.

34 Name: test 2005-09-17 10:53 ID:FKoxP2KE [Del]

Gah.

^H only works for 15 or o characters.

35 Name: Anonymous 2005-09-17 11:06 ID:Mgi+JHQ6 [Del]

0123456789abcdefghijklmnopqrstuvwxyz

36 Name: Anonymous 2005-09-17 11:08 ID:Mgi+JHQ6 [Del]

↑ successful test with 30

Also _ only works in one paragraph, using it over more than one will break it.

And mixing isn't supposed to work, I guess.

37 Name: !WAHa.06x36 2005-09-17 15:23 ID:v4YlUyyM [Del]

^H is really just a joke, and isn't really supposed to be very useful for anything.

Also, since I'm a semantic markup fag, * and ** don't mean "italic" and "bold", they mean "emphasis" and "strong emphasis", (<em> and <strong>). How they are rendered is entirely up the browser and/or stylesheet. Thus, mixing them doesn't really make sense.

38 Name: test 2005-09-17 22:27 ID:Heaven [Del]

Shouldn't that be left to the browser then?

If a poster wants to mix it, let them.

39 Post deleted by moderator.

40 Post deleted by moderator.

41 Name: Anonymous : 2005-12-23 10:54 ID:Heaven [Del]

Is ^H more of a joke than Microsoft's Windows X POS XP OS?

Personally, I like the feature. :)

43 Name: Anonymous : 2006-01-31 09:11 ID:Heaven [Del]

>>42
what

44 Name: !WAHa.06x36 : 2006-01-31 09:28 ID:Heaven [Del]

Wow, that is one stubborn spam bot. Check out the logs:

67.43.11.124 - - [31/Jan/2006:06:07:49 -0700] "GET /sup/kareha.pl/1100047195 HTTP/1.1" 200 31487 "http://wakaba.c3.cx/sup/kareha.pl/1100047195" "Mozilla/5.0"
62.171.194.10 - - [31/Jan/2006:06:07:53 -0700] "GET /sup/kareha.pl/1100047195 HTTP/1.0" 200 31487 "http://wakaba.c3.cx/sup/kareha.pl/1100047195" "Mozilla/5.0"
62.171.194.41 - - [31/Jan/2006:06:08:12 -0700] "POST /sup/kareha.pl HTTP/1.0" 200 202 "-" "Mozilla/5.0"
67.43.11.124 - - [31/Jan/2006:06:08:25 -0700] "GET /sup/kareha.pl/1100047195 HTTP/1.1" 200 31487 "http://google.com" "Mozilla/5.0"
67.43.11.124 - - [31/Jan/2006:08:10:17 -0700] "GET /sup/kareha.pl/1100047195 HTTP/1.1" 200 31487 "http://wakaba.c3.cx/sup/kareha.pl/1100047195" "Mozilla/5.0"
221.163.42.170 - - [31/Jan/2006:08:10:31 -0700] "GET /sup/kareha.pl/1100047195 HTTP/1.1" 200 31487 "http://wakaba.c3.cx/sup/kareha.pl/1100047195" "Mozilla/5.0"
221.163.42.170 - - [31/Jan/2006:08:10:39 -0700] "POST /sup/kareha.pl HTTP/1.1" 200 202 "-" "Mozilla/5.0"
67.43.11.124 - - [31/Jan/2006:08:10:53 -0700] "GET /sup/kareha.pl/1100047195 HTTP/1.1" 200 35522 "http://google.com" "Mozilla/5.0"

Note that it tried to POST once, and failed, probably because spam.txt blocked it. Not to be deterred, it posted again, with completely randomzied data! Awesome plan!

45 Name: Anonymous : 2008-06-01 02:51 ID:jY98Bre0 [Del]

strike

46 Name: Anonymous : 2008-06-01 10:03 ID:rGfV5rsS [Del]

^H

47 Name: test : 2008-10-05 06:58 ID:Heaven [Del]

italic?
bold?

48 Name: Fou-Lu!Id1gMYGA52!!UIR4DE3n : 2008-12-04 19:51 ID:fJkq4qWN [Del]

Hmmm, is the do_wakabamark() function in http://wakaba.c3.cx/docs/docs.html

49 Name: Fou-Lu!Id1gMYGA52!!UIR4DE3n : 2008-12-04 19:53 ID:fJkq4qWN [Del]

>>48
Shit, I just completely blanked out there,

is that function up to date with the current implementation of WakabaMark.

50 Name: !WAHa.06x36 : 2008-12-06 17:15 ID:Heaven [Del]

>>49

I think the Javascript one might actually be a bit more solid than the Perl one, but it doesn't have the stupid joke features.

51 Name: test : 2008-12-08 04:32 ID:Bz5WlQ5L [Del]

test

52 Name: Anonymous : 2008-12-08 15:19 ID:Heaven [Del]

>>51

53 Post deleted by moderator.

54 Post deleted by moderator.

55 Post deleted by moderator.

56 Post deleted by moderator.

57 Post deleted by moderator.

58 Post deleted by moderator.

59 Post deleted by moderator.

60 Post deleted by moderator.

61 Post deleted by moderator.

62 Post deleted by moderator.

63 Name: Anonymous : 2009-09-18 13:28 ID:Heaven [Del]



Imbecile.

64 Post deleted by moderator.

65 Name: Your Momma : 2009-12-02 12:09 ID:RNuCbuN6 [Del]

Bitch why do you list as spam boards that actually may help sell your product?
You are just a punk no-good motherfucker.
Afraid to even list a Contact me section...lmao.

66 Name: Anonymous : 2009-12-02 13:46 ID:Heaven [Del]

We are >>65's courtiers. We are sorry that our lord has posted such a stupid reply.
After the last war we had completely lost, our lord got mental illness. Everyday, he kidnaps girls from the village. Every night he gets drunk and tries to chop courtiers with his katana.
Now the lady of the house is ill in bed. The people in our country are suffering badly from famine. The neighboring Daimyos is taking advantage of this situation, they try to pass across the border and take over our land.
Quite a few of our fellow courtiers have intention to rise in rebellion.
We are now in dire straits. Our clan would be destroyed.
But, don't worry. We arranged that our Lord become a Buddhist priest.
In his way to the temple, our skilled assassin should take his life.
That is arranged perfectly. After that we will hail Master Monaminokami, the nephew of our lord, as our new lord. We, all courtiers, would do our best to serve this new lord with faith.
We apologize for any inconvenience our lord may have caused you.
Please wait for a while. Please forgive the evil deeds done by our lord.

67 Post deleted by moderator.

68 Name: Anonymous : 2010-03-05 19:01 ID:/KXs7XSm [Del]

>>63
lol, firefox, not working with this page
xml error... etc..

69 Post deleted by moderator.

70 Post deleted by user.

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: