(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-24) was last changed on 26-Sep-2007 08:52 by ChuckSmith  

This page was created on 14-Apr-2007 10:36 by ChristophSauer

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 16 changed one line
A human user might do this, but rarely because it is wrong even in handwriting. But I don't know Texteditor-programms that do that automatically (putting hard line breaks in it, don't confuse it with wordwrap!!!). Such editors might exist, though I don't know a single relevant example. Then this editor would also mess up other display on other markup, because it might do hard line breaks where it should not put it...
A human user might do this, but rarely because it is wrong even in handwriting. But I don't know text editor-programs that do that automatically (putting hard line breaks in it, don't confuse it with wordwrap!!!). Such editors might exist, though I don't know a single relevant example. Then this editor would also mess up other display on other markup, because it might do hard line breaks where it should not put it...
At line 20 changed one line
*, damn it, this strange editor broke the line befor the ending bold
*, damn it, this strange editor broke the line before the ending bold
At line 24 changed one line
*, damn it, this strange editor broke the line befor the ending asterisk
*, damn it, this strange editor broke the line before the ending asterisk
At line 27 changed one line
Your example is hypothetical like mine unless you name me a Texteditor that has such a option that does hard line breaks that way relevant to practice. We already can exclude the most important Texteditors relevant to us: The TextArea field in Browsers(!).
Your example is hypothetical like mine unless you name me a text editor that has such a option that does hard line breaks that way relevant to practice. We already can exclude the most important text editors relevant to us: The TextArea field in Browsers(!).
At line 31 changed 2 lines
But mentionning negative numbers and manually typing return (we have
decided to ignore, i.e. permit, single hard line breaks in paragraphs), such as
But mentioning negative numbers and manually typing return (we have
decided to ignore, i.e. permit, single hard line breaks in paragraphs), such as "minus-one"
At line 38 changed one line
==1, could be common as well. I understand your point, pleas understand mine.
==1, could be common as well. I understand your point, please understand mine.
At line 53 added 132 lines
What if in a certain discipline using number signs like is common, then I hard-break the line after telling that
#2 did not perform as good as #1.
My weak arguments summing up together as well. A solution would be to require space after hyphen/number sign, if the list does not start in its own paragraph. This could be a compromise to get out of our current argument.
-- [[ChristophSauer]], 2007-Apr-15
I agree, number sign is just as problematic. Thinking about it, it is even worse: I hardly can imagine a paragraph starting with a hyphen (but yes, with bold markup, see below), but many paragraphs may start with a number sign (essentially whenever custom, referable paragraph numbering is called for):
{{{
== Chapter 4: User interface requirements ==
#4.1 Due to bla, the system must bla...
#4.2 Due to blö, the system must blö...
}}}
is rendered as:
----
== Chapter 4: User interface requirements ==
#4.1 Due to bla, the system must bla...
#4.2 Due to blö, the system must blö...
----
Making a space part of the bullet markup somewhat eases this, although clearly some may prefer to write: {{{# 4.1 Due to bla, the system must bla...}}}. In my experience, this is not common use of number sign - any insight from native speakers of languages using the number sign (English, others)?
-- [Gregor Hagedorn] 2007-04-15
----
Back to hyphen/asterisk, the examples I have in mind are:
{{{
**START** I think these are realistic examples
- either using simple hyphens as here - or the
-- much nicer -- n/m-dash way of writing.
Note that the line-breaking may come from line-
wrapping software, so it is not a question where
you would put the dash. 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**
}}}
is rendered as:
----
**START** I think these are realistic examples
- either using simple hyphens as here - or the
-- much nicer -- n/m-dash way of writing.
Note that the line-breaking may come from line-
wrapping software, so it is not a question where
you would put the dash. 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**
----
Notes:
-Probably all humans and any TextArea handling or text editor software I known will only break at whitespace plus after a hyphen, so Christoph's initial bold-asterisk example does not occur. The asterisk does make much fewer problems.
-If you look at raw text editing of this, it may appear that asterisk is a more intuitive symbol for the round bullet. Also it sticks out much better.
* Back to requiring a blank after the lead markup: Essentially, requiring a blank makes a minimum of two characters for bullets (bullet symbol plus blank). Note that this whitespace that is visible when rendered, and would remain unchanged under all html/xml whitespace normalization rules...
*But note that if we use hyphen instead of asterisk, the blank has much less power, due to languages using dash surrounded by blanks (unlike US-English, where the m-dash is flush with adjacent words).
* I would not mind being a bit more restrictive about the equal sign either, either by starting with double equal as minimal markup for heading, or requiring before and after in this case. Clearly, both solutions have disadvantages...
-- [Gregor Hagedorn] 2007-04-15 (I would prefer this line, starting with the customary double-hyphen, to be NOT a bulleted list, but a signature...)
----
Gregor, your arguments are valid concerns. However I tried to show here that they are not unique to hyphens. I've tried to summarize the results of our argument in the [[HyphenListMarkupProposal#Remaining Problems Identified in Discussions]]. Thanks, Gregor, Radomir, Yves. Some might think that all this here is a waste of time, I don't think so - It helps us getting creole rock solid.
-- [[ChristophSauer]], 2007-Apr-17
Another way to avoid misinterpreting characters such as stars and sharps at the beginning
of a line would be to require a blank line between each block element (not between list items).
Might be new, so I just mention it, I don't support it yet.
-- [[YvesPiguet]], 2007-Apr-17
That still leaves you with no way to put bold text at a beginning of a paragraph (which is a pretty common case).
Actually, shouldn't the "bold at the beginning of a paragraph" use case be better (semantically) handled by a level 6 heading styled so that it flows together with the paragraph text? Just wondering... :)
-- [[Radomir Dopieralski]], 2007-Apr-19
A list should beginning at level 1, with a single star or sharp. You could have a paragraph
starting with {{{##atan2## is a function which should be known by all electrical engineers}}}
which headings wouldn't solve.
I understand this is a restriction, but probably more benign than other limitations on mixing
(or not) lists and preformatted blocks or tables. (Sad remark: of course, double-sharp markup
is likely to be rejected by the current poll, so maybe it isn't the right place or time or I'm not
the right person to think about that).
-- [[YvesPiguet]], 2007-Apr-19
Polls are to "get the feel of what people think", not for accepting or rejecting proposals. We don't vote here.
I already restart lists on empty lines -- I didn't even thought about doing it any other way, so I probably didn't understand you well.
Yes, always starting lists with a single star/sharp solves most of the use cases, and basically only leaves the pretty rare problem of weird line breaking, which can be worked around by breaking the line differently anyways -- no sense introducing special escape characters for that.
-- [[Radomir Dopieralski]], 2007-Apr-20
I meant that:
{{{
This is a paragraph
* with a line which begins with a star, another one with a hyphen (here it is:
-1), and a last one with
=.
* And here is the beginning of a list
= Title
}}}
And the same for tables, preformatted blocks (to be distinguished from inline nowiki), etc.
-- [[YvesPiguet]], 2007-Apr-20
Neat.
Inly it's even more artificial than a space after bullet, isn't it? I'm preparing styles for many wikis, and one of frequent requirements is that there is no empty space between a paragraph and following list. They say: if I want an empty line there, I will make it with a BR, but most of the time I don't want it. I even argued for the first two or three times this came up, but then given up -- it's their wiki, after all.
Just one particular use case, not to dismiss this entirely, of course. Still spaces seem saner to me and not as arbitrary.
-- [[Radomir Dopieralski]], 2007-Apr-21
Version Date Modified Size Author Changes ... Change note
24 26-Sep-2007 08:52 10.55 kB ChuckSmith to previous restore
23 26-Sep-2007 00:48 10.582 kB 207.44.238.95 to previous | to last
22 26-Sep-2007 00:41 10.562 kB 219.138.204.162 to previous | to last
21 21-Apr-2007 13:00 10.55 kB 85.221.141.46 to previous | to last often there is no light desired between list and paragraph
« This page (revision-24) was last changed on 26-Sep-2007 08:52 by ChuckSmith