Garulf / pyFlowLauncher

Python JSON-RPC library for Flow Launcher plugins.

Home Page:https://garulf.github.io/pyFlowLauncher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some preview contents questions.

MinYn opened this issue · comments

스크린샷 2024-01-31 225916

  • I would like to show preview content in this space, but is it currently possible to implement this?

This is possible, I just haven't added the proper field to Result due to the way it is coded in Flow Launcher.

I'll add it today if I get a moment.

Added to v0.8.2:

class PreviewInfo(TypedDict):
"""Flow Launcher Preview section"""
PreviewImagePath: Optional[str]
Description: Optional[str]
IsMedia: bool
PreviewDeligate: Optional[str]

@Garulf Thank you for adding it to the development list for me, I will change this issue to resolved if I can apply it as soon as possible. thank you

@Garulf Thank you for adding it to the development list for me, I will change this issue to resolved if I can apply it as soon as possible. thank you

No problem, it was on the todo list to implement, I just needed to familiarize myself with the data structure again.

You should be able to use it with the latest release.

Closing this issue. Let me know if this needs further discussion.