You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,15 @@ Save the web with ReadItLater plugin for Obsidian. Archive web pages for reading
20
20
21
21
ReadItLater can do a lot more than converting web pages to markdown. For every content type there is specific template with carefully selected variables to ease up your archiving process.
22
22
23
-
To add something to your vault just click the `ReadItLater: Save clipboard` ribbon or run the `ReadItLater: Save clipboard` command. New note will be created in folder configured in plugin settings.
23
+
To add something to your Vault just click the `ReadItLater: Save clipboard` ribbon or run the `ReadItLater: Save clipboard` command. New note will be created in folder configured in plugin settings.
24
+
25
+
### What makes ReadItLater plugin great?
26
+
27
+
- Simple, but powerful template engine
28
+
- Carefully selected predefined template variables to straightforward archiving process
29
+
- Compatibility with Obsidian iOS and Android apps
30
+
- Downloading images from articles to your Vault
31
+
- Batch processing of URLs list
24
32
25
33
## Template engine
26
34
@@ -88,6 +96,16 @@ outputs: HELLO WORLD
88
96
```
89
97
</details>
90
98
99
+
## Inbox and Assets directories
100
+
101
+
You can use template variables in `Inbox dir` and `Assets dir` settings to better distribute content in your Vault.
| date | Current date in format from plguin settins |
106
+
| fileName | Filename of new note |
107
+
| contentType | Slug of detected content type from plugin settings |
108
+
91
109
## Content Types
92
110
93
111
Structure of note content is determined by URL. Currenty plugin supports saving content of websites and embedding content from multiple services. Each content type has title and note template with replacable variables, which can be edited in plugin settings.
0 commit comments