new Setting(containerEl)
            .setName('Sync Preview')
            .setDesc('(Experimental) Sync the slide preview with the editor cursor')
            .addToggle(toggle => toggle
                .setValue(this.plugin.settings.EnableSyncPreview)