X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/c2304a49a1dbf23763fb9d59077551139495a235..ee279518878fc3225f138d06a16406b418858b2e:/doc/todo/abbreviation.mdwn diff --git a/doc/todo/abbreviation.mdwn b/doc/todo/abbreviation.mdwn index 4e37fb997..f2880091c 100644 --- a/doc/todo/abbreviation.mdwn +++ b/doc/todo/abbreviation.mdwn @@ -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]]