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

Currently have to use `getCurrentVersion()` from utils/scripts.js to retrieve the "live" version of docs to assist with building a dynamic URL for a versioned doc. Raised https://github.com/facebook/docusaurus/issues/7402 upstream and I...

upstream

Before starting implementing some stuff like menu or system tray I wish I could see how it will render. The documentation in those parts ([Window Customization](https://tauri.studio/en/docs/usage/guides/visual/window-customization), [Window Menu](https://tauri.studio/en/docs/usage/guides/visual/menu) and [System...

enhancement

Need to have a way to customise more of how we generate the JS and Rust API documentation

# TODO SSG is a performance optimization commonly found in traditional web development where static HTML pages are generated at build time and hydrated at runtime. This is done to...

help wanted

# TODO Tauri exposes several environment variables to the `beforeDevCommand` and `beforeBuildCommand`, allowing frontend bundlers to perform conditional compilation. You can use this to write platform-specific JS code. # Details...

enhancement

According to @lucasfernog one can still notarize an app using macOS private APIs, but will be rejected from the App Store.

enhancement

## TODO Add a document to `getting-started` explaining how to set up typescript with Tauri, what the benefits are, and explain a few recommended settings. ## Details - what (short...

enhancement
help wanted

# TODO Explain how to use Tauri with a Vue frontend, show a few examples using various Tauri APIs and give some tips on configuration. # Details ## Setup -...

enhancement

# TODO Explain how to use Tauri with a React frontend, show a few examples using various Tauri APIs and give some tips on configuration. # Details ## Setup -...

help wanted

## Setup - link to rollup setup - link to tauri setup - add tauri to rollup project - consider using `babel` with recommend target config ```json "targets": { "esmodules":...

enhancement