diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-16 15:32:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-16 15:32:15 -0400 |
commit | 28f8d1d6cabf8ac2440663e615b17c547071b7fd (patch) | |
tree | b8fa95436c7975600d87ee90d7fca3b9ffbabdb1 /doc/todo | |
parent | c177ede3031306799555403490de56436fde95ea (diff) | |
download | ikiwiki-28f8d1d6cabf8ac2440663e615b17c547071b7fd.tar ikiwiki-28f8d1d6cabf8ac2440663e615b17c547071b7fd.tar.gz |
Added wikilinks for faster navigating through the available info.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/hidden_links__47__tags.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/hidden_links__47__tags.mdwn b/doc/todo/hidden_links__47__tags.mdwn index 43d7a8797..2a4749394 100644 --- a/doc/todo/hidden_links__47__tags.mdwn +++ b/doc/todo/hidden_links__47__tags.mdwn @@ -5,9 +5,9 @@ Using the tag functionality I could group some news items for including them int The tagged items should not differ from the items, that are not tagged. I didn't find any way to hide the tag list or links and I don't want to have to create a "hidden" page containing links to the pages and then using the backlink functionality, because this is more prone to errors. It's easier to forget adding a link on a second page than forgetting to add a needed tag to a new newsitem. -> I found out, that using the meta plugin it is possible to create the hidden link, that I wanted. +> I found out, that using the [[meta plugin|plugins/meta]] it is possible to create the hidden link, that I wanted. -- [[users/Enno]] ->> Yes, meta link will not show up as a visible link on the page, while +>> Yes, [[meta link|ikiwiki/directive/meta]] will not show up as a visible link on the page, while >> also not showing up in the list of tags of a page, so it seems what you >> want. [[done]] --[[Joey]] |