new Setting(containerEl)
            .setName('Export Path')
            .setDesc('Sets the custom path to export PDF, PPTX, and images. If it\'s empty, Marp will export in the same folder of the note. Export path does not affect HTML export')
            .addText(text => text
                .setPlaceholder('C:\\Users\\user\\Downloads\\')