Always Append on Import

Release 3.2.2507 and above.

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

When used together with the overwrite option, overwrite is applied.

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

alwaysAppending true

</td> <td>

alwaysAppending false

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

Related Features