New
- New highlighter settings including export highlights
- Added
fragment_link
filter by @Quorafind to generate text fragment links - Added initial support for string literals in map and template filter #81
Improved
- Highlight storage is improved and includes timestamps, which will make it easier to add metadata in the future.
{{highlights}}
variable now returns an object with timestamps, you can use themap
filter to access individual highlights, e.g.{{highlights|map:item => item.text|list}}
- Text highlights are now separated with line breaks
- Improved footnote conversion
- Better extraction of timestamps for
{{published}}
variable - Improved copy to JSON feature for templates