Skip to content

Releases: kaiiiz/obsidian-raindrop-highlights-plugin

0.0.22

25 May 08:25
Compare
Choose a tag to compare
  • Fixed
    • Fix Raindrop Highlights: Sync this bookmark command bug (#77)
  • New
    • Support RaindropUrl in template (#75)

0.0.21

15 Apr 14:09
Compare
Choose a tag to compare
  • Fixed
    • Fix partial sync bug #72
    • Fix parentId bug when importing collections from another accounts #71 #43
  • New
    • BREAKING CHANGE Sync collections from last update time is now changed to sync from created time. You should now use either `Raindrop Highlights: Sync all bookmarks (full sync)` or `Raindrop Highlights: Sync this bookmark` command to update existing files. See #72 for details.
  • Improved
    • Refine docs and template instructions.

0.0.20

04 Oct 02:06
Compare
Choose a tag to compare
  • Fixed:
    • Update all links when performing file renaming

0.0.19

03 Oct 16:41
Compare
Choose a tag to compare
  • New:
    • Add "Hide sync notice" option. #55, #56
    • BREAKING CHANGE Sync file name & front matter with templates while performing updates. #57
    • Add "Disable autoescape for Nunjucks" option. #62
  • Improved:
    • API request page size is now increased to 50. #63
    • When the API request limit is reached, the API request will be retried after 1 minute of waiting. #63
    • The sync process is now performed on a page-by-page manner instead of waiting for all API responses to be received. #63
  • Fixed:
    • BREAKING CHANGE Fix duplicated highlight entry bug when performing sync in append mode. The front matter property raindrop_last_update has now been replaced by raindrop_highlights. #47

0.0.18

18 Jun 09:29
Compare
Choose a tag to compare
  • New:
    • Add now variable and date filter in the template #45
    • Support bookmark note #48
    • Add Manage collections to be synced command #40
    • Support collection groups
    • Support "All bookmarks" collection
  • Removed:
    • BREAKING CHANGE Date & Time format setting has been removed. This feature is replaced by the date filter in the template.
  • Improved:
    • Setting style
  • Fixed:
    • Nested collection bug #49

0.0.17

21 Mar 20:37
Compare
Choose a tag to compare
  • Fix the default template map filter bug in the Topics field
  • Fix the wrong line feed if the rendering result of the metadata template is empty
  • Add "Loading collections..." message in the Manage button when waiting for the API response
  • Support filename template #31 #18

0.0.16

21 Mar 10:53
Compare
Choose a tag to compare
  • Fix nested collection bug #36
  • Improve Topics field in default template #32

0.0.15

14 Mar 19:34
Compare
Choose a tag to compare
  • Fix auto sync functionality after reloading #38
  • Fix default template spacing bug #17
  • Reimplement front matter rendering #22 #21
  • Ignore unnecessary sync and folder creation #26
  • Support creator in template #24
  • Improve collection attribute document #27
  • Add "Store the articles in collections folder" option #30

0.0.14

16 Sep 12:30
Compare
Choose a tag to compare
  • Support metadata template #10 #15 #16
  • Fix the wrong default value for only sync bookmarks with highlights

0.0.13

12 Sep 14:54
Compare
Choose a tag to compare
  • Fix Unsorted and Trash collections missing bug. #13
  • Add an option for only syncing bookmarks with highlights. #11