====== Page Buttons Plugin ====== ---- plugin ---- description: author : SoarinFerret email : thecodye@kanto.cloud type : action lastupdate : 2022-01-26 compatible : Greebo, Hogfather, Igor depends : conflicts : similar : deletepagebutton tags : delete, new, newpage, newfolder, folder, page downloadurl: https://github.com/Soarinferret/dokuwiki-plugin-pagebuttons/zipball/master bugtracker : https://github.com/Soarinferret/dokuwiki-plugin-pagebuttons/issues sourcerepo : https://github.com/Soarinferret/dokuwiki-plugin-pagebuttons donationurl: screenshot_img : https://raw.githubusercontent.com/SoarinFerret/dokuwiki-plugin-pagebuttons/master/images/screenshot.png ---- ===== Installation ===== Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. ===== Usage ===== This plugin simply provides buttons to create new subpage, new subfolder, and or to delete the current page. For scenarios where you have dynamically built indexes (like with [[plugin:indexmenu|indexmenu]]), it makes sense to be able to just add a new page/folder instead of linking it, and then editing the page. Also lowers the barrier of entry for new users. {{ https://raw.githubusercontent.com/SoarinFerret/dokuwiki-plugin-pagebuttons/master/images/screenshot.png }} ===== Configuration and Settings ===== * ''hideDelete'' -- Disable the delete button * ''hideNewPage'' -- Disable the new page button * ''hideNewFolder'' -- Disable the new folder button * ''usePrompt'' -- Uses JS prompt instead of a modal - some themes don't work well with modals * ''onlyShowNewButtonsOnStart'' -- Only shows the new folder and new page buttons on ''%%start%%'' pages. This was the default functionality until 2020-09-14. === Change Log === {{rss>https://github.com/SoarinFerret/dokuwiki-plugin-pagebuttons/commits/master.atom 5 author date}} Full [[https://github.com/SoarinFerret/dokuwiki-plugin-pagebuttons/commits/master|Git log]]. === Known Bugs and Issues === Please see the [[https://github.com/Soarinferret/dokuwiki-plugin-pagebuttons/issues|GitHub Issue thread]].