flydelabs / flyde

🌟 Open-source, visual programming for developers. Includes a VS Code extension, integrates with existing TypeScript code, browser and Node.js.
http://www.flyde.dev/
Other
1.94k stars 47 forks source link

Function to add our own templates for the commands that create flows in Vscode #139

Closed akim-muto closed 2 weeks ago

akim-muto commented 2 weeks ago

We discussed previously in the discord about creating the function to add our own templates for the commands that create flows in Vscode. About it’s

functional overview

Interactive execution by Vscode commands

1, Select the type of template to add

2, For a custom node or macro node

3, Enter the URL of the github repository to be used for the template

GabiGrin commented 2 weeks ago

@akim-muto would this solve a problem you have today?

akim-muto commented 2 weeks ago

As for me, I believe it will be resolved.

Is it not what you envisioned? If you feel there is a problem, feel free to be more specific.

Even if you want to encourage spontaneous thinking, I need more information.

If you still don't feel the need to have it as a Flyde feature, then we have no desire to persuade you any more strongly than we already have.

GabiGrin commented 2 weeks ago

@akim-muto Flyde is a complex project, so I prefer adding features that solve a concrete user problem. Moreover, templating can be achieved via any external extension as Flyde is just text.

I appreciate the willingness to help though!