On Oct 6, 2008, at 3:28 PM, Jean-Vincent Drean wrote:
On Mon, Oct 6, 2008 at 12:41 PM, Vincent Massol
<vincent(a)massol.net>
wrote:
Hi devs,
1) General link syntax: [[label>>reference]] or [[label||reference]]
+0.
I'd be +1 for [[label|reference]] :
[pro] it's a common syntax
[pro] | is imho less likely to be used than > in a wiki page name.
[con] | may be harder to type on some keyboards.
... And it's completely unreadable. Try to read the above with the l
of label... ;)
Anyway the idea is not to change the separator.
The question was more whether we use a single char or double char
separator.
2) Links with
parameters:
(% param1=value1 paramN=valueN %)[[label>>reference]]
+1:
[pro] good to have a single way of defining parameters.
[con] seems like a complex syntax but it's ok since it's not supposed
to be used frequently.
Yep that's the point.
3) Links with
wiki syntax for the label:
[[**bold** link>>reference]]
[[{{velocity}}...{{/velocity}}>>reference]]
[[{{image:...}}>>reference]] <-- image link
Big +1
Last for those wondering, I've found a solution to make this work
with
wikimodel and I've discovered Doxia supported wiki syntax in link
labels, hence why I'm resurrecting the idea of having wiki syntax in
links which is a way superior solution.
Good news ! :)
Thanks
-Vincent