Skip to content

Releases: obsidianmd/obsidian-clipper

1.2.1

Choose a tag to compare

@kepano kepano released this 17 Mar 02:11

Improved

  • Upgrade to Defuddle 0.14
  • Improve content script recovery after Safari extension updates
  • Add selectorContentToString shared helper for consistent selector output #726

1.2.0

Choose a tag to compare

@kepano kepano released this 13 Mar 17:51

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

Choose a tag to compare

@kepano kepano released this 10 Mar 22:25

New

  • Add Reader mode
  • Add transcripts to YouTube in the {{content}} and new {{transcript}} variable

Improved

  • Switch to Defuddle's built-in Markdown converter (#723)

1.0.2

Choose a tag to compare

@kepano kepano released this 27 Feb 02:20

Fixes

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

1.0.1

Choose a tag to compare

@kepano kepano released this 24 Feb 17:08

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

Choose a tag to compare

@kepano kepano released this 14 Feb 20:23

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

Choose a tag to compare

@kepano kepano released this 25 Sep 20:19

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

Choose a tag to compare

@kepano kepano released this 21 Aug 14:42
b538896

Minor Firefox fix.

0.11.9

Choose a tag to compare

@kepano kepano released this 14 Aug 19:59

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

Choose a tag to compare

@kepano kepano released this 19 May 22:37

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