Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create function to upload schemes to a central server #14

Open
scottclowe opened this issue Mar 27, 2016 · 1 comment
Open

Create function to upload schemes to a central server #14

scottclowe opened this issue Mar 27, 2016 · 1 comment

Comments

@scottclowe
Copy link
Owner

scottclowe commented Mar 27, 2016

It would be easier for Matlab users unfamiliar with GitHub to upload any schemes they create without leaving the Matlab environment.

To this end, it might be worthwhile setting up a server which can hold and serve the Matlab schemes, and a function which can upload them to the server using a simple UI running in Matlab.

@apjanke
Copy link

apjanke commented Jan 24, 2021

Seems like a lot of work setting up and maintaining a server for this purpose.

What do you think about using a "Tap" mechanism like Homebrew uses for their user-defined custom formulas, where any user can publish a set of definitions by just creating a new GitHub repo that conforms to a particular naming scheme (like <username>/matlab-schemes-<whatever>), and then other users can reference those theme sets by identifying the GitHub username and repo suffix (like import_remote_scheme('<username>/<whatever>/<scheme_name>'))?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants