| Status |
|---|
| colour | Yellow |
|---|
| title | 릴리즈 2.17.0 이상 |
|---|
|
'editor.quickInsert.show' 설정을 true로 설정하면 바로 삽입 기능을 사용할 수 있습니다. (기본값 true)
| Code Block |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.config.js |
|---|
|
{
'editor.quickInsert.show': true
} |
editor.quickInsert.show : true (기본값) | editor.quickInsert.show : false |
|---|
Image Added
| Image Added
|
'editor.quickInsert'를 이용하여 바로 삽입에 보일 컴포넌트를 설정할 수 있습니다.
| Code Block |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.config.js |
|---|
|
{
'editor.quickInsert': ['directInsertImage', 'directInsertVideo', 'directInsertTable', 'directBulletList', 'directNumberedList']
} |