Always Overwrite on Import

Release 2.4.1 and above.

Set the editor.import.alwaysOverwriting option to always overwrite without showing the append/overwrite confirmation message. (default: false)

// synapeditor.config.js
{
  'editor.import.alwaysOverwriting': false
}
<table> <thead> <tr><th><code>editor.import.alwaysOverwriting: true</code></th><th><code>editor.import.alwaysOverwriting: false</code> (default)</th></tr> </thead> <tbody> <tr> <td>

alwaysOverwriting true

</td> <td>

alwaysOverwriting false

</td> </tr> </tbody> </table>

Related Features