Allow dots in parameter key names
[ikiwiki] / doc / plugins / contrib / newpage.mdwn
1 [[!template id=plugin name=newpage author="[[rubykat]]"]]
2 [[!tag type/web]]
3 [[!toc]]
4 ## NAME
5
6 IkiWiki::Plugin::newpage - add a "create new page" form to actions
7
8 ## SYNOPSIS
9
10     # activate the plugin
11     add_plugins => [qw{goodstuff newpage ....}],
12
13 ## DESCRIPTION
14
15 This plugin adds a new action to the "ACTIONS" section of a page;
16 a button labelled "create" and an input field next to it.
17
18 The common way of creating a new page is to edit a different page
19 and add a link to the new page.  However, there are some situations
20 where that is a nuisance; for example, where pages are listed using
21 a [[plugins/map]] directive.  The newpage plugin enables
22 one to simply type the name of the new page, click the "create" button,
23 and one is then taken to the standard IkiWiki create-page form.
24
25 ## DOWNLOAD
26
27 * browse at GitHub: <http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/newpage.pm>
28 * git repo at git://github.com/rubykat/ikiplugins.git
29