Skip to content

Commit d57c365

Browse files
committed
Change "Open in Readwise" text -> "View Highlight"
1 parent 943f91a commit d57c365

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 1.4.11 (2023-10-28)
3+
- UI: Update "Open in Readwise" text to "View Highlight", to better align with official plugin expected behavior
4+
25
## 1.4.1 (2023-10-27)
36
This update adds better support for Readwise article highlighting and default tag template additions. Thanks to first time contributor @tdznr for adding to this release!
47

main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Note: {{ note }}
7979
Tags: {{ tags }}
8080
{%- endif %}{%- if url %}
8181
82-
[Open in Readwise]({{ url }})
82+
[View Highlight]({{ url }})
8383
{%- endif %}
8484
8585
---

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "readwise-mirror",
33
"name": "Readwise Mirror",
4-
"version": "1.4.1",
4+
"version": "1.4.11",
55
"minAppVersion": "0.11.0",
66
"description": "Mirror your Readwise library directly to an Obsidian vault",
77
"author": "jsonmartin",
88
"authorUrl": "https://github.com/jsonMartin/",
99
"isDesktopOnly": false
10-
}
10+
}

0 commit comments

Comments
 (0)