Slide Partial Import Settings
Release 3.0.0 and above.
When editor.import.selectArea.slide is set to true, you can select which slides to load when importing PPT or PPTX documents. (default: false)
// synapeditor.config.js
{
'editor.import.selectArea.slide': true
}
<table>
<thead>
<tr><th><code>editor.import.selectArea.slide: false</code> (default)</th><th><code>editor.import.selectArea.slide: true</code></th></tr>
</thead>
<tbody>
<tr>
<td>
When importing PPT or PPTX documents, all slides of the document are loaded.

When importing PPT or PPTX documents, a dialog is displayed where you can specify the slide numbers, and only the slides matching the entered numbers are loaded. (If not entered, all slides are loaded.)

Import Area Selection Dialog — Slide Number Input Examples

| Slides to load | Input value |
|---|---|
| Load all slides | (leave empty) |
| Slide 1 | 1 |
| Slides 1 to 3 | 1-3 |
| Slides 1 and 3 | 1, 3 |
| Slide 5 | 5 |
| Slides 1, 3, and 5 to 7 | 1, 3, 5-7 |