Skip to content

v0.6.4

Latest

Choose a tag to compare

@gitjoost gitjoost released this 10 Apr 16:40
· 2 commits to main since this release

Bug Fix

  • Fix update_record content writes for non-plaintext recordsupdate_record previously hard-coded writes to the plain text property, which silently failed (or wrote to the wrong field) for markdown, html, webarchive, rtf, and rtfd records. The bridge now detects the record type at AppleScript runtime and writes to the correct property:
    • markdownmarkdown source
    • html / webarchivesource
    • rtf / rtfdrich text
    • everything else → plain text