tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

The source for all Tauri project documentation.

Results 366 tauri-docs issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
discuss

#### 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":...

i18n
i18n: zh-cn

#### Description - What does this PR change? Give us a brief description. according to this: https://github.com/tauri-apps/tauri-docs/pull/2865/files

i18n
i18n: zh-cn

### 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...

help wanted

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

good first issue
i18n: zh-cn

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

enhancement
discuss