Project Details
| Readme | Download |
WP-WikiLinks is a WordPress text filter plugin that allows you to easily link to external sites with a regular URL structure, such as wikis and search engines, from within your postings.
The format is [[<site>:<pagename>]], which creates a link with the pagename as the anchor text, or [[<site>:<pagename>|<anchor text>]], which creates a link with custom anchor text.
For example, [[Wikipedia:foo]] or [[Wikipedia:foo|More about Foo]].
The list of sites is maintained in the PHP source; a future version might make use of the new-fangled admin interface capabilities of WordPress plugins, to present a nice HTML configuration editor.
The list provided with the source is:
- Wikipedia (links to Wikipedia articles)
- Dict (links to dict.org definition)
- RFC (links to RFC.net; eg, [[RFC:RFC2822]])
- Google (does a search)
- ISBN (links to Amazon)
- ARGON (links to module definitions on www.argon.org.uk)
Installation
Just copy wikilinks.php into your blog's plugins directory - wp-content/plugins

