-
Notifications
You must be signed in to change notification settings - Fork 102
Referenced template config, better AddBar example #214
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
Conversation
Added a more detailed example on how to use the AddBar function
Referenced template config file containing the #r directives (in my case the template file was never copied to %USERPROFILE%/.workspacer, may be a bug), so in case someone deleted the file or it didn't got generated like in my case they know where to look for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Nice :), I was thinking about adding a section showcasing users' custom configs like mine, in case someone prefers reading usable examples instead of the entire docs, which we'll of course sooner or later expand, but just so people can get started quickly using workspacer. |
Yeah that'd be awesome! My config is at https://github.com/dalyIsaac/workspacer-config/blob/main/workspacer.config.csx. It's a bit bloated - hopefully I can cut down on its size and merge some things into workspacer itself. |
Your config is very useful, it'll be a great reference to link in the docs since it has everything a new user will be interested in. I'll make a new PR including this section I mentioned, if you know someone else that has their configs public we can reference them as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Couldn't we just use a wiki for that? |
@josteink Could and probably should! Can you enable the wiki for the repo? |
It's all yours, guys: https://github.com/workspacer/workspacer/wiki |
Referenced template config file containing the #r directives (in my case the template file was never copied to
%USERPROFILE%/.workspacer
, may be a bug), so in case someone deleted the file or it didn't got generated like in my case know where to look for it.Added a more complete example on how to use the AddBar function, it's not covered that for example Right/LeftWidgets expects a function.