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
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 1.3.0 (2022-12-10)
4
+
### Added
5
+
- Sort Highlights by Location (instead of date highlighted).
6
+
- This will display highlights in order of page location, from least to greatest.
7
+
- Combine with Sort Highlights from Oldest to Newest to reverse the sort order.
8
+
- Filter Discarded Highlights.
9
+
- With this option enabled, highlights that have been discarded in Readwise will not be displayed in the Obsidian library.
10
+
3
11
## 1.1.1 (2021-08-01)
4
12
### Added
5
13
- Added Sync Log functionality. Creates a file (configurable, with a default filename of `Sync.md`) in the Readwise library root folder, which stores a time-based log listing when Readwise sources have synced new highlights
@@ -22,4 +30,4 @@
22
30
- Fixes plugin breaking when there is no author (thanks @shabegom!)
23
31
24
32
### Development
25
-
- Added Prettier configuration for project style consistency
33
+
- Added Prettier configuration for project style consistency
// is_discard is not a field in the API response for (https://readwise.io/api/v2/highlights/), so we need to check if the highlight has the discard tag
119
+
// is_discard field only showing under the /export API endpoint in the API docs: https://readwise.io/api_deets
0 commit comments