Skip to content

What is the purpose of the Symlink step in the tutorial for creating a plugin? #93

Closed Answered by ChekTek
tristanfazio asked this question in Help
Discussion options

You must be logged in to vote

Hi @tristanfazio,

Using a symlink allows developers to keep their projects stored wherever they like on their file system and still reload the plugin. You don't have to build a release plugin to see your code changes. If you navigate to your plugin on the debug page, you can reload the plugin on the fly. http://localhost:23654 This works great for legacy javascript plugins running in the Qt webengine, but we now also offer an SDK beta, which allows plugins to run in a Node.js environment.

If you are interested in the beta, you can install our CLI using NPM: https://www.npmjs.com/package/@elgato/cli. This should provide a much nicer developer experience. Let me know if you have any questio…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ChekTek
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants