mirror of
https://github.com/stfrigerio/sqliteDB.git
synced 2026-07-22 05:38:02 +00:00
Merge branch 'master' into daily-notes-reader
This commit is contained in:
commit
c44f52bce2
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -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
|
|||
/>
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue