summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-10 07:58:56 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-10 07:58:56 +0000
commit9918a5757b3ad359e6115341b9ebec5926dc3878 (patch)
tree202ad3dd33138abe1715c6812ada531d6a3e7887
parent4d27643735df69c1a3d2f437d26fea4372e79c08 (diff)
web commit by JoshTriplett
-rw-r--r--doc/todo/linktitle.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/linktitle.mdwn b/doc/todo/linktitle.mdwn
new file mode 100644
index 000000000..a133cc962
--- /dev/null
+++ b/doc/todo/linktitle.mdwn
@@ -0,0 +1,14 @@
+Pages could have a `linktitle`, and [[wikilinks|wikilink]] could use that
+title by default when linking to the page. That would allow pages to have a
+simple, easily linkable name (without spaces, for instance), but use the
+proper title for links. For example, [[PreprocessorDirective]] could use the
+`linktitle` "preprocessor directive", and pages for [[users]] could have
+`linktitle`s that put spaces in their names.
+
+Ideally, perhaps two versions of the title could exist, one for general use,
+and an optional one for if the case in the actual link starts with an
+uppercase letter. That would allow [[preprocessordirective]] to use the link
+text "preprocessor directive", but [[PreprocessorDirective]] to use the link
+text "Preprocessor Directive", for use at the beginnings of sentences. If the
+second version did not exist, the first version would apply to both cases.
+--[[JoshTriplett]]