]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/newpage.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / plugins / contrib / newpage.mdwn
1 [[!template id=plugin name=newpage author="[[rubykat]]"]]
2 [[!tag type/web]]
3 [[!toc]]
4 ## NAME
6 IkiWiki::Plugin::newpage - add a "create new page" form to actions
8 ## SYNOPSIS
10     # activate the plugin
11     add_plugins => [qw{goodstuff newpage ....}],
13 ## DESCRIPTION
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.
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.
25 ## DOWNLOAD
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