Copyright (c) 2020 Damien Regad dregad@mantisbt.org
The plugin adds a Delete page button to DokuWiki's PageMenu.
This provides a simpler, quicker and more intuitive way for users to delete wiki pages, compared to the documented page deletion method.
If JavaScript is enabled and the current Template is supported by the plugin, a confirmation dialog will be displayed prior to deleting the page.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 or later.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Please refer to the plugin's wiki page for information on how to install and configure this plugin in DokuWiki.
If you install this plugin manually, make sure it is installed in
lib/plugins/deletepagebutton/
- if the folder is called differently,
it will not work!
This plugin has been tested with the following DokuWiki releases, and should work with later versions as well.
- 2024-02-06a “Kaos”
- 2023-04-04a “Jack Jackrum”
- 2022-07-31b “Igor”
- 2020-07-29 "Hogfather"
- 2018-04-22b "Greebo"
Earlier releases are not supported.
The plugin has been tested with the default DokuWiki and the Bootstrap3 Templates. Other Templates should work as well, as long as they use the same markup for Page Tools; otherwise, the page will be deleted without confirmation.
Source code and support for this plugin can be found at https://github.com/dregad/dokuwiki-plugin-deletepagebutton
Icon: https://materialdesignicons.com/icon/trash-can-outline
I first thought I could adapt this old plugin but I ended up restarting from scratch.