Update Claudian plugin and configuration settings
- Update Claudian plugin to latest version (main.js, manifest.json, styles.css) - Merge community plugins list with remote changes - Update Claude Code settings and core plugins configuration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
parent
9cf2428793
commit
37b29f36b3
+6
-61
@@ -1,63 +1,8 @@
|
||||
{
|
||||
"userName": "windy",
|
||||
"enableBlocklist": true,
|
||||
"blockedCommands": {
|
||||
"unix": [
|
||||
"rm -rf",
|
||||
"chmod 777",
|
||||
"chmod -R 777"
|
||||
],
|
||||
"windows": [
|
||||
"del /s /q",
|
||||
"rd /s /q",
|
||||
"rmdir /s /q",
|
||||
"format",
|
||||
"diskpart",
|
||||
"Remove-Item -Recurse -Force",
|
||||
"Remove-Item -Force -Recurse",
|
||||
"Remove-Item -r -fo",
|
||||
"Remove-Item -fo -r",
|
||||
"Remove-Item -Recurse",
|
||||
"Remove-Item -r",
|
||||
"ri -Recurse",
|
||||
"ri -r",
|
||||
"ri -Force",
|
||||
"ri -fo",
|
||||
"rm -r -fo",
|
||||
"rm -Recurse",
|
||||
"rm -Force",
|
||||
"del -Recurse",
|
||||
"del -Force",
|
||||
"erase -Recurse",
|
||||
"erase -Force",
|
||||
"rd -Recurse",
|
||||
"rmdir -Recurse",
|
||||
"Format-Volume",
|
||||
"Clear-Disk",
|
||||
"Initialize-Disk",
|
||||
"Remove-Partition"
|
||||
]
|
||||
},
|
||||
"model": "haiku",
|
||||
"enableAutoTitleGeneration": true,
|
||||
"titleGenerationModel": "",
|
||||
"thinkingBudget": "off",
|
||||
"permissionMode": "normal",
|
||||
"lastNonPlanPermissionMode": "normal",
|
||||
"permissions": [],
|
||||
"excludedTags": [],
|
||||
"mediaFolder": "05_Attachments",
|
||||
"environmentVariables": "",
|
||||
"envSnippets": [],
|
||||
"systemPrompt": "",
|
||||
"allowedExportPaths": [
|
||||
"~/Downloads"
|
||||
],
|
||||
"allowedContextPaths": [],
|
||||
"keyboardNavigation": {
|
||||
"scrollUpKey": "w",
|
||||
"scrollDownKey": "s",
|
||||
"focusInputKey": "i"
|
||||
},
|
||||
"claudeCliPath": "/Users/windy/.local/bin/claude"
|
||||
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||
"permissions": {
|
||||
"allow": [],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
Vendored
+14
-18
@@ -1,29 +1,25 @@
|
||||
[
|
||||
"claudian",
|
||||
"obsidian-local-rest-api",
|
||||
"table-editor-obsidian",
|
||||
"obsidian-git",
|
||||
"cm-chs-patch",
|
||||
"templater-obsidian",
|
||||
"obsidian-tasks-plugin",
|
||||
"calendar",
|
||||
"obsidian-kanban",
|
||||
"obsidian-style-settings",
|
||||
"obsidian-icon-folder",
|
||||
"omnisearch",
|
||||
"copilot",
|
||||
"easy-typing-obsidian",
|
||||
"obsidian-advanced-uri",
|
||||
"advanced-canvas",
|
||||
"better-word-count",
|
||||
"dataview",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"obsidian-mind-map",
|
||||
"cm-chs-patch",
|
||||
"quickadd",
|
||||
"any-block",
|
||||
"obsidian-opencode",
|
||||
"opencode-obsidian",
|
||||
"omnisearch",
|
||||
"obsidian-local-rest-api",
|
||||
"obsidian-kanban",
|
||||
"obsidian-icon-folder",
|
||||
"highlightr-plugin",
|
||||
"obsidian-git",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"code-styler",
|
||||
"note-buddy"
|
||||
"note-buddy",
|
||||
"claudian",
|
||||
"calendar",
|
||||
"better-word-count",
|
||||
"table-editor-obsidian",
|
||||
"obsidian-advanced-uri",
|
||||
"advanced-canvas"
|
||||
]
|
||||
Vendored
+2
-2
@@ -14,7 +14,7 @@
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"slash-command": true,
|
||||
"editor-status": true,
|
||||
"bookmarks": true,
|
||||
"markdown-importer": true,
|
||||
@@ -29,5 +29,5 @@
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
"bases": true,
|
||||
"webviewer": false
|
||||
"webviewer": true
|
||||
}
|
||||
Vendored
+55474
-27640
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"id": "claudian",
|
||||
"name": "Claudian",
|
||||
"version": "1.3.16",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Embed Claude AI as a sidebar chat with full agentic capabilities for file operations and bash commands.",
|
||||
"version": "1.3.55",
|
||||
"minAppVersion": "1.4.5",
|
||||
"description": "Embeds Claude Code as an AI collaborator in your vault. Your vault becomes Claude's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.",
|
||||
"author": "Yishen Tu",
|
||||
"authorUrl": "https://github.com/YishenTu",
|
||||
"isDesktopOnly": true
|
||||
|
||||
+1244
-1337
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user