At line 1 changed one line |
Basic Elements of Creole. |
All elements discussed for Creole. Discussions used vocabulary for characters defined in [[Terms]]. Terms also gives you an overview, which characters are already used in creole, and which are not. |
At line 3 changed 2 lines |
Should there be an explicit notion for paragraphs (would involve also the notion of linebreaks) ? |
!! Lists |
== Summary of All Markup |
At line 6 changed 6 lines |
{{{ |
whitespace before not allowed |
* bullet list |
# number list |
mixed lists ok |
}}} |
* [[CheatSheet]] - a quick overview |
* [[All Markup]] - lists all markup on one page for easy viewing. |
At line 13 changed 2 lines |
!! Italics |
(majority) |
== Basic elements of Creole |
At line 16 changed 4 lines |
{{{ |
''italics'' Neopolitan, looks like quote, less intuitive |
//italics// parsing URLs, harder to parse (majority) |
}}} |
Creole Wiki discussion focused on developing a small set of elements rather than a comprehensive vocabulary. |
At line 21 changed 2 lines |
!! Bold |
(weak majority) |
* [[Lists]] - Ordered and unordered lists |
* [[Bold And Italics]] - Text emphasis |
* [[Headings]] |
* [[Links]] - Internal and external |
* [[Paragraphs]] |
* [[Line Breaks]] - How to handle linebreaks, forced line breaks... |
* [[Preformatted And Nowiki]] - For inserting text with a lot of special characters, like sourcecode |
* [[Placeholder]] - Markup for unsupported syntax |
* [[Images]] - in-line images and in-line image links |
* [[Horizontal Line]] - often used as divider in discussions -> potential conflict with dashes for lists |
* [[Tables]] - Simple tables included since [[Creole 0.3]] |
* [[Escape]] - Included since [[Creole 1.0]] |
At line 24 changed 3 lines |
{{{ |
**bold** collision with bullet |
}}} |
== Will Discuss for [[Creole Additions]] |
* [[Plugin]] - A generic extension element |
* [[Underlined]] - Similar to bold or italic, so we should include it |
* [[Strike]] - Same as underlined |
* [[Quoting]] - Maybe like in e-mails? [[http://wiki.splitbrain.org/wiki:syntax#quoting|Example]] |
* [[Superscript]] - A markup usefull for displaying a range of things correctly like dates |
* [[Subscript]] - Companion to superscript |
* [[Reference]] - An essential ingredient for any wiki |
* [[Intra page links]] - {{{http://www.example.com/page.htm#IntraPageLink}}} |
* [[Newlines]] - Proposals on treating newlines |
* [[MagicWords]] - Like signatures |
At line 28 removed 7 lines |
!! Headings |
(consensus: space optional, up to level 6) |
{{{ |
= Level 1 (Largest) |
== Level 2 |
=== Level 3 |
}}} |
At line 38 added one line |
== Onward Discussions |
At line 37 changed 2 lines |
!! Internal and External Links |
No space instead of pipe because internal links can have spaces. |
Discussions that are related, but not part of common wiki markup today, or are not markup at all. Below is a list of things we don't know yet where to put it. Therefore this is the place where to put standardization elements, that might not be part of the **current** [[Goals]], but might be useful in the future. |
At line 40 changed 53 lines |
{{{ |
[[link]] |
[[www|desc]] |
[[MyBigPage|go to my page]] |
}}} |
|
!! Paragraphs |
(blank line makes paragraph) |
|
!! Line breaks |
(consensus: treat line breaks as line breaks) |
(best practice: line continuations made with backslash at end of line) |
{{{ |
treat line breaks as <br> - more intuitive for new users |
treat line breaks as whitespace - precedent, good for Hebrew |
}}} |
|
!! Escape? |
\ |
|
!! Nowiki and preformatted in-line or block |
|
%%commentbox |
* [Preformatted Samples] |
%% |
|
No wiki markup is interpreted between these characters. (ignore spaces below) |
(consensus) |
{{{ |
{ { { pre } } } |
}}} |
|
I want to talk about {{System.out.println("hi");}} |
|
!! Placeholder / Native Markup Block |
(Optional for wiki developers.) |
{{{ |
<<x>> |
}}} |
|
!! Horizontal Line? |
{{{ |
---- |
}}} |
|
!! Inclusion |
{{{ |
{{ include this! }} |
{{ include this! | unspecified stuff }} |
[[some link|{{Image:Stuff.jpg}}]] |
}}} |
|
!! Tables |
* [[Hard space]] - = {{{ }}}; |
* [[HTML]] - How does creole overlay/replace/adapt HTML |
* [[Font]] - Font size and colour/color. |
* [[Anti Spam]] - Proposals for avoiding spam (Removeme? This has nothing todo with markup standardisation) |
* [[Stricter syntax]] - I would like to propose a tighter requirement on the syntac for inline formatting |
* [[Newline Space]] - Creolify list and table spec to remove ambiguity of unnecessary and ambiguous spaces. |