質問編集履歴

2

仕様についての説明が足りていなかった

2021/03/25 06:37

投稿

ad12345
ad12345

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,26 @@
1
1
  現在、[editor.js](https://editorjs.io/)のライブラリを使用し、ブログを作成しようとしています。
2
+
3
+ **仕様**
4
+
5
+ 「見出しを追加する」「本文を追加する」「画像を追加する」等のボタン押下で
6
+
7
+ 画面遷移なくテキストボックス・imageタグが追加され、
8
+
9
+ 「登録する」ボタン押下で画面内のデータが登録されます。
10
+
11
+
12
+
13
+ テーブルのカラムは
14
+
15
+ int id
16
+
17
+ text content
18
+
19
+ string content_type
20
+
21
+ int sort
22
+
23
+
2
24
 
3
25
  データの登録はinsertで大丈夫かと思いますが、
4
26
 

1

書式の改善

2021/03/25 06:37

投稿

ad12345
ad12345

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- 現在、ブロック形式のブログ[editor.js](https://editorjs.io/)のライブラリを使用し、ブログを作成しようとしています。
1
+ 現在、[editor.js](https://editorjs.io/)のライブラリを使用し、ブログを作成しようとしています。
2
2
 
3
3
  データの登録はinsertで大丈夫かと思いますが、
4
4