summaryrefslogtreecommitdiff
path: root/doc/todo/linktitle.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-10 08:06:19 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-10 08:06:19 +0000
commitac8ffad7fdcbc01b2323c3052022bb124c85408f (patch)
treed9e4ad5b369ae735dc5f0505499f5cca29a59568 /doc/todo/linktitle.mdwn
parent9918a5757b3ad359e6115341b9ebec5926dc3878 (diff)
web commit by JoshTriplett: Reference meta, and note that caring about case seems like potential overkill.
Diffstat (limited to 'doc/todo/linktitle.mdwn')
-rw-r--r--doc/todo/linktitle.mdwn15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/todo/linktitle.mdwn b/doc/todo/linktitle.mdwn
index a133cc962..063d649ec 100644
--- a/doc/todo/linktitle.mdwn
+++ b/doc/todo/linktitle.mdwn
@@ -1,9 +1,10 @@
-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.
+Pages could have a `linktitle` (perhaps via [[plugins/meta]]), 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
@@ -11,4 +12,6 @@ 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.
+However, that also seems like potential overkill, and less important than the
+basic functionality of `linktitle`.
--[[JoshTriplett]]