Releases: obsidianmd/obsidian-clipper
Releases · obsidianmd/obsidian-clipper
Release list
1.2.1
1.2.0
New
- Add
{{language}}variable to get page language - Add
{{transcript}}variable (only for YouTube currently)
Improved
- Update to Defuddle 0.13
- Move logic (variable building, frontmatter generation, property type formatting, content extraction) into shared utils
1.1.0
1.0.2
1.0.1
New
- Add message if clipboard doesn't work
- Add
decode_urifilter (#684)
Improved
- String literal maps now return plain strings instead of {str: ...} wrapper objects. The template filter still supports ${str} for backwards compatibility.
- Treat unquoted filter args as string literals when no matching variable exists, support unquoted date format in date filter #694
- Make
srcURLs on video & audio elements absolute (#649)
Fixes
- Fix for multiple replacements
- Fix normalize ISO 8601 duration components correctly (#670)
1.0.0
New
- New template logic for conditionals, loops, and variable assignment.
- New template validation in the template editor checks for syntax errors.
- Add context menu option to copy Markdown to clipboard.
Improved
- Update to Defuddle 0.7.0 with better support for X articles and more.
0.12.0
New
- Import multiple templates at once #574
Improved
- Fix for null Schema.org data #612
- Force opening via popup (not embedded mode) on mobile Safari #605
- Fix issue with bad provider names and possible corruption of settings, hopefully a fix for #597 #588
- Updated Japanese translation #607
- Another attempt at fixing the default locales bug on Safari #477
- Remove uses of innerHTML
0.11.10
0.11.9
New
- Embedded mode opens Web Clipper as a sidebar inside the webpage itself. This is useful for browsers that don't offer a separate side panel option, and also enables new workflows such as running Interpreter on multiple tabs at once. You can open in embedded mode from the popup icon, the context menu, or you can toggle it as the default in General settings.
- New
{{selection}}and{{selectionHtml}}variables, closes #557 #495
Improved
- Update to Defuddle 0.6.6
- Fix issue with
srcsetimages (e.g. on Substack) #547 - Fix Properties section remembering the collapsed state
- Fix Interpreter context field not consistently appearing #563
- Fix for GPT5 due to temperature parameter #566
- Wrap property names that contain special characters to ensure compliant YAML #540
0.11.8
This update mostly reverts back to the old highlighter behavior (before 0.11.6) due to some issues with the new approach.