Skip to content

Releases: obsidianmd/obsidian-clipper

0.5.0

20 Sep 19:18

Choose a tag to compare

New

  • Added remove_html filter to remove specific elements and their content from HTML strings.
  • Added {{contentHtml}} variable that works like {{content}} but without Markdown parsing. Also removed {{selectionHtml}} since that is now handled by {{contentHtml}} when a selection is present.
  • Added context menu item to open extension #50
  • Added new setting: GeneralSave clipped note without opening it.

Improved

  • Improved footnote conversion to Markdown.
  • Empty links are removed from Markdown.
  • Larger font size on Firefox Mobile.
  • More restrictive file names on Linux.
  • Fixed issue with Turndown GFM under certain conditions, closes #45.
  • Fixed issue with map filter dealing with simple string arrays.

0.4.8

19 Sep 19:55

Choose a tag to compare

  • Added Duplicate option to templates, under the More actions menu
  • Added {{time}} variable as a shorthand for current datetime stamp, equivalent to {{date|date:"YYYY-MM-DDTHH:mm:ssZ"}}
  • {{time}} and {{date}} can now be customized using the date filter to return time stamps
  • Fixed issue with variables list in the popup

0.4.7

19 Sep 15:36

Choose a tag to compare

  • Remove unnecessary double spaces when using strip_attr
  • Fix escaping issue in template creation

0.4.6

18 Sep 20:41

Choose a tag to compare

  • Improved UI for Firefox Mobile
  • Add advanced date formats for date filter
  • Revamped filter chaining logic, and allow escaping pipe within filters e.g. replace:"\|",""

0.4.5

17 Sep 23:06
7990c74

Choose a tag to compare

  • Added safe_name filter to sanitize file names

0.4.3

17 Sep 22:43

Choose a tag to compare

  • Added strip_tags filter to remove HTML tags
  • Added strip_attr filter to remove attributes from HTML
  • Added date_modify filter to add or subtract time
  • Added syntax for input format to date filter
  • Renamed stripmd to strip_md

0.4.2

16 Sep 17:01

Choose a tag to compare

New

  • Adds map and template filters, see docs
  • Adds support for variables in the note path, closes #36

Improved

  • More obvious that you can collapse Properties and fixes issue where the properties became no longer collapsible after switching templates

0.4.1

14 Sep 21:47

Choose a tag to compare

New

  • Added stripmd filter to remove Markdown formatting from a string

Improved

  • Fixed the replace filter and added a syntax for multiple replacements
  • wikilink and image filters now have improved handling of objects (for alt text and aliases)
  • Improved anchor link removal in Markdown conversion
  • Only add one newline for append

0.4.0

14 Sep 03:25

Choose a tag to compare

New

  • Added support for multiple schema types on one page
    • Simplified syntax for schema triggers schema:@Recipe, and is now capable of more advanced uses
    • Shorthand to access variables across schema types
  • Added {{selectionHtml}} variable to get the raw HTML for the selection
  • Added image filter to create Markdown images from strings and arrays
  • Added footnote filter to create footnotes

Improved

  • Don't create empty frontmatter
  • Allow \n in join filter for newlines
  • Improved wikilink filter to support aliases and array manipulation
  • Improve dealing with relative URLs
  • Improved support for math in figure captions

0.3.0

13 Sep 19:35

Choose a tag to compare

  • Adds a new "beta" setting for users with Obsidian 1.7.2+ to allow long notes to be clipped more reliably using the clipboard content rather than Obsidian URI
  • Clip math and equations
  • Automatically format citations and references in Obsidian footnote format
  • Add support for subscript and superscript elements
  • Improve sanitizing file names across operating systems
  • Added replace filter
  • Fix issues with relative URLs in links and images