]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/abbreviation.mdwn
More up-to-date patch
[ikiwiki.git] / doc / todo / abbreviation.mdwn
index 4e37fb997aef750472966ec4504f2cdfbc6a9c1c..f2880091c5a61553867919d4c3eb66ea0b0932b7 100644 (file)
@@ -1 +1,7 @@
-We might want some kind of abbreviation and acronym plugin. --[[JoshTriplett]]
\ No newline at end of file
+We might want some kind of abbreviation and acronym plugin. --[[JoshTriplett]]
+
+ * Not sure if this is what you mean, but I'd love a way to make works which match existing page names automatically like (eg. if there is a page called "MySQL" then any time the word MySQL is mentioned it should become a link to that page).  -- [[AdamShand]]
+
+ * The python-markdown-extras package has support for [abbreviations](http://www.freewisdom.org/projects/python-markdown/Abbreviations), with the syntax that you just use the abbreviation in text (e.g. HTML) and then define the abbreviations at the end (like "footnote-style" links). For consistency, it might be good to use the same syntax, which apparently derives from [PHP-markdown-extra](http://michelf.com/projects/php-markdown/extra/#abbr).
+
+[[wishlist]]