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: CHANGELOG.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
# Changelog
2
+
## 1.4.1 (2023-10-27)
3
+
This update adds better support for Readwise article highlighting and default tag template support. Thanks to first time contributor @tdznr for adding to this release.
4
+
5
+
- Feature: Add "Open in Readwise" link when Readwise `url` field is present. The `url` field contains the link to Readwise's website showing the highlighted snippet in context of the source.
6
+
- The `url` field is not available for book types, but is available for other content types such as Articles.
7
+
- Feature: Show tags in default highlight template
8
+
2
9
## 1.4.0 (2023-08-18)
3
10
Thanks to @johannrichard for the following contributions:
4
11
@@ -15,20 +22,20 @@ Thanks to @johannrichard for the following contributions:
15
22
The following highlight
16
23
```
17
24
Multi-line text in blockquotes
18
-
19
-
This is an example of a multi-line highlight with line-breaks.
25
+
26
+
This is an example of a multi-line highlight with line-breaks.
20
27
```
21
28
... with this template
22
29
```markdown+nunjucks
23
30
> [!quote]
24
31
> {{ text | bq }}
25
32
```
26
-
will turn into
33
+
will turn into
27
34
```markdown
28
35
> [!quote]
29
36
> Multi-line text in blockquotes
30
37
>
31
-
> This is an example of a multi-line highlight with line-breaks.
38
+
> This is an example of a multi-line highlight with line-breaks.
32
39
```
33
40
### Updates
34
41
- Change field names to reflect their use in frontmatter
0 commit comments