Title: Secretary
Author: ChrisBAshton
Published: <strong>2017년 7월 20일</strong>
Last modified: 2022년 1월 29일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Secretary

 작성자: [ChrisBAshton](https://profiles.wordpress.org/chrisbashton/)

[다운로드](https://downloads.wordpress.org/plugin/secretary.zip)

 * [세부사항](https://ko.wordpress.org/plugins/secretary/#description)
 * [평가](https://ko.wordpress.org/plugins/secretary/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/secretary/#installation)
 * [개발](https://ko.wordpress.org/plugins/secretary/#developers)

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

## 설명

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.

## 스크린샷

[⌊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!

## 설치

 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.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Secretary”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “Secretary”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/secretary)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/secretary/)는, [SVN 저장소](https://plugins.svn.wordpress.org/secretary/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/secretary/)을
[RSS](https://plugins.trac.wordpress.org/log/secretary/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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

## 기초

 *  버전 **1.0.3**
 *  최근 업데이트: **5년 전**
 *  활성화된 설치 **10보다 적음**
 *  다음까지 시험됨: **5.9.16**
 *  언어
 * [English (US)](https://wordpress.org/plugins/secretary/)
 * 태그:
 * [check](https://ko.wordpress.org/plugins/tags/check/)[q&a](https://ko.wordpress.org/plugins/tags/qa/)
   [quality](https://ko.wordpress.org/plugins/tags/quality/)[validate](https://ko.wordpress.org/plugins/tags/validate/)
 *  [고급 보기](https://ko.wordpress.org/plugins/secretary/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/secretary/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/secretary/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/secretary/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://twitter.com/ChrisBAshton)