mirror of
https://github.com/svemagie/obsidian-micropub.git
synced 2026-05-14 19:38:50 +02:00
2b2e5f33bf
- Add IndieAuth.ts: full PKCE sign-in flow via GitHub Pages relay - Add docs/index.html: client_id page fetched by IndieKit for app info - Add docs/callback/index.html: relay that forwards to obsidian:// URI - Update SettingsTab.ts: signed-in/signed-out UI, Sign In button - Update types.ts: authorizationEndpoint, tokenEndpoint, me fields - Update main.ts: register obsidian://micropub-auth protocol handler
25 lines
611 B
JSON
25 lines
611 B
JSON
{
|
|
"name": "obsidian",
|
|
"version": "1.12.3",
|
|
"description": "Type definitions for the latest Obsidian API (https://obsidian.md)",
|
|
"keywords": [
|
|
"obsdmd"
|
|
],
|
|
"homepage": "https://obsidian.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/obsidianmd/obsidian-api.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "",
|
|
"types": "obsidian.d.ts",
|
|
"dependencies": {
|
|
"@types/codemirror": "5.60.8",
|
|
"moment": "2.29.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@codemirror/state": "6.5.0",
|
|
"@codemirror/view": "6.38.6"
|
|
}
|
|
}
|