QuickLook #1909
-
Hi I would like to develop a quicklook plugin with an embedded python interpreter. I want to use python to generate the preview using html. However, after much googling i found no resources at all regarding this topic. Is it even possible with briefcase? And how would i do it? Thanks very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If, by "Quicklook", you're referring to a macOS Finder plugin interface - it might be possible to build a plugin as you describe, but I can't provide any real hints on how you'd go about it. It definitely isn't an option that Briefcase (or any other part of BeeWare) provides out of the box. If you want to try an implement it yourself, what you'll be looking for is a native macOS tutorial written in Objective C; you should then be able to invoke the same APIs from Python using the Rubicon bridge. |
Beta Was this translation helpful? Give feedback.
If, by "Quicklook", you're referring to a macOS Finder plugin interface - it might be possible to build a plugin as you describe, but I can't provide any real hints on how you'd go about it. It definitely isn't an option that Briefcase (or any other part of BeeWare) provides out of the box.
If you want to try an implement it yourself, what you'll be looking for is a native macOS tutorial written in Objective C; you should then be able to invoke the same APIs from Python using the Rubicon bridge.