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

[Bug]: 🐞 Can't Click open link document and Style link poor #172

Closed
vicheanath opened this issue Oct 14, 2023 · 3 comments · Fixed by #175
Closed

[Bug]: 🐞 Can't Click open link document and Style link poor #172

vicheanath opened this issue Oct 14, 2023 · 3 comments · Fixed by #175
Labels
bug Something isn't working

Comments

@vicheanath
Copy link
Contributor

👟 Reproduction steps

Screenshot 2023-10-13 at 7 45 09 PM

👍 Expected behavior

If we click on the link it should be open on the default browser

👎 Actual Behavior

Error

@vicheanath vicheanath added the bug Something isn't working label Oct 14, 2023
@invisal
Copy link
Collaborator

invisal commented Oct 14, 2023

Do you want to fix this problem?

@vicheanath
Copy link
Contributor Author

i will try it

@invisal
Copy link
Collaborator

invisal commented Oct 14, 2023

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(...).

We also have https://github.com/querymx/querym/blob/main/src/dialects/build_dialect.ts for building the markdown. It might be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants