Skip to content

Readwise Mirror 1.4.0

Compare
Choose a tag to compare
@jsonMartin jsonMartin released this 18 Aug 22:50
· 12 commits to master since this release

1.4.0 (2023-08-18)

Thanks to @johannrichard for the following contributions:

Features

  • Feature: ✨ add frontmatter tag field
  • Feature: ✨ roll-up of highlight tags into frontmatter
    • a rolled-up (deduplicated) list highlight tags can be used in frontmatter via the field quoted_highlight_tags
  • Feature: ✨ user setting for "colon" (:) replacement
    • The colon in a title is a special character which by default is replaced witha a dash (-) in filenames. With this change, users can choose what string to use as a replacement.
  • Feature: ✨ Multi-line text can be filtered with the bq filter
    • The filter adds the > character after each line-break
    • With this, you can get multi-line text blockquotes in your templates working correctly

      Example

      The following highlight
      Multi-line text in blockquotes
      
      This is an example of a multi-line highlight with line-breaks. 
      
      ... with this template
      > [!quote]
      > {{ text | bq }}
      
      will turn into
      > [!quote]
      > Multi-line text in blockquotes
      >
      > This is an example of a multi-line highlight with line-breaks. 

Updates

  • Change field names to reflect their use in frontmatter
  • Introduce option for quotes in tag format
    • make tag formatting more flexible
    • avoid adding quotes all the time
    • differentiate nohas from quoting
  • Introduce option for quotes in tag format