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
Instead of providing a separate folder for images, please provide any relative path for images.
For example, biology/Snips.md biology/SNP.jpg biology/image/snips.jpg In Snips.md ![snip](SNP.jpg) ![snip](image/snips.jpg)
Renders only alt txt but doesn't render image.
It will help for easy backup of notes and can be viewed in code editor like vscode.
The text was updated successfully, but these errors were encountered:
Actually, the relative path for local file is supported, but there is an asset protocol bug on Tauri. refs:
asset protocol
tauri-apps/tauri#6158 , tauri-apps/tauri#3725 (comment)
Seemingly, it's due to webkit's bug?
EDIT: On Windows: need to pin Tauri version on 1.2.1 to support; On Ubuntu22.04/macOS: no support open an issue: tauri-apps/tauri#6962
Sorry, something went wrong.
No branches or pull requests
Instead of providing a separate folder for images, please provide any relative path for images.
Renders only alt txt but doesn't render image.
It will help for easy backup of notes and can be viewed in code editor like vscode.
The text was updated successfully, but these errors were encountered: