Various AT Protocol integrations with obsidian
0
fork

Configure Feed

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

don't re-render header on source select

+1 -1
+1 -1
src/views/atmark.ts
··· 82 82 } 83 83 this.initSources(); 84 84 } 85 + this.renderHeader(container); 85 86 86 87 const loading = container.createEl("p", { text: "Loading..." }); 87 88 ··· 89 90 const items = await this.fetchItems(); 90 91 loading.remove(); 91 92 92 - this.renderHeader(container); 93 93 94 94 if (items.length === 0) { 95 95 container.createEl("p", { text: "No items found." });