Replies: 6 comments 17 replies
-
Interesting indeed. Let me think how we can do this |
Beta Was this translation helpful? Give feedback.
-
ProposalBasic PropertyPlugins need to provide a poco json to indicate what kind of config they want to have. {
"property1": "default value",
"property2": "default value"
}
UI ElementKey will create a Unfinished
{
"list1": ["default value 1", "default value 2"]
}
{
"dic1": {"key": "value" }
} TODO:
|
Beta Was this translation helpful? Give feedback.
-
It's a one time request when init, so probably handle it with a static template file is also fine. |
Beta Was this translation helpful? Give feedback.
-
How does Flow handle secrets? Are they stored in the system keychain? |
Beta Was this translation helpful? Give feedback.
-
This is on the way. |
Beta Was this translation helpful? Give feedback.
-
Question
As title.
More can see jjw24/Wox#178.
Discussion
I think just like using JSON-RPC for supporting other program languages.
Why not using some template file for support setting UI.
But at the same time, we need a tool to compile the file and inject in the Flow main program.
To make it just like a
C#
plugin.Beta Was this translation helpful? Give feedback.
All reactions