diff options
author | http://weakish.pigro.net/ <http://weakish.pigro.net/@web> | 2009-12-24 07:46:42 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2009-12-24 07:46:42 +0000 |
commit | 98c00730f6455cce03c2dc7486cdc75c150baa69 (patch) | |
tree | e053652bd13f74eb8f94e7a0ee582ef246d99d58 | |
parent | c4a2d93115b6a7826b21f13b9d29bd947551c6c6 (diff) | |
download | ikiwiki-98c00730f6455cce03c2dc7486cdc75c150baa69.tar ikiwiki-98c00730f6455cce03c2dc7486cdc75c150baa69.tar.gz |
use `SomePage <>` for wikilink?
-rw-r--r-- | doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn b/doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn index ca7b282fa..6219f1d14 100644 --- a/doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn +++ b/doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn @@ -322,3 +322,12 @@ The page is rST-parsed once in 'scan' and once in 'htmlize' (the first to genera >> However, I think that if the cache does not work for a big load, it should >> not work at all; small loads are small so they don't matter. --ulrik +----- + +Another possiblity is use empty url for wiki pages (gitit uses this approach), for example: + + `SomePage <>`_ + +Since it uses *empty* url, I would like to call it *proposal 0* :-) --[weakish] + +[weakish]: http://weakish.pigro.net |