You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: ImageKit uses Obsidian's built-in `requestUrl` API directly instead of the `imagekit` SDK. Mermaid rendering uses Obsidian's built-in `loadMermaid()` API — no bundled mermaid dependency.
310
+
> **Note**: ImageKit and Gyazo use Obsidian's built-in `requestUrl` API directly instead of external SDKs. Mermaid rendering uses Obsidian's built-in `loadMermaid()` API — no bundled mermaid dependency.
290
311
291
312
### Development
292
313
-`typescript` - TypeScript compiler
@@ -309,6 +330,11 @@ Settings are stored in `.obsidian/plugins/image-upload-toolkit/data.json`:
309
330
"mermaidScale": 2,
310
331
"mermaidTheme": "default",
311
332
"imgurAnonymousSetting": { "clientId": "..." },
333
+
"gyazoSetting": {
334
+
"accessToken": "...",
335
+
"accessPolicy": "anyone",
336
+
"description": ""
337
+
},
312
338
"b2Setting": {
313
339
"keyId": "...",
314
340
"applicationKey": "...",
@@ -352,4 +378,4 @@ Settings are stored in `.obsidian/plugins/image-upload-toolkit/data.json`:
352
378
353
379
## Current Version
354
380
355
-
v1.4.0 - Latest features include mermaid diagram conversion to images during publish (with configurable scale and theme), Backblaze B2 storage support, and various robustness improvements (state-based double-upload prevention, ImageKit API migration, B2 MIME detection fixes).
381
+
v1.6.0 - Added Gyazo uploader support (PR #52), `normalizeId()` for backward-compatible provider alias resolution, and refactored all switch cases to use `ImageStore` constants.
0 commit comments