Basic plugins support #84
RobertCraigie
started this conversation in
Feature requests / ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm considering supporting plugins through a list of directories where glide will automatically source files from, e.g.
~/.config/glide/plugins/for example, we would then check all subdirectories for
glide.tsandbrowser.css(for theming the browser UI itself), e.g.this would enable sharing plugins pretty easily as the installation instructions for a plugin would just be
git clone https://github.com/RobertCraigie/github.glide ~/.config/plugins/github.some open questions:
One cool thing would also be supporting a
types.d.ts, or similar, in the plugins that would get automatically sourced somehow, so that plugin types are reflected easily.All reactions