diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-26 11:34:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-26 11:34:35 -0400 |
commit | df4cc4c16ca230ee99b80c80043ba54fb95f6e71 (patch) | |
tree | 854b4509766e76b4c33d5ad7092c4c845c9041e2 /doc/todo | |
parent | a783062c6edab3355d6ac87b5431d80256807b9f (diff) |
One more suggestion for the wiki-synatx.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/matching_different_kinds_of_links.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/matching_different_kinds_of_links.mdwn b/doc/todo/matching_different_kinds_of_links.mdwn index b71d7cc5f..1d7c78d90 100644 --- a/doc/todo/matching_different_kinds_of_links.mdwn +++ b/doc/todo/matching_different_kinds_of_links.mdwn @@ -35,3 +35,13 @@ Besides pagespecs, the `rel=` attribute could be used for styles. --Ivan Z. > was not available, which is why I didn't make it differentiate from > normal links.) Might be better to go ahead and add the variable to > core though. --[[Joey]] + +I saw somewhere else here soem suggestions for the wiki-syntax for specifying the relation name of a link. One more suggestion---[the syntax used in Semantic MediaWiki](http://en.wikipedia.org/wiki/Semantic_MediaWiki#Basic_usage), like this: + +<pre> +... the capital city is \[[Has capital::Berlin]] ... +</pre> + +So a part of the effect of `\[[!taglink TAG]]` could be represented as something like `\[[tag::TAG]]` or (more understandable relation name in what concerns the direction) `\[[tagged::TAG]]`. + +I don't have any opinion on this syntax (whether it's good or not)...--Ivan Z. |