Skip to content

Releases: obsidianmd/obsidian-clipper

1.0.2

27 Feb 02:20

Choose a tag to compare

Fixes

  • Fix quote-stripping regex in filters to handle newline characters. Fixes the issue with using map filter in highlights example.

1.0.1

24 Feb 17:08

Choose a tag to compare

New

  • Add message if clipboard doesn't work
  • Add decode_uri filter (#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 src URLs on video & audio elements absolute (#649)

Fixes

  • Fix for multiple replacements
  • Fix normalize ISO 8601 duration components correctly (#670)

1.0.0

14 Feb 20:23

Choose a tag to compare

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

25 Sep 20:19

Choose a tag to compare

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

21 Aug 14:42
b538896

Choose a tag to compare

Minor Firefox fix.

0.11.9

14 Aug 19:59

Choose a tag to compare

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

19 May 22:37

Choose a tag to compare

This update mostly reverts back to the old highlighter behavior (before 0.11.6) due to some issues with the new approach.

Improved

  • Localization for shortcuts #464
  • Fix editing custom providers #465
  • Fix remove_attr does not remove the whole attribute if it includes spaces #474
  • Upgraded to Defuddle 0.6.4 with fixes for Substack and other sites
  • Fixes for locale error in Safari

0.11.7

16 Apr 20:47

Choose a tag to compare

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

10 Apr 20:34

Choose a tag to compare

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

08 Apr 21:10

Choose a tag to compare

Upgrade to Defuddle 0.6.0, improves capturing websites, images, and adds better support for Gemini chats