-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmozilla.html
More file actions
44 lines (38 loc) · 1.29 KB
/
mozilla.html
File metadata and controls
44 lines (38 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Save bookmarks as markdown files directly into your Obsidian vault.
<b>✨ Features</b>
<ul>
<li>Save bookmarks to sub-folders within your Obsidian vault.</li>
<li>Automatically grab the most relevant image from the bookmarked website.</li>
<li>Customize the template for your bookmark notes.</li>
</ul>
<b>⚙️ Setup</b>
On the welcome page (or in the extension settings), set the right vault name and you are ready to go!
<b>💡 Tips</b>
You can create a bookmarks viewer in Obsidian with <a href="https://github.com/kepano/obsidian-minimal">Minimal</a> Theme, <a href="https://blacksmithgu.github.io/obsidian-dataview/">Dataview</a> plugin and this note:
<code>
---
cssclasses:
- cards
- cards-cover
- cards-2-3
- cards-cols-4
- max
---
```dataview
TABLE
WITHOUT id ("") AS Cover,
("[" + Title + "](" + Link + ")") AS Title,
Date,
Tags[0] + ", " + Tags[1] + ", " + Tags[2] AS Tags,
("[[" + file.path + "| Edit ]]") AS Edit
FROM "Bookmarks"
SORT Title ASC
```
</code>
<b>📝 Notes</b>
<ul>
<li>This is a beta version, image grabbing may not work on all websites.</li>
<li>If the save button is not working, try reclicking it or refreshing the page.</li>
<li>This is an unofficial extension and is not affiliated with Obsidian.</li>
</ul>
Happy bookmarking!