(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 

Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-31) was last changed on 19-Oct-2007 00:37 by 207.171.180.101  

This page was created on 22-Feb-2007 08:25 by ChristophSauer

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 2 lines
Take a look at how the [[HyphenListMarkupProposalWorks]], it is a proof of concept page for demonstration purposes.
-----------
At line 3 changed one line
During the [[WikiSym]] workshop, after we decided that a double asterisk would be best for bold, the group decided "unanimous minus two" that the hyphen would be best for bullet lists. However, at this point, ChuckSmith realized due to his research of wiki syntaxes that approximately 90% of wiki engines use asterisks for bullet lists. After the initial desigh [[Creole 0.1]] with hyphens we decided mainly because of that to use asterisk for unnumbered lists as well, see the [[Talk.Lists]] for the story. We now have to concede that we made a mistake and accept the use of asterisk instead of hypens for bullet lists.
During the [[WikiSym]] workshop, after we decided that a double asterisk would be best for bold, the group decided "unanimous minus two" that the hyphen would be best for bullet lists. However, at this point, ChuckSmith realized due to his research of wiki syntaxes that approximately 90% of wiki engines use asterisks for bullet lists. After the initial desigh [[Creole 0.1]] with hyphens we decided mainly because of that to use asterisk for unnumbered lists as well, see the [[Talk.Lists]] for the story. We now have to concede that we made a mistake and accept the use of asterisk instead of hyphens for bullet lists.
At line 7 changed one line
Considering the facts behind 25% of list items on Wikipedia not using space after the star **and** 25% of lists have items starting with italics or bold[1], this combination is not an [[EdgeCase]]. This means that proposals like [[RequireSpaceAfterBulletProposal]] would make it more difficult to use Creole than necessary. Proposals like this are a sign that something in the design is wrong and accepting this probosal would only cure a symptom. That's why we ask the comunity to accept this new proposal to switch back to the original design on using hypens for unnumbered lists.
Considering the facts behind 25% of list items on Wikipedia not using space after the star **and** 25% of lists have items starting with italics or bold[1], this combination is not an [[EdgeCase]]. This means that proposals like [[RequireSpaceAfterBulletProposal]] would make it more difficult to use Creole than necessary. Proposals like this are a sign that something in the design is wrong and accepting this proposal would only cure a symptom. That's why we ask the comunity to accept this new proposal to switch back to the original design on using hyphens for unnumbered lists.
At line 17 changed one line
Note that we do not require a space after the hypens.
Note that we do not require a space after the hyphens.
At line 21 changed 3 lines
* not as frequently used as asterisk
* ambiguities with horizontal lines and the common use of two dashes for signatures.
* ambiguities with common use of double-hyphen to indicate m-dash in text.
* not as frequently used as asterisk in existing wiki markup variants
* ambiguities with other use of hypens as first characters in a line:
** horizontal lines
** common use of two dashes for signatures.
** common use of double-hyphen to indicate m-dash in text, although this is not really a disadvantage because m-dashes are __never__ used at the beginning of a line of text. (there's a distinction between [[hyphens and dashes]])
At line 27 changed 2 lines
* no [[BoldAndListsAmbiguity]]
* usually the first guess of endusers, (look into your mailbox for the usage of lists, see [[Line Break Case Studies]])
* no [[BoldAndListsAmbiguity]], therefore easier to implement
* usually the first guess of end users, (look into your mailbox for the usage of lists, see [[Line Break Case Studies]])
At line 30 changed one line
* hypens are easy to type (usually easier than asterisk)
* hyphens are easy to type (usually easier than asterisk)
At line 37 changed one line
In the following section we will show solutions for the abiguities already discussed on the [[Talk.Lists]] page involved with hyphens. Opposed to the //bold as the first formatting in a list item//, we consider these combinations as root for ambiguities as [[EdgeCases]].
In the following section we will show solutions for the ambiguities already discussed on the [[Talk.Lists]] page involved with hyphens. Opposed to the //bold as the first formatting in a list item//, we consider these combinations as root for ambiguities as [[EdgeCases]].
At line 41 changed 2 lines
In general a unnumbered list alway has to start with **one** hypen.
Horizontal rules are on a line by themselves. One could check for four ore more hypens with nothing else behind it (only space and line break).
In general an unnumbered list alway has to start with **one** hyphen.
Horizontal rules are on a line by themselves. One could check for four ore more hyphens with nothing else behind it (only space and line break).
At line 65 changed 2 lines
This example shows that using a character like a hypen as a first char has actually the same problem as using
a equal sign as the first character. While we do not loose a word about the headings so far there has been
This example shows that using a character like a hyphen as a first char has actually the same problem as using
an equal sign as the first character. While we do not lose a word about the headings so far there has been
At line 76 changed one line
If we would use space as a escape character we would not be able to allow space in front of lists for example anymore.
If we would use space as an escape character we would not be able to allow space in front of lists for example anymore.
At line 82 added one line
== Remaining Problems Identified in Discussions
At line 79 changed one line
[#1] Chuck, please add a reference here (source where you get the number of bold usage in wikipedia from)
=== Hard line breaks
A hard line break is a line break that is saved explicitly in the text by putting in a line break character, that is not visible to human readers, but will be used by parsers. A human user inserts this invisible character when he hits return. Some Software products also might insert hard line breaks when they wrap the line, see [[Hard Line Breaks]] for a list.
The [[ListMarkupLinebreakArgument]] shows that there remains the issue that users, and worse, software, might do hard line breaks before hyphens. This is not a problem special to list markup with hyphens, this also affects all other markup characters that indicate special meaning at the beginning of a line.
{{{
**START** I think these are realistic examples
- either using simple hyphens as here - or the
-- much nicer -- n/m-dash way of writing.
And the minus sign (like
-1) even must be placed there. Finally, whereas
in English only trailing hyphen-constructs like
sub- and superclass are common, in German also
leading hyphen-constructs occur, e.g. subclass and
-property. **END**
}}}
Here's an example text, using equal signs (headings) and number signs (numbered list).
{{{
**START** I think these are also realistic
examples using #1 equals signs, or #2 number
signs in normal text. Where #2 might be frequent,
#1 not as frequent. Also someone could use
equals signs in texts. Since we allow one
= equal sign to be a valid header. Therefore
this also causes trouble. So someone could use
an example in an exercise where he uses
-2 as some value and tells someone should multiply
it with a value so that the end result
=4. Someone also might use stars as regular
footnote markers, etc.. **END**
}}}
It is true, that the first example with hyphens is more frequent than the second example.
=== Implications
A user that breaks the line hard (hitting return) has to be aware that he should not use markup characters as the first character in the next line, that have meaning as a first character in a line (no matter if this proposal will be accepted or not). You should not use software that is breaking the line hard, when working with wiki markup.
* Equal Signs (Headings)
* Number Signs (Numbered Lists)
* Hyphens (Unnumbered Lists, if this proposal is accepted)
* ..
----------
[#1] For reference, [[RadomirDopieralski]] wrote the following on [[Talk.Require Space After Bullet Proposal]] on 2007-02-09: [[BulletListOnWikipediaResearch]]
Version Date Modified Size Author Changes ... Change note
31 19-Oct-2007 00:37 7.075 kB 207.171.180.101 to previous Fixed grammar
30 19-Oct-2007 00:36 7.071 kB 207.171.180.101 to previous | to last Fixed grammar
29 19-Oct-2007 00:33 7.069 kB 207.171.180.101 to previous | to last Fixed spelling and grammar
28 26-Sep-2007 09:46 7.065 kB ChuckSmith to previous | to last restore
27 26-Sep-2007 01:53 7.098 kB 203.69.39.251 to previous | to last
26 26-Sep-2007 01:52 7.078 kB 60.250.153.11 to previous | to last
25 26-Apr-2007 08:23 7.065 kB ChristophSauer to previous | to last added link to proof of conept
24 23-Apr-2007 16:21 6.935 kB ChristophSauer to previous | to last typo
23 21-Apr-2007 15:41 6.938 kB ChristophSauer to previous | to last removed mistycal software -> factored out
22 20-Apr-2007 10:16 9.104 kB ChristophSauer to previous | to last Mystical: I was wrong, the werewolf exists.
21 19-Apr-2007 21:57 8.241 kB GregorHagedorn to previous | to last Mystic software...
« This page (revision-31) was last changed on 19-Okt-2007 00:37 by 207.171.180.101