Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ed9986b1f | ||
|
|
af98eddc3b |
Vendored
+2
-1
@@ -3,5 +3,6 @@
|
|||||||
"trashOption": "local",
|
"trashOption": "local",
|
||||||
"promptDelete": false,
|
"promptDelete": false,
|
||||||
"alwaysUpdateLinks": true,
|
"alwaysUpdateLinks": true,
|
||||||
"showInlineTitle": true
|
"showInlineTitle": true,
|
||||||
|
"attachmentFolderPath": "./~Attachments"
|
||||||
}
|
}
|
||||||
Vendored
+2
-2
@@ -7,9 +7,9 @@
|
|||||||
"gitea-cards",
|
"gitea-cards",
|
||||||
"pdf-plus",
|
"pdf-plus",
|
||||||
"cmdr",
|
"cmdr",
|
||||||
"sheet-plus",
|
|
||||||
"unicode-search",
|
"unicode-search",
|
||||||
"quickadd",
|
"quickadd",
|
||||||
"obsidian-icon-folder",
|
"obsidian-icon-folder",
|
||||||
"obsidian-markmind"
|
"obsidian-markmind",
|
||||||
|
"sheet-plus"
|
||||||
]
|
]
|
||||||
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-markmind",
|
"id": "obsidian-markmind",
|
||||||
"name": "Markmind",
|
"name": "Markmind",
|
||||||
"version": "3.5.6",
|
"version": "3.5.7",
|
||||||
"minAppVersion": "0.9.12",
|
"minAppVersion": "0.9.12",
|
||||||
"description": "This is a mindmap , outline tool for obsidian.",
|
"description": "This is a mindmap , outline tool for obsidian.",
|
||||||
"author": "Mark",
|
"author": "Mark",
|
||||||
|
|||||||
+40
-46
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-meta-bind-plugin",
|
"id": "obsidian-meta-bind-plugin",
|
||||||
"name": "Meta Bind",
|
"name": "Meta Bind",
|
||||||
"version": "1.4.15",
|
"version": "1.5.1",
|
||||||
"minAppVersion": "1.10.0",
|
"minAppVersion": "1.13.1",
|
||||||
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
|
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
|
||||||
"author": "Moritz Jung",
|
"author": "Moritz Jung",
|
||||||
"authorUrl": "https://www.moritzjung.dev/",
|
"authorUrl": "https://www.moritzjung.dev/",
|
||||||
|
|||||||
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+113
-23
@@ -1003,13 +1003,18 @@
|
|||||||
"inputPrompt": "single-line",
|
"inputPrompt": "single-line",
|
||||||
"persistInputPromptDrafts": true,
|
"persistInputPromptDrafts": true,
|
||||||
"useSelectionAsCaptureValue": true,
|
"useSelectionAsCaptureValue": true,
|
||||||
|
"searchNestedChoices": true,
|
||||||
|
"templateFolderLauncherRow": "bottom",
|
||||||
"devMode": false,
|
"devMode": false,
|
||||||
"templateFolderPath": "99 Toolkit/Templates",
|
"templateFolderPaths": [
|
||||||
|
"99 Toolkit/Templates"
|
||||||
|
],
|
||||||
"announceUpdates": "major",
|
"announceUpdates": "major",
|
||||||
"version": "2.12.3",
|
"version": "2.21.0",
|
||||||
"globalVariables": {},
|
"globalVariables": {},
|
||||||
"onePageInputEnabled": false,
|
"onePageInputEnabled": false,
|
||||||
"disableOnlineFeatures": true,
|
"disableOnlineFeatures": true,
|
||||||
|
"enableUriCallbacks": false,
|
||||||
"enableRibbonIcon": false,
|
"enableRibbonIcon": false,
|
||||||
"showCaptureNotification": true,
|
"showCaptureNotification": true,
|
||||||
"showInputCancellationNotification": false,
|
"showInputCancellationNotification": false,
|
||||||
@@ -1052,29 +1057,74 @@
|
|||||||
"name": "gpt-4",
|
"name": "gpt-4",
|
||||||
"maxTokens": 8192
|
"maxTokens": 8192
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "gpt-4-32k",
|
|
||||||
"maxTokens": 32768
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "gpt-4-1106-preview",
|
|
||||||
"maxTokens": 128000
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "gpt-4-turbo",
|
"name": "gpt-4-turbo",
|
||||||
"maxTokens": 128000
|
"maxTokens": 128000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gpt-4o",
|
"name": "gpt-4o",
|
||||||
"maxTokens": 128000
|
"maxTokens": 128000,
|
||||||
|
"maxOutputTokens": 16384,
|
||||||
|
"supportsTemperature": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gpt-4o-mini",
|
"name": "gpt-4o-mini",
|
||||||
"maxTokens": 128000
|
"maxTokens": 128000,
|
||||||
|
"maxOutputTokens": 16384,
|
||||||
|
"supportsTemperature": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-5.5",
|
||||||
|
"maxTokens": 1050000,
|
||||||
|
"maxOutputTokens": 128000,
|
||||||
|
"supportsTemperature": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-5.4",
|
||||||
|
"maxTokens": 1050000,
|
||||||
|
"maxOutputTokens": 128000,
|
||||||
|
"supportsTemperature": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-5.4-mini",
|
||||||
|
"maxTokens": 400000,
|
||||||
|
"maxOutputTokens": 128000,
|
||||||
|
"supportsTemperature": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-5.4-nano",
|
||||||
|
"maxTokens": 400000,
|
||||||
|
"maxOutputTokens": 128000,
|
||||||
|
"supportsTemperature": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-4.1",
|
||||||
|
"maxTokens": 1047576,
|
||||||
|
"maxOutputTokens": 32768,
|
||||||
|
"supportsTemperature": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-4.1-mini",
|
||||||
|
"maxTokens": 1047576,
|
||||||
|
"maxOutputTokens": 32768,
|
||||||
|
"supportsTemperature": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "o3",
|
||||||
|
"maxTokens": 200000,
|
||||||
|
"maxOutputTokens": 100000,
|
||||||
|
"supportsTemperature": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "o4-mini",
|
||||||
|
"maxTokens": 200000,
|
||||||
|
"maxOutputTokens": 100000,
|
||||||
|
"supportsTemperature": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoSyncModels": false,
|
"autoSyncModels": true,
|
||||||
"modelSource": "modelsDev"
|
"modelSource": "modelsDev",
|
||||||
|
"id": "openai"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Gemini",
|
"name": "Gemini",
|
||||||
@@ -1082,20 +1132,57 @@
|
|||||||
"apiKey": "",
|
"apiKey": "",
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"name": "gemini-1.5-pro",
|
"name": "gemini-3.5-flash",
|
||||||
"maxTokens": 1000000
|
"maxTokens": 1048576,
|
||||||
|
"maxOutputTokens": 65536,
|
||||||
|
"supportsTemperature": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gemini-1.5-flash",
|
"name": "gemini-3.1-pro-preview",
|
||||||
"maxTokens": 1000000
|
"maxTokens": 1048576,
|
||||||
|
"maxOutputTokens": 65536,
|
||||||
|
"supportsTemperature": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gemini-1.5-flash-8b",
|
"name": "gemini-3.1-flash-lite",
|
||||||
"maxTokens": 1000000
|
"maxTokens": 1048576,
|
||||||
|
"maxOutputTokens": 65536,
|
||||||
|
"supportsTemperature": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-3-pro-preview",
|
||||||
|
"maxTokens": 1048576,
|
||||||
|
"maxOutputTokens": 65536,
|
||||||
|
"supportsTemperature": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-3-flash-preview",
|
||||||
|
"maxTokens": 1048576,
|
||||||
|
"maxOutputTokens": 65536,
|
||||||
|
"supportsTemperature": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-2.5-pro",
|
||||||
|
"maxTokens": 1048576,
|
||||||
|
"maxOutputTokens": 65536,
|
||||||
|
"supportsTemperature": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-2.5-flash",
|
||||||
|
"maxTokens": 1048576,
|
||||||
|
"maxOutputTokens": 65536,
|
||||||
|
"supportsTemperature": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-2.5-flash-lite",
|
||||||
|
"maxTokens": 1048576,
|
||||||
|
"maxOutputTokens": 65536,
|
||||||
|
"supportsTemperature": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoSyncModels": false,
|
"autoSyncModels": true,
|
||||||
"modelSource": "modelsDev"
|
"modelSource": "modelsDev",
|
||||||
|
"id": "gemini"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -1112,6 +1199,9 @@
|
|||||||
"migrateFileOpeningSettings": true,
|
"migrateFileOpeningSettings": true,
|
||||||
"backfillFileOpeningDefaults": true,
|
"backfillFileOpeningDefaults": true,
|
||||||
"setProviderModelDiscoveryMode": true,
|
"setProviderModelDiscoveryMode": true,
|
||||||
"migrateProviderApiKeysToSecretStorage": true
|
"migrateProviderApiKeysToSecretStorage": true,
|
||||||
|
"migrateToMultipleTemplateFolders": true,
|
||||||
|
"refreshStaleDefaultModelSeeds": true,
|
||||||
|
"pinAiModelRefs": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Vendored
+397
-82
File diff suppressed because one or more lines are too long
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"id": "quickadd",
|
"id": "quickadd",
|
||||||
"name": "QuickAdd",
|
"name": "QuickAdd",
|
||||||
"version": "2.12.3",
|
"version": "2.21.0",
|
||||||
"minAppVersion": "1.11.4",
|
"minAppVersion": "1.13.0",
|
||||||
"description": "Quickly add new pages or content to your vault.",
|
"description": "Quickly add new pages or content to your vault.",
|
||||||
"author": "Christian B. B. Houmann",
|
"author": "Christian B. B. Houmann",
|
||||||
"authorUrl": "https://bagerbach.com",
|
"authorUrl": "https://bagerbach.com",
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/chhoumann",
|
"fundingUrl": "https://www.buymeacoffee.com/chhoumann",
|
||||||
"helpUrl": "https://quickadd.obsidian.guide/docs/",
|
"helpUrl": "https://quickadd.obsidian.guide/docs/",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+483
-856
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "sheet-plus",
|
"id": "sheet-plus",
|
||||||
"name": "Sheet Plus",
|
"name": "Sheet Plus",
|
||||||
"version": "2.12.11",
|
"version": "2.12.13",
|
||||||
"minAppVersion": "1.5.11",
|
"minAppVersion": "1.5.11",
|
||||||
"description": "Create Excel-like spreadsheets and easily embed them in Markdown.",
|
"description": "Create Excel-like spreadsheets and easily embed them in Markdown.",
|
||||||
"author": "ljcoder",
|
"author": "ljcoder",
|
||||||
|
|||||||
+10
-34
@@ -1,43 +1,19 @@
|
|||||||
{
|
{
|
||||||
|
"data_version": 2,
|
||||||
"command_timeout": 5,
|
"command_timeout": 5,
|
||||||
"templates_folder": "99 Toolkit/Templates",
|
"templates_folder": "99 Toolkit/Templates",
|
||||||
"templates_pairs": [
|
"templates_pairs": [],
|
||||||
[
|
"trigger_on_file_creation_mode": "folder",
|
||||||
"",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"trigger_on_file_creation": false,
|
|
||||||
"auto_jump_to_cursor": false,
|
"auto_jump_to_cursor": false,
|
||||||
"enable_system_commands": false,
|
"jump_to_cursor_after_file_name": false,
|
||||||
"shell_path": "",
|
"shell_path": "",
|
||||||
"user_scripts_folder": "",
|
"user_scripts_folder": "",
|
||||||
"enable_folder_templates": true,
|
"folder_templates": [],
|
||||||
"folder_templates": [
|
"file_templates": [],
|
||||||
{
|
|
||||||
"folder": "",
|
|
||||||
"template": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"enable_file_templates": false,
|
|
||||||
"file_templates": [
|
|
||||||
{
|
|
||||||
"regex": ".*",
|
|
||||||
"template": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"syntax_highlighting": true,
|
"syntax_highlighting": true,
|
||||||
"syntax_highlighting_mobile": false,
|
"syntax_highlighting_mobile": false,
|
||||||
"enabled_templates_hotkeys": [
|
"enabled_templates_hotkeys": [],
|
||||||
""
|
"startup_templates": [],
|
||||||
],
|
"intellisense_render": "1",
|
||||||
"startup_templates": [
|
"ignore_folders_on_creation": []
|
||||||
""
|
|
||||||
],
|
|
||||||
"intellisense_render": 1,
|
|
||||||
"ignore_folders_on_creation": [
|
|
||||||
{
|
|
||||||
"folder": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
+27
-19
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"id": "templater-obsidian",
|
"id": "templater-obsidian",
|
||||||
"name": "Templater",
|
"name": "Templater",
|
||||||
"version": "2.20.6",
|
"version": "2.24.3",
|
||||||
"description": "Advanced templating and automation using handlebars-like syntax.",
|
"description": "Advanced templating and automation using handlebars-like syntax.",
|
||||||
"minAppVersion": "1.12.2",
|
"minAppVersion": "1.13.0",
|
||||||
"author": "SilentVoid",
|
"author": "SilentVoid",
|
||||||
"authorUrl": "https://github.com/SilentVoid13",
|
"authorUrl": "https://github.com/SilentVoid13",
|
||||||
"fundingUrl": {
|
"fundingUrl": {
|
||||||
|
|||||||
+5
-61
@@ -1,69 +1,8 @@
|
|||||||
.templater_search {
|
|
||||||
width: calc(100% - 20px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_div {
|
|
||||||
border-top: 1px solid var(--background-modifier-border);
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_div > .setting-item {
|
|
||||||
border-top: none !important;
|
|
||||||
align-self: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_div > .setting-item > .setting-item-control {
|
|
||||||
justify-content: space-around;
|
|
||||||
padding: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_div
|
|
||||||
> .setting-item
|
|
||||||
> .setting-item-control
|
|
||||||
> .setting-editor-extra-setting-button {
|
|
||||||
align-self: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_donating {
|
|
||||||
margin: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_title {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
margin-top: 5px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_template {
|
|
||||||
align-self: center;
|
|
||||||
margin-left: 5px;
|
|
||||||
margin-right: 5px;
|
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_cmd {
|
|
||||||
margin-left: 5px;
|
|
||||||
margin-right: 5px;
|
|
||||||
font-size: 14px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater_div2 > .setting-item {
|
|
||||||
align-content: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater-prompt-div,
|
.templater-prompt-div,
|
||||||
.templater-multisuggester-div {
|
.templater-multisuggester-div {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.templater-prompt-form {
|
|
||||||
display: flex;
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.templater-prompt-input,
|
.templater-prompt-input,
|
||||||
.templater-multisuggester-input {
|
.templater-multisuggester-input {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
@@ -80,6 +19,11 @@ textarea.templater-prompt-input {
|
|||||||
height: 10rem;
|
height: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.templater-ignore-folder-modal .modal-content input[type="text"],
|
||||||
|
.templater-startup-template-modal .modal-content input[type="text"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
textarea.templater-prompt-input:focus {
|
textarea.templater-prompt-input:focus {
|
||||||
border-color: var(--interactive-accent);
|
border-color: var(--interactive-accent);
|
||||||
}
|
}
|
||||||
|
|||||||
+14
-2
@@ -78957,6 +78957,18 @@
|
|||||||
"initialized": true,
|
"initialized": true,
|
||||||
"version": "0.7.0",
|
"version": "0.7.0",
|
||||||
"codepoints": [
|
"codepoints": [
|
||||||
|
{
|
||||||
|
"firstUsed": "2026-08-02T01:53:49.026Z",
|
||||||
|
"lastUsed": "2026-08-02T01:53:49.026Z",
|
||||||
|
"useCount": 1,
|
||||||
|
"codepoint": "³"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"firstUsed": "2026-08-01T15:40:05.851Z",
|
||||||
|
"lastUsed": "2026-08-01T15:40:59.414Z",
|
||||||
|
"useCount": 8,
|
||||||
|
"codepoint": "↳"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"firstUsed": "2026-07-30T13:27:54.992Z",
|
"firstUsed": "2026-07-30T13:27:54.992Z",
|
||||||
"lastUsed": "2026-07-30T13:27:54.992Z",
|
"lastUsed": "2026-07-30T13:27:54.992Z",
|
||||||
@@ -78989,8 +79001,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"firstUsed": "2026-07-23T18:48:07.249Z",
|
"firstUsed": "2026-07-23T18:48:07.249Z",
|
||||||
"lastUsed": "2026-07-30T15:50:40.877Z",
|
"lastUsed": "2026-08-01T15:55:38.526Z",
|
||||||
"useCount": 3,
|
"useCount": 4,
|
||||||
"codepoint": "→"
|
"codepoint": "→"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user