New
- Added
remove_html
filter to remove specific elements and their content from HTML strings. - Added
{{contentHtml}}
variable that works like{{content}}
but without Markdown parsing. Also removed {{selectionHtml}} since that is now handled by{{contentHtml}}
when a selection is present. - Added context menu item to open extension #50
- Added new setting: General → Save clipped note without opening it.
Improved
- Improved footnote conversion to Markdown.
- Empty links are removed from Markdown.
- Larger font size on Firefox Mobile.
- More restrictive file names on Linux.
- Fixed issue with Turndown GFM under certain conditions, closes #45.
- Fixed issue with
map
filter dealing with simple string arrays.