We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19917e5 commit 649e41eCopy full SHA for 649e41e
README.md
@@ -1,12 +1,12 @@
1
# editorjs-inline
2
-Inline-Editor.js Tool for Editor.js.
3
4
-# 💡 Motivation (Japanese)
5
-Editor.js のインラインツールは DOM を直接制御する必要があり、
6
-ブロックツールと比べて実装が難しくシンプルな機能しか提供できない傾向があります。
7
-Editor.js インスタンスを立ち上げるインラインツールを作ることで、
8
-既存のブロックツールをインラインツールとして再利用できるようにします。
9
-これによって、例えば画像ブロックツールをインライン要素として
10
-テキストブロック内に埋め込むことができるようになります。
+Inline-Editor.js Tool for Editor.js
11
12
-参考: https://github.com/codex-team/editor.js/issues/709
+## 💡 Motivation
+
+Editor.js inline tools are need to control DOM directly,
+so they may be able to provide only simple functions.
+By launching another Editor.js instance as inline element,
+existing block tools can be reused as inline tool.
+Note: This is an experimental inline tool.
0 commit comments