thatsIch / sublime-rainmeter

Rainmeter Package for Sublime Text 3
https://thatsich.github.io/sublime-rainmeter/
MIT License
51 stars 3 forks source link

Install skins from github #30

Open thatsIch opened 7 years ago

thatsIch commented 7 years ago

If somebody is distributing his skin via Github (later on maybe other providers) you should be able to install it directly via Sublime Text 3. A general use case can be:

I suggest something like:

Tools > Rainmeter > Add Skin via Github link...

which opens an input field and where you can enter copy paste the link into.

Pitfalls might be cases, where poeple copy paste the wrong link like the git link.

A consideration is, if git is present in the environment I could clone the repository which enables automatic checks for new updates.

thatsIch commented 7 years ago

After the installation is successful, we need to refresh rainmeter to load the skins. Not sure if should directly display it? Probably not.

thatsIch commented 7 years ago

Finished installation via local folder. Had some rough edge cases which should be fixed by now