Various AT Protocol integrations with obsidian
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix lint

+1 -1
+1 -1
src/settings.ts
··· 71 71 72 72 new Setting(containerEl) 73 73 .setName("Use first header as publish title") 74 - .setDesc('When enabled and no "title" property is set, first markdown level 1 header will be used as the title of the published document. If disabled, the title will default to the note filename.') 74 + .setDesc('Use the first level one header instead of filename when no title property is set') 75 75 .addToggle((toggle) => 76 76 toggle 77 77 .setValue(this.plugin.settings.publish.useFirstHeaderAsTitle)