noatpad / typora-theme-ursine

A Typora theme, inspired by Bear
MIT License
715 stars 86 forks source link

Add gulp script to auto install new theme on changes #37

Closed krokofant closed 4 years ago

krokofant commented 5 years ago

gulp dev provides a watch mode with auto install

Currently the auto install only works on Windows since I don't know where themes are installed on other platforms

krokofant commented 4 years ago

@aCluelessDanny Since these are dev tools it's okay if it works on the device that the devs use. If it doesn't work on Linux that's a issue for a later time. Please merge and we can improve it from there.

AdryDev92 commented 4 years ago

gulp dev provides a watch mode with auto install

Currently the auto install only works on Windows since I don't know where themes are installed on other platforms

Theme folder location in linux: ~/.config/Typora/themes

noatpad commented 4 years ago

Noted. I'll put that in the next release~