Title: EditorX
Author: Jakaria Istauk
Published: <strong>2022년 2월 25일</strong>
Last modified: 2026년 7월 20일

---

플러그인 검색

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

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

# EditorX

 작성자: [Jakaria Istauk](https://profiles.wordpress.org/jakariaistauk/)

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

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

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

## 설명

EditorX lets you fix a typo without leaving the page. Switch inline editing on
 
with the floating button, click any title or excerpt, type, and click away — the
change is saved.

#### What you can edit

 * Post titles
 * Post excerpts

Post content is not editable inline. Rendered content is the output of shortcodes

and other plugins’ filters, so saving it back would overwrite your stored post with
rendered markup. Doing it properly needs a full editor, which is outside what this
plugin sets out to do.

#### Built for safety

 * Every save is authorised against your capability for that specific post.
 * Editing is off until you switch it on, per user.
 * Content is sanitised on the server with WordPress’s own functions.
 * Editable markup is never sent to visitors who cannot edit it.

#### Keyboard

 * **Enter** commits a single-line field.
 * **Escape** reverts your change.
 * Fields are reachable by tab and announced to screen readers.

## 스크린샷

[⌊The floating Edit inline toggle, waiting on any post on the front end.⌉⌊The floating
Edit inline toggle, waiting on any post on the front end.⌉[

The floating Edit inline toggle, waiting on any post on the front end.

[⌊Editing switched on — every editable field is outlined in place.⌉⌊Editing switched
on — every editable field is outlined in place.⌉[

Editing switched on — every editable field is outlined in place.

[⌊A post title focused and ready to type into.⌉⌊A post title focused and ready to
type into.⌉[

A post title focused and ready to type into.

[⌊The change is saved as soon as the field loses focus.⌉⌊The change is saved as 
soon as the field loses focus.⌉[

The change is saved as soon as the field loses focus.

[⌊Settings → EditorX.⌉⌊Settings → EditorX.⌉[

Settings  EditorX.

## 설치

 1. Install EditorX from the Plugins screen, or upload the zip to wp-content/plugins/.
 2. Activate the plugin.
 3. Visit any post on the front end and click the **Edit inline** button.

## FAQ

### Who can edit content?

Anyone who can already edit that specific post in the admin. EditorX grants no
 
new permissions — it checks the same capability WordPress does.

### Which post types are supported?

Posts. Support for pages and custom post types is planned.

### Does it work with page builders?

EditorX edits the stored post fields. Content generated by a page builder is
 not
editable inline.

### Is jQuery required?

No. The front-end script is dependency-free vanilla JavaScript.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Jakaria Istauk ](https://profiles.wordpress.org/jakariaistauk/)
 *   [ Al Imran Akash ](https://profiles.wordpress.org/al-imran-akash/)

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

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

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

## 변경이력

#### 2.0.0 – 2026-07-20

Complete rewrite. Not backwards compatible with 1.0.0.

**Security**

 * Fixed nonce verification that omitted an action string, so any valid
    WordPress
   nonce authenticated a save.
 * Fixed missing authorisation on both save handlers — any logged-in user could
   
   edit any post’s title, excerpt or content.
 * Post IDs are now cast as integers rather than sanitised as text.

**Added**

 * REST API endpoints with per-post permission checks, replacing admin-ajax.
 * Extensible field registry for add-ons.
 * Floating on/off toggle, replacing the admin bar item.
 * Settings screen under Settings  EditorX.
 * Keyboard and screen reader support.
 * Uninstall routine that removes the settings option and per-user editing
    state,
   across every site on multisite.

**Changed**

 * Editing state moved from a browser cookie to user meta.
 * Front end rewritten without jQuery.
 * Requires WordPress 6.0 and PHP 7.4.
 * A burst of edits to one post folds into a single revision.
 * Saved fields repaint with the value the server stored, so you see the
    sanitised
   result straight away.

**Fixed**

 * Clearing a title and clicking away no longer saves an empty title — the
    save
   is rejected and the field says so.

**Removed**

 * Inline editing of post content. The rendered content passed to the browser
    has
   already been through shortcodes and every other filter, so saving it back overwrote
   the stored post with rendered markup. Editing content properly needs a surface
   that works on the raw value.

#### 1.0.0 – 2022-02-25

 * Initial release.

## 기초

 *  버전 **2.0.0**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/editorx/)
 * 태그:
 * [editor](https://ko.wordpress.org/plugins/tags/editor/)[front-end editing](https://ko.wordpress.org/plugins/tags/front-end-editing/)
   [inline editing](https://ko.wordpress.org/plugins/tags/inline-editing/)[post editor](https://ko.wordpress.org/plugins/tags/post-editor/)
 *  [고급 보기](https://ko.wordpress.org/plugins/editorx/advanced/)

## 평점

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

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

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

## 기여자

 *   [ Jakaria Istauk ](https://profiles.wordpress.org/jakariaistauk/)
 *   [ Al Imran Akash ](https://profiles.wordpress.org/al-imran-akash/)

## 지원

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

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