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
If we click on the link it should be open on the default browser
Error
The text was updated successfully, but these errors were encountered:
Do you want to fix this problem?
Sorry, something went wrong.
i will try it
This can be done in this file: https://github.com/querymx/querym/blob/main/src/renderer/components/CodeEditor/functionTooltips.ts
The wrapper style classname is code-tooltip. To link outside the electron, you need to do window.electron.openLink(...).
code-tooltip
window.electron.openLink(...)
We also have https://github.com/querymx/querym/blob/main/src/dialects/build_dialect.ts for building the markdown. It might be useful.
Successfully merging a pull request may close this issue.
👟 Reproduction steps
👍 Expected behavior
If we click on the link it should be open on the default browser
👎 Actual Behavior
Error
The text was updated successfully, but these errors were encountered: