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

TODO List #642

Closed
5 tasks done
justbill2020 opened this issue May 2, 2017 · 6 comments
Closed
5 tasks done

TODO List #642

justbill2020 opened this issue May 2, 2017 · 6 comments
Assignees

Comments

@justbill2020
Copy link
Collaborator

justbill2020 commented May 2, 2017

SpeechService.addCommand('debug', function () {
	console.debug("Boop Boop. Showing debug info...");
	$scope.debug = true;
});
if (Focus.get()=='commands') {
   service.getCommands()
}
@justbill2020 justbill2020 self-assigned this May 2, 2017
@evancohen
Copy link
Owner

We should get rid of the debug info command - it's basically useless.

@justbill2020
Copy link
Collaborator Author

That was kinda how I was gonna fix it lol

@justbill2020
Copy link
Collaborator Author

justbill2020 commented May 9, 2017

  • maybe.... create enable/disable config for each plugin
  • maybe.... create index.js which dynamically renders index.html by polling folders for index.html files... and maybe even js files so that we can dynamically render new plugins automatically allowing for dynamic plugins...

i know in my head how i want to do this but we shall see...

@evancohen
Copy link
Owner

should we merge these fixes?

@evancohen
Copy link
Owner

I'm closing this because the code was merged, but I don't really remember what ended up happening with #650 - is that now resolved too?

@sdetweil
Copy link
Collaborator

  • maybe.... create enable/disable config for each plugin
  • maybe.... create index.js which dynamically renders index.html by polling folders for index.html files... and maybe even js files so that we can dynamically render new plugins automatically allowing for dynamic plugins...

i know in my head how i want to do this but we shall see...

funny, I never saw this til now

this is exactly what my plugin config does!!

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

3 participants