Merge branch 'master' into daily-notes-reader

This commit is contained in:
Stefano Frigerio 2025-05-09 17:25:41 +02:00 committed by GitHub
commit c44f52bce2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,15 @@ The **SQLite DB Plugin** allows you to interact with SQLite databases directly w
## Configuration
1. **Open Obsidian Settings**
Navigate to **Community Plugins** and disable **Safe Mode**.
2. **Browse Community Plugins**
Search for **SQLite DB Plugin**, then click **Install**.
3. **Enable the Plugin**
In your Community Plugins list, enable the plugin.
4. **Download the .wasm file**
From the repository and put in the folder of the plugin (.obsidian/plugins/sqlite-db)
Once the plugin is installed, open Settings → SQLite DB Plugin to configure it.
You can choose to work with either a local database file or a remote API, and optionally integrate with your daily notes or Cloudflare Access for secure API access.
@ -249,4 +258,5 @@ It supports both inline editing and a "button-triggered" modal input, making it
/>
```
![Text Input](./assets/text-input.png)
![Text Input](./assets/text-input.png)