Hi Bruce, thanks for the hint. I have no idea how to get the path to the file except through AppleScript, so this is what I came up with: tell application "BBEdit" to set theDoc to file of document 1 set thePOSIXPath to (the POSIX path of theDoc) set theCommand to "open '" & thePOSIXPath & "' -a BlueGriffon" do shell script theCommand
It is slow, but it works. Thanks again! Lutz Am Samstag, 11. Mai 2019 22:12:24 UTC+2 schrieb Bruce Van Allen: > > Hi Lutz, > > Try a simple shell script or Perl script that opens the html > file in BlueGriffin, saved to your BBEdit scripts folder, with > an assigned key combination. > > Reply to this list if this would be foreign territory for you; > some experienced guides inhabit this space (but I didn't want to > presume you'd need that). > -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/358e203f-c9ea-4f33-875d-6f2f552d0976%40googlegroups.com.
