Skip to content

Commit 649e41e

Browse files
committed
Rewrite motivation in English
1 parent 19917e5 commit 649e41e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# editorjs-inline
2-
Inline-Editor.js Tool for Editor.js.
32

4-
# 💡 Motivation (Japanese)
5-
Editor.js のインラインツールは DOM を直接制御する必要があり、
6-
ブロックツールと比べて実装が難しくシンプルな機能しか提供できない傾向があります。
7-
Editor.js インスタンスを立ち上げるインラインツールを作ることで、
8-
既存のブロックツールをインラインツールとして再利用できるようにします。
9-
これによって、例えば画像ブロックツールをインライン要素として
10-
テキストブロック内に埋め込むことができるようになります。
3+
Inline-Editor.js Tool for Editor.js
114

12-
参考: https://github.com/codex-team/editor.js/issues/709
5+
## 💡 Motivation
6+
7+
Editor.js inline tools are need to control DOM directly,
8+
so they may be able to provide only simple functions.
9+
By launching another Editor.js instance as inline element,
10+
existing block tools can be reused as inline tool.
11+
12+
Note: This is an experimental inline tool.

0 commit comments

Comments
 (0)