querymx / querym

Querym is free, open-source and cross-platform MySQL and PostgreSQL GUI client.
https://querym.net/
GNU General Public License v3.0
94 stars 28 forks source link

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

Closed vicheanath closed 12 months ago

vicheanath commented 1 year ago

👟 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

invisal commented 1 year ago

Do you want to fix this problem?

vicheanath commented 1 year ago

i will try it

invisal commented 1 year ago

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.