Project Awesome project awesome

Admin > yab_copy_to_new

Allows for easy copying of articles from the Write panel.

Package 2 stars GitHub

h1. yab_copy_to_new

p. Displays a new button in article write tab to copy the current article to a new one.

p. Version: 0.2

h2. Table of contents

"Plugin requirements":#help-section02

"Configuration":#help-config03

"Changelog":#help-section10

"License":#help-section11

"Author contact":#help-section12

h2(#help-section02). Plugin requirements

p. yab_copy_to_new's minimum requirements:

  • Textpattern 4.x
  • Modern browser capable of HTML5 sessionStorage

h2(#help-config03). Configuration

Install and activate the plugin.

The following form fields will not be copied by default:

  • all of hidden type
  • an exclude array of posted day and time and the url_title You can modify this exclude array on your own,

The function yab_ctn_config() contains an array with some config values and a commented example of the array which places the button near the top »Create new button«.

  • @'exclude'@: Javascript array with field to excluded from copying
  • @'position_selector'@: a valid jQery selector (used by @position_method@)
  • @'position_method'@: any jQuery DOM insert method (after, prepend, append, before etc.)
  • @'class'@: html class applied to teh button
  • @'style'@: inline style attribute aplied to the button

h2(#help-section10). Changelog

  • v0.1: 2014-02-06 ** initial release
  • v0.2: 2014-04-11 ** feature: enhanced config for placing/styling the button

h2(#help-section11). Licence

This plugin is released under the GNU General Public License Version 2 and above

h2(#help-section12). Author contact

Back to Textpattern