open_file icon indicating copy to clipboard operation
open_file copied to clipboard

Type does not work on MacOS

Open binaondrej opened this issue 1 year ago • 2 comments

type argument is ignored on MacOS. OpenFile version: 3.5.10

Example:

  • code: OpenFile.open('file.md', type: 'text/plain')
  • result: file.md is opened in default app for .md files
  • expected: file.md is open in default app for text files

binaondrej avatar Jan 19 '25 10:01 binaondrej

DocumentInteraction auto on iOS/MacOS

crazecoder avatar Jan 19 '25 10:01 crazecoder

OpenFile.open('file.md', type: 'public.plain-text') does not work either

binaondrej avatar Jan 19 '25 10:01 binaondrej