tangled
alpha
login
or
join now
treethought.xyz
/
obsidian-atmosphere
19
fork
atom
Various AT Protocol integrations with obsidian
19
fork
atom
overview
issues
pulls
pipelines
default all sources
treethought
2 weeks ago
a250ea5a
7c0e2e5a
+1
-1
1 changed file
expand all
collapse all
unified
split
src
views
bookmarks.ts
+1
-1
src/views/bookmarks.ts
···
15
15
16
16
export class BookmarksView extends ItemView {
17
17
plugin: AtmospherePlugin;
18
18
-
activeSources: Set<SourceName> = new Set(["semble"]);
18
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();