Skip to content

Missing features for the v3 playground #189

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

Closed
orta opened this issue Jan 20, 2020 · 0 comments · Fixed by #223
Closed

Missing features for the v3 playground #189

orta opened this issue Jan 20, 2020 · 0 comments · Fixed by #223
Labels
Playground Issues that affect the Playground

Comments

@orta
Copy link
Contributor

orta commented Jan 20, 2020

  • The examples/whatisnew shortcut
      if (location.hash.startsWith("#show-examples")) {
        document.getElementById("examples").parentElement.children[0].click()
      }

      if (location.hash.startsWith("#show-whatisnew")) {
        document.getElementById("whatisnew").parentElement.children[0].click()
      }
  • The nightly option (pre-release.json looks broken from make-monaco-builds)
  • keyboard shortcuts
  • about page which describes ^ and the playground goals
  • config needs to be prettier
  • check if examples read state works right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Playground Issues that affect the Playground
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant