new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tauri · Plugins and security · all subjects

deep-link/setup

4 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Deep Link plugin installation

The deep-link plugin can be installed automatically using your project's package manager. Commands: npm run tauri add deep-link, yarn run tauri add deep-link, pnpm tauri add deep-link, deno task tauri add deep-link, bun tauri add deep-link, or cargo tauri add deep-link.

Deep Link manual installation with Cargo

To manually install the deep-link plugin, run 'cargo add tauri-plugin-deep-link@2.0.0' in the src-tauri folder.

Deep Link plugin initialization in Rust

Initialize the deep-link plugin in src-tauri/src/lib.rs by adding .plugin(tauri_plugin_deep_link::init()) to the tauri::Builder::default() chain.

Deep Link JavaScript bindings installation

Install the JavaScript Guest bindings using 'npm install @tauri-apps/plugin-deep-link', 'yarn add @tauri-apps/plugin-deep-link', 'pnpm add @tauri-apps/plugin-deep-link', 'deno add npm:@tauri-apps/plugin-deep-link', or 'bun add @tauri-apps/plugin-deep-link'.

Give your agent this brain