We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add direct links using query strings (e.g., ?example=example-id) for existing examples, allowing users to access them directly through URL.
No
Implementing query strings for direct links as it offers a straightforward and user-friendly solution.
Examples can be found at /web/assets/data.json, and they are loaded at main.js. Consider add an id to the examples JSON.
id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Description
Add direct links using query strings (e.g., ?example=example-id) for existing examples, allowing users to access them directly through URL.
Is this feature request related to a problem?
No
What alternatives have been considered?
Implementing query strings for direct links as it offers a straightforward and user-friendly solution.
Additional Context
Examples can be found at /web/assets/data.json, and they are loaded at main.js. Consider add an
id
to the examples JSON.The text was updated successfully, but these errors were encountered: