Skip to content

Releases: obsidianmd/obsidian-clipper

0.9.8

19 Nov 22:22
Compare
Choose a tag to compare

New

  • Highlights can now be saved inline by going to SettingsHighlighter, closes #186.
  • UI is mirrored for right-to-left languages, closes #183.
  • Added translations for Arabic and German.
  • Added {{favicon}} to the preset variables to get favicon URL, closes #175.

Improved

  • Fixed issue with {{published}} and {{author}} variables under some conditions, closes #162.

0.9.7

14 Nov 22:58
Compare
Choose a tag to compare

Improved

  • Fixed issue with highlighting the first sentence of a paragraph #107
  • Changed highlighter mode shortcut on Firefox to reduce conflicts #163
  • Added new locales for Farsi #161 and Russian #159, thanks @mercurblende and @mopsicus
  • Removed need downloads permission
  • Fixed overlapping buttons in Safari on macOS in extension popup
  • Fixed issue with safe_name filter #100
  • Added Help link in Settings

0.9.6

13 Nov 23:57
Compare
Choose a tag to compare

New

  • Add options to save file, share, and copy from the extension popup. Options differ based on OS and browser. Closes #147, #87.
  • Add localization in French, Spanish, Chinese, Japanese. More translations can be submitted via the GitHub repo. Closes #130.

Improved

  • Improve display of highlighter menu on some websites.
  • Fix an issue with block vs inline math. Via #142.

0.9.5

11 Nov 19:54
Compare
Choose a tag to compare

New

  • Add support for @graph format for schema.org data #128
  • Add support for clipping local files #105

Improved

  • Add clipboard permissions for Linux #132 thanks @danlamanna
  • Fix bugs in creating absolute URLs, improves resolving relative link structures #119 #115
  • Remove Obsidian-specific characters when sanitizing file names #100

0.9.4

18 Oct 00:26
Compare
Choose a tag to compare

New

  • New round filter to round numbers

Improved

  • Fixed issue with popup size on iPadOS
  • Fixed empty {{highlights}} variable now returns nothing instead of []
  • Fixed issue with fragment_link filter #92

0.9.3

14 Oct 22:23
Compare
Choose a tag to compare

New

  • New highlighter settings including export highlights
  • Added fragment_link filter by @Quorafind to generate text fragment links
  • Added initial support for string literals in map and template filter #81

Improved

  • Highlight storage is improved and includes timestamps, which will make it easier to add metadata in the future.
  • {{highlights}} variable now returns an object with timestamps, you can use the map filter to access individual highlights, e.g. {{highlights|map:item => item.text|list}}
  • Text highlights are now separated with line breaks
  • Improved footnote conversion
  • Better extraction of timestamps for {{published}} variable
  • Improved copy to JSON feature for templates

0.9.2

12 Oct 03:37
Compare
Choose a tag to compare

Improved

  • Fixes bug with template selection
  • Improved performance and reduced permissions for highlights

0.9.1

10 Oct 21:50
Compare
Choose a tag to compare

New

  • Added {{highlights}} variable which returns an array of highlights that you can manipulate with filters like list, blockquote, etc

Improved

  • Fixed clip button in highlighter menu on Safari
  • Spaces at the start and end of note titles are correctly removed
  • Added title labels on buttons
  • Reverted behavior for template selection, will no longer try to use the last used template if it doesn't match a trigger

0.9.0

09 Oct 22:14
Compare
Choose a tag to compare

Added a new highlighter mode!

  • Activate it via popup, context menu, or hotkey
  • Highlight text, images and media
  • {{content}} variable is automatically replaced with your highlights
  • Smartly merges highlights when overlapping or adjacent
  • Mobile improvements for tap-based UI

0.8.4

03 Oct 16:25
Compare
Choose a tag to compare

New

  • Export and import all settings
  • Import templates and types now allows pasting JSON
  • New action to copy template JSON to clipboard

Improved

  • Checkbox type properties are rendered as a checkbox in the popup, closes #75
  • Popup should be correctly sized in browsers that allow global page zoom, closes #76
  • Fixed issue with regex triggers not matching
  • Improvements for browsers that don't support blob URLs
  • Popup should load faster and more smoothly