ada-pc: 2026-06-09 20:34:19 | 1
Affected files: .obsidian/plugins/editing-toolbar/data.json
This commit is contained in:
+45
-5
@@ -3,6 +3,11 @@
|
||||
"aestheticStyle": "glass",
|
||||
"positionStyle": "top",
|
||||
"menuCommands": [
|
||||
{
|
||||
"id": "editing-toolbar:ai-tools",
|
||||
"name": "AI Tools",
|
||||
"icon": "lucide-sparkles"
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:editor-undo",
|
||||
"name": "Undo editor",
|
||||
@@ -389,8 +394,19 @@
|
||||
"icon": "exit-fullscreen"
|
||||
}
|
||||
],
|
||||
"followingCommands": [],
|
||||
"followingCommands": [
|
||||
{
|
||||
"id": "editing-toolbar:ai-tools",
|
||||
"name": "AI Tools",
|
||||
"icon": "lucide-sparkles"
|
||||
}
|
||||
],
|
||||
"topCommands": [
|
||||
{
|
||||
"id": "editing-toolbar:ai-tools",
|
||||
"name": "AI Tools",
|
||||
"icon": "lucide-sparkles"
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:editor-undo",
|
||||
"name": "Undo editor",
|
||||
@@ -778,6 +794,11 @@
|
||||
}
|
||||
],
|
||||
"fixedCommands": [
|
||||
{
|
||||
"id": "editing-toolbar:ai-tools",
|
||||
"name": "AI Tools",
|
||||
"icon": "lucide-sparkles"
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:editor-undo",
|
||||
"name": "Undo editor",
|
||||
@@ -1066,7 +1087,13 @@
|
||||
"icon": "exit-fullscreen"
|
||||
}
|
||||
],
|
||||
"mobileCommands": [],
|
||||
"mobileCommands": [
|
||||
{
|
||||
"id": "editing-toolbar:ai-tools",
|
||||
"name": "AI Tools",
|
||||
"icon": "lucide-sparkles"
|
||||
}
|
||||
],
|
||||
"enableMultipleConfig": true,
|
||||
"enableTopToolbar": true,
|
||||
"enableFollowingToolbar": false,
|
||||
@@ -1128,7 +1155,7 @@
|
||||
"toolbarIconSize": 18,
|
||||
"useCurrentLineForRegex": false,
|
||||
"ai": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"consentAccepted": true,
|
||||
"onboardingShown": true,
|
||||
"providerMode": "pkmer-first",
|
||||
@@ -1149,8 +1176,21 @@
|
||||
"artifact": "03-agent"
|
||||
},
|
||||
"pkmer": {
|
||||
"tokenExpiresAt": 0,
|
||||
"userInfo": null
|
||||
"tokenExpiresAt": 1781029779652,
|
||||
"userInfo": {
|
||||
"sub": "fa484d57-e07b-48f3-9410-ff0ce39782d8",
|
||||
"name": "gcdmitry",
|
||||
"email": "gcdmitry@gmail.com",
|
||||
"ai_quota": {
|
||||
"quota": 50000000,
|
||||
"usedQuota": 0,
|
||||
"remainingQuota": 50000000,
|
||||
"remainingTokens": 100,
|
||||
"requestCount": 0
|
||||
},
|
||||
"thino": false,
|
||||
"supporter": false
|
||||
}
|
||||
},
|
||||
"enableCustomModel": false,
|
||||
"customModel": {
|
||||
|
||||
Reference in New Issue
Block a user