diff --git a/plugins/registry.json b/plugins/registry.json index 56368b6bb..c0aacae62 100644 --- a/plugins/registry.json +++ b/plugins/registry.json @@ -335,6 +335,27 @@ } ] }, + { + "id": "tubularis-d1", + "name": "Cloudflare D1 (HTTP API)", + "description": "Cloudflare D1 (serverless SQLite) over the D1 HTTP API — per-connection credentials, views and ER diagrams. macOS / Linux / Windows.", + "author": "Gabriel Malavazi Rodrigues ", + "homepage": "https://github.com/GabrielMalava/cloudflare-tabularis", + "latest_version": "0.3.0", + "releases": [ + { + "version": "0.3.0", + "min_tabularis_version": "0.13.4", + "assets": { + "linux-x64": "https://github.com/GabrielMalava/cloudflare-tabularis/releases/download/v0.3.0/tubularis-d1-linux-x64.zip", + "linux-arm64": "https://github.com/GabrielMalava/cloudflare-tabularis/releases/download/v0.3.0/tubularis-d1-linux-arm64.zip", + "darwin-x64": "https://github.com/GabrielMalava/cloudflare-tabularis/releases/download/v0.3.0/tubularis-d1-darwin-x64.zip", + "darwin-arm64": "https://github.com/GabrielMalava/cloudflare-tabularis/releases/download/v0.3.0/tubularis-d1-darwin-arm64.zip", + "win-x64": "https://github.com/GabrielMalava/cloudflare-tabularis/releases/download/v0.3.0/tubularis-d1-win-x64.zip" + } + } + ] + }, { "id": "elasticsearch", "name": "Elasticsearch", diff --git a/src/config/shortcuts.json b/src/config/shortcuts.json index e7b8cb7e1..3e52b8756 100644 --- a/src/config/shortcuts.json +++ b/src/config/shortcuts.json @@ -183,9 +183,9 @@ "id": "trigger_suggestions", "category": "editor", "defaultMac": "⌘+I", - "defaultWin": "Ctrl+I", + "defaultWin": "Ctrl+Space", "macMatch": { "metaKey": true, "key": "i" }, - "winMatch": { "ctrlKey": true, "key": "i" }, + "winMatch": { "ctrlKey": true, "key": " " }, "i18nKey": "settings.shortcuts.triggerSuggestions", "overridable": true }