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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ You can update the formatting of highlights sent to Obsidian in this plugin's co
8
8
9
9
If you don't want your first time sending new highlights to Obsidian to send all highlights, update the last send time in the config.
10
10
11
+
In the formatting config menu, the 'title' is the title of the note that a highlight will be sent to. The 'body' is the text that will be sent to that note for each highlight. The 'header' will be sent to each note exactly once when you send highlights.
12
+
11
13
Sometimes, if you send highlights while your obsidian vault is closed, not all highlights will be sent. If this happens, you can use the "Resend Previously Sent Highlights" function.
12
14
13
15
You can set keyboard shortcuts in Preferences -> Shortcuts -> H2O. Some available keyboard shortcuts include CTRL+S, CTRL+E, CTRL+G, CTRL+H, CTRL+J, and CTRL+K.
@@ -31,6 +33,8 @@ Available formatting options are as follows:
31
33
- {month}: Month the highlight was made, as in 4 for April or 10 for October
32
34
- {year}: Full year the highlight was made, as in 2022
33
35
- {localday}, {localmonth}, {localyear}
36
+
- {utcnow}: current UTC time, formatted same as {datetime}.
37
+
- {localnow}
34
38
- {url}: A [calibre:// url](https://manual.calibre-ebook.com/url_scheme.html) to open the ebook viewer to this highlight. Note that this may not work if your library's name contains unsafe URL characters. Numbers, letters, spaces, underscores, and hyphens are all safe.
35
39
- {location}: The highlight's EPUB CFI location in the book. For example, "/2/8/6/5:192". As a sort key, this will order highlights by their position in the book.
36
40
- {timestamp}: The highlight's Unix timestamp. This is the default sort key used to determine what order to send highlights in.
@@ -41,6 +45,6 @@ For an example of how to use these, see the default format settings in the plugi
41
45
42
46
---
43
47
44
-
Formatting options based on the [Obsidian Clipper](https://github.com/jplattel/obsidian-clipper) Chrome extension.
48
+
Formatting options are based on the [Obsidian Clipper](https://github.com/jplattel/obsidian-clipper) Chrome extension.
45
49
46
50
h2o-index.txt is for the [plugin index page](https://www.mobileread.com/forums/showthread.php?t=118764) on the Calibre forum.
0 commit comments