====== Timestamp Plugin ====== ---- plugin ---- description: Adds a timestamp button to the edit toolbar author : Trenton Ivey (kn0) email : Trenton.Ivey@gmail.com type : action lastupdate : 2016-02-14 compatible : Igor, Hogfather, Greebo, Detritus, Hrun, Ponder Stibbons, Weatherwax, Binky depends : conflicts : similar : custombuttons tags : button, menu, time downloadurl: https://github.com/kn0/dokuwiki_timestamp/zipball/master bugtracker : https://github.com/kn0/dokuwiki_timestamp/issues sourcerepo : https://github.com/kn0/dokuwiki_timestamp donationurl: screenshot_img: https://trello.com/1/cards/64515dbf7b9aa50d8680c1e6/attachments/64515e17781f4444d395cf52/download/dokuwiki-plugin-timestamp_example.png ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== This plugin adds a clock icon to the edit menu. Just click the clock, and a timestamp will be inserted inline. {{https://trello.com/1/cards/64515dbf7b9aa50d8680c1e6/attachments/64515e17781f4444d395cf52/download/dokuwiki-plugin-timestamp_example.png?recache|Timestamp Example}} ===== Configuration and Settings ===== It is possible to configure the default timestamp format by creating a custom setting (the plugin makes use of [[https://php.net/strftime|strftime]] formatted times). To change the default timestamp format, go to the //Configuration Settings// page (a link is included in the //Admin// page) and then edit the //plugin»timestamp»timestamp_format// setting. {{https://trello.com/1/cards/64515dbf7b9aa50d8680c1e6/attachments/64515e18918d8afc8626866d/download/dokuwiki-plugin-timestamp_settings.png?recache|Example Settings}} ===== Development ===== ==== Change Log ==== {{rss>https://github.com/kn0/dokuwiki_timestamp/commits/master.atom date author}}