Skip to content

Latest commit

 

History

History
76 lines (40 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

76 lines (40 loc) · 1.18 KB

Changelog

All changes to this plugin are listed here.

1.0.1 (2024-06-18)

Fixed

  • #14 No yaml field values without a "toString" method

1.0.0 (2024-06-16)

New

  • Use variables in all fields
  • #13 Use variables from the properties (only first level of properties)

0.6.0 (2023-08-17)

New

  • #7 Small UI improvements with new MailTo Button

0.5.0 (2023-07-01)

New

  • #8 Add a from parameter.

0.4.0 (2023-06-09)

New

  • #4 Body can be set after the yaml, seperated by a "---" line

0.3.3 (2023-03-06)

Fixed

  • #2 only add &cc, &bcc or &body if a value is provided

0.3.2 (2023-01-13)

Fixed

  • Use """ for second parameter in getFirstLinkpathDest if absolute path

0.3.1 (2023-01-12)

Fixed

  • Use ctx.sourcePath for finding the correct frontmatter data of the file
  • Use ctx.sourcePath in getFirstLinkpathDest to make sure finding the correct linked file

0.3.0 (2023-01-04)

New

  • Add placeholder variables

0.2.0 (2022-12-30)

New

  • A note can be used as body content using an internal link.

0.1.1 (2022-12-28)

Changed

  • Use obsidian parseYaml

0.1.0 (2022-12-17)

Added

  • Base functionality