(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY <FName@web>
Fri, 17 Aug 2012 22:06:34 +0000 (18:06 -0400)
committeradmin <admin@branchable.com>
Fri, 17 Aug 2012 22:06:34 +0000 (18:06 -0400)
doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn [new file with mode: 0644]

diff --git a/doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn b/doc/forum/What__39__s_the_difference_between_tag_and_taglink__63__.mdwn
new file mode 100644 (file)
index 0000000..5ebc3e2
--- /dev/null
@@ -0,0 +1,5 @@
+It occurred to me the difference between tag and taglink, as described in http://ikiwiki.info/ikiwiki/directive/tag/ is just that the latter enable the option to have a displayed form of the tag different from the tag itself, e.g. a tag `foo` can be displayed as `bar` using 
+
+    \[\[!taglink foo|bar\]\]
+
+Is that it?