Readwise Mirror 1.4.0
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
- a rolled-up (deduplicated) list highlight tags can be used in frontmatter via the field
- 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... with this templateMulti-line text in blockquotes This is an example of a multi-line highlight with line-breaks.
will turn into> [!quote] > {{ text | bq }}
> [!quote] > Multi-line text in blockquotes > > This is an example of a multi-line highlight with line-breaks.
- The filter adds the
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