Direct Insert Settings
Release 2.17.0 and above.
When editor.quickInsert.show is set to true, the direct insert feature is enabled. (default: true)
// synapeditor.config.js
{
'editor.quickInsert.show': true
}
<table>
<thead>
<tr><th><code>editor.quickInsert.show: true</code> (default)</th><th><code>editor.quickInsert.show: false</code></th></tr>
</thead>
<tbody>
<tr>
<td>


Use editor.quickInsert to configure the components shown in the direct insert.
// synapeditor.config.js
{
'editor.quickInsert': ['directInsertImage', 'directInsertVideo', 'directInsertTable', 'directBulletList', 'directNumberedList']
}