tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
### Question you want answered How to get started with Tauri using Deno ### Where did you look for an answer? Deno is already supported in the CLI. When creating...
#### Description - What does this PR change? Give us a brief description. I would like to summarize and explain the use of menu **The following problems will be solved:**...
#### Description - What does this PR change? It fixes a missing match arm in the Webview Event emit_filter example
#### Description The latest configuration of the `deep-linking` plugin has changed, but the `zh-cn` translation still follows the old configuration format. Current configuration: ```json { "plugins": { "deep-link": { "domains":...
#### Description - What does this PR change? Give us a brief description. according to this: https://github.com/tauri-apps/tauri-docs/pull/2865/files
### Describe the problem I had to make a like 50 permisions like this: { "identifier": "fs:allow-appdata-write", "allow": [ { "path": "**" }, { "path": "**/*" }, { "path": "/**/*"...
context: iirc the i18n-tracker we use was based off the one was used at starlight official docs. It evolved to [Lunaria](https://lunaria.dev/getting-started). A PR was opened a while ago, but was...
https://zhlint.jinjiang.dev/ related: https://github.com/sparanoid/chinese-copywriting-guidelines english version: https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.en.md
> Anyone with good knowledge of Tauri internals, please add a list of banned names or provide an alert in the documentation about the recurring issue where users have used...
### Question you want answered Fix example code ### Where did you look for an answer? ## Global shortcut plugin Reading the migration guide for the global search plugin and...