Releases: obsidianmd/obsidian-clipper
Releases · obsidianmd/obsidian-clipper
0.5.0
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.
0.4.8
- Added Duplicate option to templates, under the More actions menu
- Added
{{time}}
variable as a shorthand for current datetime stamp, equivalent to{{date|date:"YYYY-MM-DDTHH:mm:ssZ"}}
{{time}}
and{{date}}
can now be customized using thedate
filter to return time stamps- Fixed issue with variables list in the popup
0.4.7
0.4.6
- Improved UI for Firefox Mobile
- Add advanced date formats for
date
filter - Revamped filter chaining logic, and allow escaping pipe within filters e.g.
replace:"\|",""
0.4.5
0.4.3
0.4.2
0.4.1
New
- Added
stripmd
filter to remove Markdown formatting from a string
Improved
- Fixed the
replace
filter and added a syntax for multiple replacements wikilink
andimage
filters now have improved handling of objects (for alt text and aliases)- Improved anchor link removal in Markdown conversion
- Only add one newline for append
0.4.0
New
- Added support for multiple schema types on one page
- Simplified syntax for schema triggers
schema:@Recipe
, and is now capable of more advanced uses - Shorthand to access variables across schema types
- Simplified syntax for schema triggers
- Added
{{selectionHtml}}
variable to get the raw HTML for the selection - Added
image
filter to create Markdown images from strings and arrays - Added
footnote
filter to create footnotes
Improved
- Don't create empty frontmatter
- Allow
\n
injoin
filter for newlines - Improved
wikilink
filter to support aliases and array manipulation - Improve dealing with relative URLs
- Improved support for math in figure captions
0.3.0
- Adds a new "beta" setting for users with Obsidian 1.7.2+ to allow long notes to be clipped more reliably using the clipboard content rather than Obsidian URI
- Clip math and equations
- Automatically format citations and references in Obsidian footnote format
- Add support for subscript and superscript elements
- Improve sanitizing file names across operating systems
- Added
replace
filter - Fix issues with relative URLs in links and images