Various AT Protocol integrations with obsidian

default all sources

+1 -1
+1 -1
src/views/bookmarks.ts
··· 15 15 16 16 export class BookmarksView extends ItemView { 17 17 plugin: AtmospherePlugin; 18 - activeSources: Set<SourceName> = new Set(["semble"]); 18 + activeSources: Set<SourceName> = new Set(["semble", "margin", "bookmark"]); 19 19 selectedCollections: Set<string> = new Set(); 20 20 selectedTags: Set<string> = new Set(); 21 21 sources: Map<SourceName, DataSource> = new Map();