diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-15 19:33:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-15 19:33:52 +0000 |
commit | b973ed82699903c23b3feeb5e73e1ebd6f587f43 (patch) | |
tree | af25dcd50842673244ced0b7d97ad01dcf10f13f /doc/plugins/shortcut.mdwn | |
parent | 8544d52fe9e5d344bb0b5e70985aabc0e35b4920 (diff) | |
download | ikiwiki-b973ed82699903c23b3feeb5e73e1ebd6f587f43.tar ikiwiki-b973ed82699903c23b3feeb5e73e1ebd6f587f43.tar.gz |
* Add no_override parameter to hook().
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
can be configured using a page in wiki.
Diffstat (limited to 'doc/plugins/shortcut.mdwn')
-rw-r--r-- | doc/plugins/shortcut.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/plugins/shortcut.mdwn b/doc/plugins/shortcut.mdwn new file mode 100644 index 000000000..33180b120 --- /dev/null +++ b/doc/plugins/shortcut.mdwn @@ -0,0 +1,12 @@ +[[template id=plugin name=shortcut included=1 author="[[Joey]]"]] +[[tag type/format]] + +This plugin allows external links to commonly linked to sites to be made +more easily using shortcuts. Some examples of using shortcuts include: + + \[[google foo]] + \[[wikipedia War of 1812]] + \[[debbug 12345]] + +The available shortcuts are defined on the [[shortcuts]] page in +the wiki. |