Various AT Protocol integrations with obsidian
20
fork

Configure Feed

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

add feed command

+7 -1
+7 -1
src/main.ts
··· 45 45 46 46 this.addCommand({ 47 47 id: "open-feed", 48 - name: "Publish document", 48 + name: "Open feed", 49 + callback: () => { void this.activateView(VIEW_ATMOSPHERE_STANDARD_FEED); }, 50 + }); 51 + 52 + this.addCommand({ 53 + id: "publish-note", 54 + name: "Publish note", 49 55 editorCheckCallback: (checking: boolean,) => { 50 56 const file = this.app.workspace.getActiveFile(); 51 57