Wakamark (31)

1 Name: Anonymous 2004-11-20 08:31 ID:Heaven [Del]

Wouldn't it be a little more intuitive to use [] brackets for tags instead of <> brackets? After all, most forum tag systems use [].

2 Name: hotaru!hoTarufiRE!!YMy/5ZNE 2004-11-20 10:10 ID:BuL5HaKg [Del]

3 Name: Anonymous 2004-11-21 00:18 ID:Heaven [Del]

>wakabamark doesn't use tags... http://wakaba.c3.cx/docs/docs.html#WakabaMark

'also', ''http://wakaba.c3.cx/sup/kareha.pl/1099727823/16''

*whoops,
**my mistake

4 Name: Anonymous 2004-11-21 00:21 ID:Heaven [Del]

also, http://wakaba.c3.cx/sup/kareha.pl/1099727823/16

  • whoops,

** my
mistake

hmm

5 Name: Anonymous 2004-11-21 00:21 ID:Heaven [Del]

  • whoops,
    • my mistake
  • once
    ** more?

6 Name: Anonymous 2004-12-02 14:34 ID:Heaven [Del]

Partition for Wakamark to be excluded from any parts of an URL. See also: http://4-ch.net/anime/kareha.pl/1100247225/9-10

7 Name: !WAHa.06x36 2004-12-02 20:58 ID:P5q07b3w [Del]

Done, in the development version.

8 Name: Anonymous 2004-12-04 00:36 ID:Heaven [Del]

Wakamarked text seems to have the ability to evase automated line breaks somehow: http://nub.wakachan.net/b/res/994.html#1054

9 Name: !WAHa.06x36 2004-12-04 01:51 ID:qOOXfxEw [Del]

Hmm, that's actually correct behaviour though. It's just that the person writing put all his text in a code block, which means line breaking is not done.

10 Name: Albright!LC/IWhc3yc 2004-12-05 00:16 ID:9G/+8oLw [Del]

While we're making partitions, how about in-line links? Maybe something like
|http://url The Text| for <a href="http://url">The Text</a>

11 Name: !WAHa.06x36 2004-12-05 01:57 ID:m+tr9DUA [Del]

I dunno. Besides the obvious potential for misuse ( |http://goat.cx/hello.jpg http://www.wakachan.org/mai/src/1102202739778.gif| ), I actually perfer external links to be just the URL. I find this more readable and easy to navigate.

12 Name: Albright!LC/IWhc3yc 2004-12-06 00:23 ID:4TMkq0Wg [Del]

More readable? Not when you're trying to link to something contextually... Please see post 31 of http://4-ch.net/politics/kareha.pl/1101592678/ (can't recall how to link to posts directly off-hand). That would have been a lot less sloppy if I could have linked to them in-line...

13 Name: !WAHa.06x36 2004-12-06 00:45 ID:OU2gq2RA [Del]

No, that's the point: An inline link provides no hint that you're about to leave the current site (and context). I like external links to be clearly visible as such, so I know that they are reference to material outside the current context. As a matter of fact, I dislike the entire pracitce of making pieces of flowing text links. Slashdot story summaries, for instance, are incredibly annoying to read because they are full of links, and there's no hint where each one goes, or what their significance is. I find it much clearer to first explain why you are making a link, and then providing the link itself.

Incidentially, you don't need to keep spaces around the URLs, WakabaMark is smart enough to understand to not include the parenthesis.

14 Name: Albright!LC/IWhc3yc 2004-12-06 06:54 ID:4TMkq0Wg [Del]

Meh. Applying some CSS (like having a dashed underline instead of a solid one) could show folks they're about to go off-site. In my "career" in web design, I've been taught to write with contextual links... ti comes natural to me. But whatever.

I wish you wouldn't make style decisions like that for us... Other people use Wakaba too, ya know. :P

15 Name: Anonymous 2004-12-06 11:25 ID:Heaven [Del]

> In my "career" in web design, I've been taught to write with contextual links

You can provide context by just writing next to the link what the link is good for, yknow?

16 Name: !WAHa.06x36 2004-12-06 15:31 ID:OU2gq2RA [Del]

>>14

Well, I always have the abuse potential argument to hide behind, don't I? Slashdot had to add their incredibly annoying [domain.com] postfixes for that very reason, which really destroys the whole point of the inline links.

And I really have reservations about many things being taught to web designers.

17 Name: Anonymous 2004-12-16 12:54 ID:WrkriKP+ [Del]

Can we please use something else than asterisks to make italics?
Many people have this habit stemming from IM and other online communication means to speak of themselves acting somehow in the third person with asterisks, like this:

*hates you*

Alternative solution could be colons: :text in italics:

18 Name: !WAHa.06x36 2004-12-16 16:39 ID:PwmrBQN2 [Del]

Well, if it gets them to stop doing that, I don't see a problem.

19 Name: Anonymous 2004-12-16 18:29 ID:Heaven [Del]

often emphasis /like this/ is used to indicate itallics.

20 Name: Anonymous 2004-12-16 18:33 ID:Heaven [Del]

...but I guess it's also used for things like /usr/. Nevermind.

21 Name: !WAHa.06x36 2004-12-16 18:44 ID:PwmrBQN2 [Del]

I got this syntax from Markdown, which is based around semantic HTML, and that's how I think about this: *blah* does not mean "italics", it means "emphasis", that is, <em> in HTML. **blah** is "strong emphasis", or <strong>. It is then up to the browser and/or stylesheet to decide how to represent this. Traditionally italics and bold are used, but this is no requirement.

For instance, the Amber styles uses bold and blink. This is a bad example, since the Amber style is pretty much a joke. However, if you look closely, you can see that the Headline style uses italic for quotes, and non-italic for emphasis inside quotes.

22 Post deleted by user.

23 Name: Albright!LC/IWhc3yc 2004-12-16 21:36 ID:Heaven [Del]

>>18: signed

24 Name: Anonymous 2004-12-17 06:39 ID:Heaven [Del]

>>18
lol users are shit

I am still saying to drop the asterisks out of Wakamark and replace them by less used characters.

25 Name: !WAHa.06x36 2004-12-17 08:25 ID:khYyHb86 [Del]

>>24

It should be fairly easy: The do_spans() function in wakautils.pl contains the regexps that parse it. Look for "[\*_] or similar (meaning "match either a * or a _").

And some people use : : for emoting in text. You can't account for the idiosyncracies of every user - at some point you just have to ask them to conform. * * is an old and accepted way to place emphasis in unformatted text, while : : is not.

I furthermore maintain that emoting has no place in written text other than instant messaging, which is emulating a face-to-face discussion. Books do not contain emoting, and neither do letters. There are far more elegant ways to communicate the same thing, and using emoting just makes you look childish.

26 Name: Anonymous 2004-12-17 11:14 ID:Heaven [Del]

> I furthermore maintain that emoting has no place in written text

That's funny, because italics or emphasized text is serving no other purpose than emoting does.

27 Name: Albright!LC/IWhc3yc 2004-12-17 20:34 ID:Heaven [Del]

>>25: signed signed signed signed signed

28 Name: !WAHa.06x36 2004-12-17 22:06 ID:khYyHb86 [Del]

>>26

How do you reckon that? I use emphasis for things like titles, and I use strong emphasis to highligh important passages. I do also sometimes use emphasis to convey a tone of voice, which is related to emoting but not the same, and also does not break up the flow of the text like emoting does.

29 Name: Anonymous 2004-12-19 13:51 ID:Heaven [Del]

>>28

That is your personal opinion and preference. What emoting, AA art, WAKAmark and all other forms of expression above simple text do is enrich the act of communication, that's it. If you think that one form of that is childish, so be it. I think it's objectively best to let all forms co-exist as much as possible.

30 Name: !WAHa.06x36 2004-12-19 20:53 ID:yt2599pw [Del]

>>29

I already used * * to signify emphasis, as did many others, long before WakabaMark, and its use in WakabaMark reflects this tradition. So we have a conflict between the two, and it is not like I am going to suddenly side with the usage that I find annoying over the one I find intuitive.

And furthermore, emoting isn't suddenly made impossible by this. Hell, just see the emphasized text as signifying emoting.

31 Name: 29 2004-12-21 06:03 ID:Heaven [Del]

I give up.

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