Title: Secretary
Author: ChrisBAshton
Published: <strong>20 de Julio de  2017</strong>
Last modified: 29 de Enero de  2022

---

Buscar plugins

![](https://ps.w.org/secretary/assets/banner-772x250.png?rev=2668762)

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://ps.w.org/secretary/assets/icon-256x256.png?rev=2668762)

# Secretary

 Por [ChrisBAshton](https://profiles.wordpress.org/chrisbashton/)

[Descargar](https://downloads.wordpress.org/plugin/secretary.zip)

 * [Detalles](https://cl.wordpress.org/plugins/secretary/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/secretary/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/secretary/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/secretary/#developers)

 [Soporte](https://wordpress.org/support/plugin/secretary/)

## Descripción

Users define their editorial rules in YAML (see Settings -> Secretary) according
to a number of built-in rule functions. For example, Secretary can show a warning
if you’ve forgotten to set a Featured Image for your post, by adding the `featured-
image` rule to your YAML config.

Secretary comes with a number of rules out of the box, but you can write your own
custom plugins for Secretary by calling `SecretaryRules::register`. See example 
at https://github.com/ChrisBAshton/secretary-rule-gallery-at-top, and API documentation
at https://github.com/ChrisBAshton/secretary.

### Contact

If you spot any issues, or want to know how to contribute, please visit https://
github.com/ChrisBAshton/secretary.

Please note that I have open-sourced this plugin to give back to the community, 
and do not have much spare time to answer support queries, but I’ll help where I
can.

## Capturas de pantalla

[⌊Secretary warns you against common problems; in this case, the Featured Image 
set for the post was too large in filesize.⌉⌊Secretary warns you against common 
problems; in this case, the Featured Image set for the post was too large in filesize
.⌉[

Secretary warns you against common problems; in this case, the Featured Image set
for the post was too large in filesize.

[⌊Secretary will only look for the rules you tell it to look for. There are a few
built into the Secretary plugin, but you can install other plugins which define 
other rules.⌉⌊Secretary will only look for the rules you tell it to look for. There
are a few built into the Secretary plugin, but you can install other plugins which
define other rules.⌉[

Secretary will only look for the rules you tell it to look for. There are a few 
built into the Secretary plugin, but you can install other plugins which define 
other rules.

[⌊The HTML Checker rule searches for HTML to warn your content editors that this
is a brittle way of styling posts.⌉⌊The HTML Checker rule searches for HTML to warn
your content editors that this is a brittle way of styling posts.⌉[

The `HTML Checker` rule searches for HTML to warn your content editors that this
is a brittle way of styling posts.

[⌊If all is well, you should see all green ticks!⌉⌊If all is well, you should see
all green ticks!⌉[

If all is well, you should see all green ticks!

## Instalación

 1. Install the plugin through the WordPress plugins screen directly
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->Secretary screen to configure the plugin (you can see all available
    rule configs on the right hand side of the screen)

Example YAML config below:

    ```
    categories:
        not:
            - Uncategorized
        not-only:
            - Featured

    featured-image:
        max-size: 100
        format: jpg
        dimensions:
            width: 760
            height: 350

    excerpt:
        min-length: 30
        max-length: 300

    scheduled:
        publish-time: '15:00'

    links:
        internal:
            open-in-new-tab: false
        external:
            open-in-new-tab: true

    images:
        true

    html-checker:
        risky-html:
          - table
          - div
          - span
          - style
          - script
    ```

## FAQ

### How do I know what rules are available?

Look at the right hand side of the screen under Settings -> Secretary.

### I’m getting a `Config error: no such rule!`

If you see something like:

    ```
    ❌ foo
    Config error: no such rule!
    ```

…it means you have asked Secretary to apply a rule which does not exist. Check your
spelling.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Secretary” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

 *   [ ChrisBAshton ](https://profiles.wordpress.org/chrisbashton/)

[Traduce “Secretary” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/secretary)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/secretary/), echa 
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/secretary/), o
suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/secretary/)
por [RSS](https://plugins.trac.wordpress.org/log/secretary/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.0.3

 * Removes an accidentally committed internal-facing README file

#### 1.0.2

 * Removed unneeded ‘assets/’ directory

#### 1.0.1

 * Tested with Gutenberg

#### 1.0.0

 * Initial release

## Meta

 *  Versión **1.0.3**
 *  Última actualización **hace 5 años**
 *  Instalaciones activas **Menos de 10**
 *  Probado hasta **5.9.16**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/secretary/)
 * Etiquetas
 * [check](https://cl.wordpress.org/plugins/tags/check/)[q&a](https://cl.wordpress.org/plugins/tags/qa/)
   [quality](https://cl.wordpress.org/plugins/tags/quality/)[validate](https://cl.wordpress.org/plugins/tags/validate/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/secretary/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Tu reseña](https://wordpress.org/support/plugin/secretary/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/secretary/reviews/)

## Colaboradores

 *   [ ChrisBAshton ](https://profiles.wordpress.org/chrisbashton/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/secretary/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

 [ Donar para este plugin ](http://twitter.com/ChrisBAshton)