aboutsummaryrefslogtreecommitdiff
path: root/doc/todo.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 06:01:46 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 06:01:46 +0000
commit035a4f31b11a7aad1074ee650cf5ff3b0d15691a (patch)
treece9de523b3482184dd85dfdcf963a20b6135a375 /doc/todo.mdwn
parent198c2d9c45cb974aabf999797bdb7d6ab8636b2c (diff)
downloadikiwiki-035a4f31b11a7aad1074ee650cf5ff3b0d15691a.tar
ikiwiki-035a4f31b11a7aad1074ee650cf5ff3b0d15691a.tar.gz
added linksbacks
Diffstat (limited to 'doc/todo.mdwn')
-rw-r--r--doc/todo.mdwn13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
index f252890ac..1a0dd6fb4 100644
--- a/doc/todo.mdwn
+++ b/doc/todo.mdwn
@@ -39,5 +39,14 @@ what style of [[WikiLink]]s are supported, maybe some people want to add
The finalize step is where the page gets all the pretty junk around the
edges, so that clearly needs to be pluggable too.
-There could also be a step before finalize, where stuff like lists of pages
-that linked back to it could be added to the page.
+There also needs to be a step before finalize, where stuff like lists of pages
+that linked back to it could be added to the page. However, doing linkbacks
+also needs to tie into the main logic, to determine what pages need to be
+renered, so maybe that won't be a plugin.
+
+## revist case
+
+Being case insensative is handy, but it does make the [[BackLinks]] a bit
+ugly compared to other links. It should be possible to support pagenames
+that have uppercase, while still allowing them to be linked to using any
+case.