Releases: obsidianmd/obsidian-clipper
Releases · obsidianmd/obsidian-clipper
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
srcset
images (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.
Improved
0.11.7
New
- Interpreter providers are now loaded from providers.json so they can be more easily updated.
Improved
- Upgraded parsing to Defuddle 0.6.2.
- If
image
filter input is an array the output is also returned as an array.
0.11.6
New
- Revamped highlighter mode, now works much more easily for highlighting text. Highlights are saved in a more robust format similar to text fragments URLs. This should fix many issues: #446, #366, #352, #191, #148, #120
- Added Link button in highlighter mode that allows sharing a URL that includes the highlighted text as a text fragment parameters.
Improved
- Fix getting extractors for certain sites, e.g. ChatGPT.
0.11.4
0.11.3
0.11.2
New
- Added
{{words}}
preset variable for word count.