Compare commits
140 Commits
643462cc07
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f52e74754 | |||
| 080eda2482 | |||
| 70309d2b21 | |||
| 6028b36f14 | |||
| 46f5b022fe | |||
| 2eccd21884 | |||
| 71b02a5ec8 | |||
| 78c4c851e9 | |||
| 1ad8968f56 | |||
| 22eda53d79 | |||
| 3b597aad7d | |||
| be68b1a239 | |||
| 1b3ccc6f35 | |||
| 8d741e418f | |||
| f1acef4dab | |||
| de388b14ea | |||
| 5db8346292 | |||
| 3a86aa4d6a | |||
| a38ed7a5a7 | |||
| cd69326e89 | |||
| c2b9ea9dcc | |||
| 95ac50594e | |||
| c25c6fd615 | |||
| 4282b925f7 | |||
| 155497d932 | |||
| b28230288c | |||
| ad3d377e33 | |||
| b28ffe377c | |||
| cb9a9874ab | |||
| f5e9ea6fd7 | |||
| e93882817d | |||
| 2db9d82c59 | |||
| 95227e0f42 | |||
| 1f2b4711ab | |||
| a572bad302 | |||
| a88369d800 | |||
| 03a58cda27 | |||
| 0130b2980a | |||
| 3a507fa69b | |||
| bafed635c2 | |||
| f67061a06a | |||
| e3adae23df | |||
| 4c394b3f6b | |||
| 101cc6141f | |||
| 4182fab2cd | |||
| e87145d6b9 | |||
| c405d5a5ed | |||
| 793c2ebf3f | |||
| 7247dca120 | |||
| 62d50b94b1 | |||
| 8091cea606 | |||
| 50b2b29133 | |||
| 87d31a739e | |||
| dc2c900470 | |||
| 2dbeda37ee | |||
| 108cc447b4 | |||
| 8a3f69c387 | |||
| 783a6535f7 | |||
| 9976af5090 | |||
| f43476441a | |||
| 165a4d6a49 | |||
| f3b2ac7136 | |||
| 37bc0017c6 | |||
| 5799cc5faa | |||
| e67f17aeb9 | |||
| 582c4edb53 | |||
| daa8cab29d | |||
| 99be85cd54 | |||
| 17177b3713 | |||
| a1fe7024ac | |||
| 67fbf5bbdb | |||
| 89fb4f5f08 | |||
| 98b27a1122 | |||
| 3112cb771b | |||
| 4312da6a00 | |||
| c562fef7b0 | |||
| df7bc370ff | |||
| 651ed73d41 | |||
| 3f3ef3327b | |||
| 8a93406af8 | |||
| 5e707dc67e | |||
| b1ffeb77b4 | |||
| 7cf226e941 | |||
| e418f23948 | |||
| 0d0985b8ca | |||
| 3227a5b7ec | |||
| 3f9a724cb0 | |||
| 6f990ccb2c | |||
| 30719cb655 | |||
| d66bff6b36 | |||
| bace5010b2 | |||
| cc9cf18575 | |||
| c322f3ab9f | |||
| 1acb87897f | |||
| 8e206fed3a | |||
| 6effced33f | |||
| 415fee6f64 | |||
| e6d2be39df | |||
| 6a61acaddb | |||
| 7357ad0cd7 | |||
| a3faafda79 | |||
| 3ca2d0b23e | |||
| 4b7f878778 | |||
| 403c4acbe9 | |||
| 314c149059 | |||
| eddfb6a6a5 | |||
| f667e1e6df | |||
| 60558fec7e | |||
| 6df125c33e | |||
| 1e1479e892 | |||
| e2508fe634 | |||
| 8e2644aa7f | |||
| 6a42177d88 | |||
| 78f9f7f602 | |||
| 41c162baad | |||
| 217ce2239e | |||
| a25051972c | |||
| b87cb22543 | |||
| 314be47f46 | |||
| 8e20fb2c64 | |||
| 3c1743632e | |||
| bfa7cf419b | |||
| 3dae1f73b3 | |||
| 6d2e236cc7 | |||
| 45ae4296e2 | |||
| 9580f0261e | |||
| 68ce894541 | |||
| b0e229d980 | |||
| f6da620f46 | |||
| 05c9d664b5 | |||
| 7cad6836f5 | |||
| a473fd83c3 | |||
| 50cb20762d | |||
| d5f4e576e3 | |||
| 1ed902ccbb | |||
| e52a6d78c2 | |||
| 2292d1b5a7 | |||
| a7feaa1c3e | |||
| eb0b32fc06 | |||
| 91da903b45 |
+11
@@ -0,0 +1,11 @@
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
.obsidian
|
||||
.obsidian/
|
||||
.claude
|
||||
|
||||
!".obsidian\\plugins\\obsidian-git"
|
||||
Vendored
+4
-3
@@ -5,7 +5,7 @@
|
||||
"attachmentFolderPath": "99 System/Cache",
|
||||
"trashOption": "local",
|
||||
"showUnsupportedFiles": true,
|
||||
"promptDelete": false,
|
||||
"promptDelete": true,
|
||||
"pdfExportSettings": {
|
||||
"includeName": false,
|
||||
"pageSize": "Legal",
|
||||
@@ -18,9 +18,10 @@
|
||||
"rightToLeft": false,
|
||||
"defaultViewMode": "preview",
|
||||
"showLineNumber": true,
|
||||
"openBehavior": "file:AGENTS",
|
||||
"openBehavior": "",
|
||||
"userIgnoreFilters": [
|
||||
"99 System/"
|
||||
],
|
||||
"showInlineTitle": true
|
||||
"showInlineTitle": true,
|
||||
"uriCallbacks": true
|
||||
}
|
||||
Vendored
+6
-6
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"cssTheme": "AnuPpuccin",
|
||||
"accentColor": "#552db4",
|
||||
"accentColor": "",
|
||||
"enabledCssSnippets": [
|
||||
"math-blocks"
|
||||
],
|
||||
"theme": "obsidian",
|
||||
"interfaceFontFamily": "Inter",
|
||||
"textFontFamily": "Inter",
|
||||
"interfaceFontFamily": "Fira Sans",
|
||||
"textFontFamily": "Fira Sans",
|
||||
"baseFontSizeAction": true,
|
||||
"baseFontSize": 16,
|
||||
"monospaceFontFamily": "",
|
||||
"baseFontSize": 15,
|
||||
"monospaceFontFamily": "FiraCode Nerd Font",
|
||||
"nativeMenus": false,
|
||||
"showRibbon": false,
|
||||
"showRibbon": true,
|
||||
"showViewHeader": false
|
||||
}
|
||||
Vendored
+1
-4
@@ -1,19 +1,16 @@
|
||||
[
|
||||
"digitalgarden",
|
||||
"editing-toolbar",
|
||||
"obsidian-linter",
|
||||
"metadata-menu",
|
||||
"omnisearch",
|
||||
"quick-latex",
|
||||
"obsidian-style-settings",
|
||||
"obsidian-tasks-plugin",
|
||||
"templater-obsidian",
|
||||
"dataview",
|
||||
"obsidian-icon-folder",
|
||||
"obsidian-git",
|
||||
"obsidian-transcription",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"terminal",
|
||||
"typewriter-mode",
|
||||
"3d-graph-new"
|
||||
"typographer"
|
||||
]
|
||||
File diff suppressed because one or more lines are too long
Vendored
+3
-3
@@ -3,9 +3,9 @@
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"backlink": false,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"outgoing-link": false,
|
||||
"tag-pane": true,
|
||||
"footnotes": true,
|
||||
"properties": true,
|
||||
@@ -19,7 +19,7 @@
|
||||
"bookmarks": true,
|
||||
"markdown-importer": true,
|
||||
"zk-prefixer": false,
|
||||
"random-note": true,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"folder": "03 Journal",
|
||||
"template": "99 System/Template/Daily Note",
|
||||
"format": "YYYY/MM - MMMM/DD.MM.YY - dddd",
|
||||
"format": "YYYY/MM/DD.MM.YY",
|
||||
"autorun": false
|
||||
}
|
||||
Vendored
+1
-1
@@ -39,6 +39,6 @@
|
||||
"repelStrength": 6.34095634095634,
|
||||
"linkStrength": 0.504158004158004,
|
||||
"linkDistance": 250,
|
||||
"scale": 0.2882782914407446,
|
||||
"scale": 0.21176529377630143,
|
||||
"close": true
|
||||
}
|
||||
-60
@@ -1,60 +0,0 @@
|
||||
{
|
||||
"savedSettings": [],
|
||||
"temporaryLocalGraphSetting": {
|
||||
"filter": {
|
||||
"searchQuery": "",
|
||||
"showOrphans": true,
|
||||
"showAttachments": false,
|
||||
"depth": 1,
|
||||
"linkType": "both"
|
||||
},
|
||||
"groups": [],
|
||||
"display": {
|
||||
"nodeSize": 3,
|
||||
"linkThickness": 2,
|
||||
"linkDistance": 100,
|
||||
"nodeRepulsion": 2800,
|
||||
"distanceFromFocal": 300,
|
||||
"nodeHoverColor": "#ff0000",
|
||||
"nodeHoverNeighbourColor": "#00ff00",
|
||||
"linkHoverColor": "#0000ff",
|
||||
"showExtension": false,
|
||||
"showFullPath": false,
|
||||
"showCenterCoordinates": true,
|
||||
"showLinkArrow": true,
|
||||
"dontMoveWhenDrag": false,
|
||||
"dagOrientation": "null"
|
||||
}
|
||||
},
|
||||
"temporaryGlobalGraphSetting": {
|
||||
"filter": {
|
||||
"searchQuery": "",
|
||||
"showOrphans": true,
|
||||
"showAttachments": false
|
||||
},
|
||||
"groups": [],
|
||||
"display": {
|
||||
"nodeSize": 3,
|
||||
"linkThickness": 2.2,
|
||||
"linkDistance": 72,
|
||||
"nodeRepulsion": 2900,
|
||||
"distanceFromFocal": 170,
|
||||
"nodeHoverColor": "#ff0000",
|
||||
"nodeHoverNeighbourColor": "#00ff00",
|
||||
"linkHoverColor": "#0000ff",
|
||||
"showExtension": false,
|
||||
"showFullPath": false,
|
||||
"showCenterCoordinates": true,
|
||||
"showLinkArrow": true,
|
||||
"dontMoveWhenDrag": false,
|
||||
"dagOrientation": "null"
|
||||
}
|
||||
},
|
||||
"pluginSetting": {
|
||||
"maxNodeNumber": 1000,
|
||||
"searchEngine": "default",
|
||||
"rightClickToPan": false,
|
||||
"commandLeftClickNode": "openNodeInNewTab",
|
||||
"commandRightClickNode": "focusNode"
|
||||
}
|
||||
}
|
||||
-67207
File diff suppressed because one or more lines are too long
-13
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"id": "3d-graph-new",
|
||||
"name": "3D Graph New",
|
||||
"version": "1.1.11",
|
||||
"description": "A 3D Graph for Obsidian",
|
||||
"author": "Hananoshika Yomaru",
|
||||
"authorUrl": "https://github.com/HananoshikaYomaru",
|
||||
"fundingUrl": {
|
||||
"buymeacoffee": "https://www.buymeacoffee.com/yomaru",
|
||||
"Github Sponsor": "https://github.com/sponsors/HananoshikaYomaru"
|
||||
},
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
-136
@@ -1,136 +0,0 @@
|
||||
.graph-3d-view .tree-item.is-collapsed > .tree-item-children {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.graph-3d-view {
|
||||
padding: 0 !important;
|
||||
position: relative;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.graph-3d-view .graph-controls.is-collapsed > .graph-control-section {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.graph-control-section .tree-item-inner {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.graph-3d-view .graph-control-section.is-collapsed .tree-item-inner::before {
|
||||
content: "▶";
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.graph-3d-view .graph-control-section:not(.is-collapsed) .tree-item-inner::before {
|
||||
content: "▼";
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.graph-3d-view .graph-controls:hover > .control-buttons {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.graph-3d-view .graph-controls > .control-buttons:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.graph-3d-view .graph-controls > .control-buttons {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.graph-3d-view .hidden {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.graph-3d-view .control-buttons {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.graph-3d-view .control-buttons > * {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.graph-3d-view .graph-settings-view > .clickable-icon {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.graph-3d-view .node-label {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.graph-3d-view .scene-nav-info {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.mod-search-input {
|
||||
width: 100%;
|
||||
padding: 0.5em;
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 0.25em;
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.graph-3d-view .graph-controls:not(.is-close) {
|
||||
max-height: calc(90% - var(--size-4-4));
|
||||
}
|
||||
|
||||
.workspace-leaf-content:has(.search-result-container.is-loading) .graph-controls {
|
||||
/* border color purple */
|
||||
border-color: var(--color-purple);
|
||||
|
||||
/* create the animation */
|
||||
animation: color-oscillation 2s ease infinite;
|
||||
}
|
||||
|
||||
@keyframes color-oscillation {
|
||||
0% {
|
||||
border: 1px solid var(--color-purple);
|
||||
}
|
||||
50% {
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
100% {
|
||||
border: 1px solid var(--color-purple);
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-leaf-content:has(.search-result-container.is-loading) .search-input-container input {
|
||||
animation: outline-gradient-animation 2s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes outline-gradient-animation {
|
||||
0% {
|
||||
box-shadow: 0 2px 0 var(--color-purple);
|
||||
}
|
||||
50% {
|
||||
box-shadow: 0 2px 0 var(--background-modifier-border);
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 2px 0 var(--color-purple);
|
||||
}
|
||||
}
|
||||
|
||||
/* section: setting tab */
|
||||
.graph-3d-setting-tab {
|
||||
> h2 {
|
||||
color: var(--color-purple);
|
||||
font-size: var(--h2-size);
|
||||
}
|
||||
|
||||
> h2 + .setting-item {
|
||||
border-top: 0px;
|
||||
}
|
||||
}
|
||||
+104
-49
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"lastVersion": "3.2.7",
|
||||
"aestheticStyle": "glass",
|
||||
"positionStyle": "top",
|
||||
"lastVersion": "4.0.8",
|
||||
"aestheticStyle": "custom",
|
||||
"positionStyle": "fixed",
|
||||
"menuCommands": [
|
||||
{
|
||||
"id": "editing-toolbar:editor-undo",
|
||||
@@ -411,43 +411,6 @@
|
||||
"name": "Clear text formatting",
|
||||
"icon": "eraser"
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:header2-text",
|
||||
"name": "Header 2",
|
||||
"icon": "header-2"
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:header3-text",
|
||||
"name": "Header 3",
|
||||
"icon": "header-3"
|
||||
},
|
||||
{
|
||||
"id": "SubmenuCommands-header",
|
||||
"name": "submenu",
|
||||
"icon": "header-n",
|
||||
"SubmenuCommands": [
|
||||
{
|
||||
"id": "editing-toolbar:header1-text",
|
||||
"name": "Header 1",
|
||||
"icon": "header-1"
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:header4-text",
|
||||
"name": "Header 4",
|
||||
"icon": "header-4"
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:header5-text",
|
||||
"name": "Header 5",
|
||||
"icon": "header-5"
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:header6-text",
|
||||
"name": "Header 6",
|
||||
"icon": "header-6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "editing-toolbar:toggle-bold",
|
||||
"name": "Bold",
|
||||
@@ -1075,7 +1038,7 @@
|
||||
"shouldShowMenuOnSelect": false,
|
||||
"cMenuVisibility": true,
|
||||
"cMenuBottomValue": 4.25,
|
||||
"cMenuNumRows": 12,
|
||||
"cMenuNumRows": 1,
|
||||
"cMenuWidth": 610,
|
||||
"cMenuFontColor": "#2DC26B",
|
||||
"cMenuBackgroundColor": "#d3f8b6",
|
||||
@@ -1108,13 +1071,13 @@
|
||||
"toolbarBackgroundColor": "rgba(var(--background-secondary-rgb), 0.7)",
|
||||
"toolbarIconColor": "var(--text-normal)",
|
||||
"toolbarIconSize": 18,
|
||||
"aestheticStyle": "default"
|
||||
"aestheticStyle": "glass"
|
||||
},
|
||||
"fixed": {
|
||||
"toolbarBackgroundColor": "rgba(var(--background-secondary-rgb), 0.7)",
|
||||
"toolbarIconColor": "var(--text-normal)",
|
||||
"toolbarIconSize": 18,
|
||||
"aestheticStyle": "default"
|
||||
"toolbarBackgroundColor": "#F5F8FA",
|
||||
"toolbarIconColor": "#4A5568",
|
||||
"toolbarIconSize": 12,
|
||||
"aestheticStyle": "custom"
|
||||
},
|
||||
"mobile": {
|
||||
"toolbarBackgroundColor": "rgba(var(--background-secondary-rgb), 0.7)",
|
||||
@@ -1123,9 +1086,101 @@
|
||||
"aestheticStyle": "default"
|
||||
}
|
||||
},
|
||||
"toolbarBackgroundColor": "#2D3033",
|
||||
"toolbarIconColor": "#E2E8F0",
|
||||
"toolbarIconSize": 18,
|
||||
"toolbarBackgroundColor": "#F5F8FA",
|
||||
"toolbarIconColor": "#4A5568",
|
||||
"toolbarIconSize": 12,
|
||||
"useCurrentLineForRegex": false,
|
||||
"ai": {
|
||||
"enabled": false,
|
||||
"consentAccepted": true,
|
||||
"onboardingShown": true,
|
||||
"providerMode": "pkmer-first",
|
||||
"enableInlineCompletion": true,
|
||||
"inlineCompletionHintLearned": false,
|
||||
"completionTrigger": "manual",
|
||||
"completionDelay": 500,
|
||||
"enableRewrite": true,
|
||||
"showRewriteToolbarOnSelection": false,
|
||||
"rewriteMinSelectionLength": 1,
|
||||
"pkmerApiBaseUrl": "https://newapi.pkmer.cn",
|
||||
"pkmerModel": "04-fast",
|
||||
"pkmerModelRouting": {
|
||||
"mode": "smart",
|
||||
"completion": "04-fast",
|
||||
"rewrite": "04-fast",
|
||||
"reasoning": "03-agent",
|
||||
"artifact": "03-agent"
|
||||
},
|
||||
"pkmer": {
|
||||
"tokenExpiresAt": 1781624499398,
|
||||
"userInfo": {
|
||||
"sub": "fa484d57-e07b-48f3-9410-ff0ce39782d8",
|
||||
"name": "gcdmitry",
|
||||
"email": "gcdmitry@gmail.com",
|
||||
"ai_quota": {
|
||||
"quota": 49875000,
|
||||
"usedQuota": 125000,
|
||||
"remainingQuota": 49875000,
|
||||
"remainingTokens": 99,
|
||||
"requestCount": 1
|
||||
},
|
||||
"thino": false,
|
||||
"supporter": false
|
||||
}
|
||||
},
|
||||
"enableCustomModel": false,
|
||||
"customModel": {
|
||||
"apiFormat": "openai-compatible",
|
||||
"baseUrl": "",
|
||||
"apiKey": "",
|
||||
"model": "",
|
||||
"temperature": 0.2
|
||||
},
|
||||
"customPromptHistory": [],
|
||||
"customPromptTemplates": [
|
||||
{
|
||||
"id": "template-demo-variables",
|
||||
"name": "📝 Summarize Key Points",
|
||||
"prompt": "Analyze the structure of {{file:content}} and focus on:\n{{selection}}\n\nPlease provide:\n1. A concise overview\n2. The key points\n3. Suggestions for improvement",
|
||||
"icon": "lucide-sparkles"
|
||||
},
|
||||
{
|
||||
"id": "template-task-variables",
|
||||
"name": "Extract Tasks",
|
||||
"prompt": "Today's date is {{date}}. Extract all actionable tasks from {{file:content}}, with special attention to:\n{{selection}}\n\nPlease output strictly in Obsidian Tasks plugin format, one task per line:\n\n- [ ] Task description ⏫/🔼/🔽/⏬ priority\n- [ ] Task description 📅 YYYY-MM-DD due date\n- [ ] Task description ⏰ YYYY-MM-DD HH:mm reminder\n- [ ] Task description 🛫 YYYY-MM-DD start date\n- [ ] Task description 🔁 every day/week/month recurrence\n- [ ] Task description #tag #project\n\nExtraction rules:\n1. If the text implies urgency such as urgent, ASAP, immediately, or today, add ⏫.\n2. If it implies near-term timing such as tomorrow, this week, or soon, add 🔼.\n3. Convert explicit dates to 📅 YYYY-MM-DD.\n4. Convert explicit times to ⏰ YYYY-MM-DD HH:mm when possible.\n5. Add recurrence for repeated work such as 🔁 every week/month.\n6. Add practical tags for each task.\n\nExample output:\n- [ ] Finish project report ⏫ 📅 2026-04-25 #work\n- [ ] Weekly team sync 🔁 every week on Monday ⏰ 09:00 #meeting\n- [ ] Follow up on client request 🔼 📅 2026-04-23 #follow-up",
|
||||
"icon": "lucide-sparkles"
|
||||
},
|
||||
{
|
||||
"id": "template-dataview",
|
||||
"name": "Generate Dataview",
|
||||
"prompt": "Help me generate an Obsidian Dataview query block based on my requirement. Requirements:\n1. Use DataviewJS or DQL syntax.\n2. Include the necessary filters and sorting.\n3. Add short comments explaining each part.\n4. Use DataviewJS if the logic is complex.\n\nMy requirement:",
|
||||
"icon": "lucide-database"
|
||||
},
|
||||
{
|
||||
"id": "template-templater",
|
||||
"name": "Design Templater Template",
|
||||
"prompt": "Help me design an Obsidian Templater template. Requirements:\n1. Use Templater syntax (<% %>).\n2. Include dynamic date, time, and similar variables.\n3. Support user input prompts.\n4. Add necessary conditionals and loops.\n5. Comment the purpose of each section.\n\nTemplate purpose:",
|
||||
"icon": "lucide-file-code"
|
||||
},
|
||||
{
|
||||
"id": "template-mermaid",
|
||||
"name": "Create Mermaid Diagram",
|
||||
"prompt": "Based on my selected text {{selection}}, generate Mermaid diagram code. Requirements:\n1. Choose an appropriate diagram type such as flowchart, sequence, class, or gantt.\n2. Use clear node names.\n3. Add useful styling and comments when needed.\n4. Ensure the syntax is valid and renderable.\n",
|
||||
"icon": "lucide-workflow"
|
||||
},
|
||||
{
|
||||
"id": "template-metadata",
|
||||
"name": "Design YAML",
|
||||
"prompt": "Based on the current note content {{file:content}}, help me design a suitable YAML Frontmatter structure for this note. Requirements:\n1. Recommend fields that fit the note content.\n2. Include common fields such as tags, aliases, and date.\n3. Suggest useful custom fields.\n4. Briefly explain the purpose of each field.\n\nNote type:",
|
||||
"icon": "lucide-file-json"
|
||||
},
|
||||
{
|
||||
"id": "template-callout",
|
||||
"name": "Wrap with Callout",
|
||||
"prompt": "Based on my selected text {{selection}}, wrap it using an Obsidian Callout block. Requirements:\n1. Choose an appropriate callout type such as note, tip, warning, or danger.\n2. Support nesting and folding when helpful.\n3. Include a title and content.\n4. Allow code blocks or lists when needed.\n\nContent requirement:",
|
||||
"icon": "lucide-message-square"
|
||||
}
|
||||
]
|
||||
},
|
||||
"commandIdsFixed": true
|
||||
}
|
||||
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "editing-toolbar",
|
||||
"name": "Editing Toolbar",
|
||||
"version": "3.2.7",
|
||||
"version": "4.0.8",
|
||||
"minAppVersion": "0.14.0",
|
||||
"description": "The Obsidian Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.",
|
||||
"author": "Cuman",
|
||||
|
||||
+1234
-29
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "metadata-menu",
|
||||
"name": "Metadata Menu",
|
||||
"version": "0.8.11",
|
||||
"version": "0.8.12",
|
||||
"minAppVersion": "1.4.16",
|
||||
"description": "For data quality enthusiasts (and dataview users): manage the metadata of your notes.",
|
||||
"author": "mdelobelle",
|
||||
|
||||
+36
-26
@@ -189,6 +189,12 @@
|
||||
stroke: var(--color-green);
|
||||
}
|
||||
|
||||
.metadata-menu.modal-container .modal {
|
||||
padding-top: 40px;
|
||||
}
|
||||
.metadata-menu.modal-container .modal .modal-close-button {
|
||||
padding-top: 35px;
|
||||
}
|
||||
.metadata-menu.modal-container.narrow .modal {
|
||||
width: initial;
|
||||
}
|
||||
@@ -252,7 +258,7 @@
|
||||
font-style: italic;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container .field-container .info {
|
||||
display: none;
|
||||
}
|
||||
@@ -338,7 +344,7 @@
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .master-input.datetime {
|
||||
width: 14em;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .master-input {
|
||||
display: none;
|
||||
}
|
||||
@@ -348,7 +354,6 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .time-picker {
|
||||
width: 2em;
|
||||
margin-right: 0.5em;
|
||||
font-size: large;
|
||||
}
|
||||
@@ -624,7 +629,7 @@
|
||||
width: auto;
|
||||
min-width: var(--dialog-width);
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .modal {
|
||||
max-width: 97vw;
|
||||
min-width: 0px;
|
||||
@@ -638,7 +643,7 @@
|
||||
grid-template-columns: auto auto 1fr auto;
|
||||
margin-top: 3px;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container {
|
||||
grid-template-columns: 270px 75px;
|
||||
}
|
||||
@@ -650,7 +655,7 @@
|
||||
grid-column: 2;
|
||||
display: flex;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-settings-wrapper .field-settings-spacer {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -658,7 +663,7 @@
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper {
|
||||
grid-column: 3;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper {
|
||||
grid-column: 1;
|
||||
margin-bottom: 1em;
|
||||
@@ -668,7 +673,7 @@
|
||||
grid-column: 4;
|
||||
display: flex;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-options-wrapper {
|
||||
grid-column: 2;
|
||||
margin-bottom: 1em;
|
||||
@@ -691,7 +696,7 @@
|
||||
padding-left: 0.6em;
|
||||
border: none;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-name-wrapper .field-item.field-name, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper .field-item.field-name, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-settings-wrapper .field-item.field-name, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-options-wrapper .field-item.field-name {
|
||||
padding-left: 0;
|
||||
}
|
||||
@@ -703,7 +708,7 @@
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-name-wrapper .field-item .field-type, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper .field-item .field-type, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-settings-wrapper .field-item .field-type, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-options-wrapper .field-item .field-type {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-name-wrapper .field-item .field-type.chip, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper .field-item .field-type.chip, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-settings-wrapper .field-item .field-type.chip, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-options-wrapper .field-item .field-type.chip {
|
||||
margin-right: 0;
|
||||
}
|
||||
@@ -758,6 +763,12 @@
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
||||
.metadata-menu.modal-container .modal {
|
||||
padding-top: 40px;
|
||||
}
|
||||
.metadata-menu.modal-container .modal .modal-close-button {
|
||||
padding-top: 35px;
|
||||
}
|
||||
.metadata-menu.modal-container.narrow .modal {
|
||||
width: initial;
|
||||
}
|
||||
@@ -821,7 +832,7 @@
|
||||
font-style: italic;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container .field-container .info {
|
||||
display: none;
|
||||
}
|
||||
@@ -907,7 +918,7 @@
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .master-input.datetime {
|
||||
width: 14em;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .master-input {
|
||||
display: none;
|
||||
}
|
||||
@@ -917,7 +928,6 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .time-picker {
|
||||
width: 2em;
|
||||
margin-right: 0.5em;
|
||||
font-size: large;
|
||||
}
|
||||
@@ -1361,7 +1371,7 @@
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-gap: 10px;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.prompt.media-as-cards .prompt-results {
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
@@ -1529,7 +1539,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto 1fr;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container {
|
||||
grid-template-columns: auto auto auto;
|
||||
}
|
||||
@@ -1541,7 +1551,7 @@
|
||||
font-weight: 500;
|
||||
display: inline-flex;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .name-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .name-container {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1554,7 +1564,7 @@
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .type-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .type-container {
|
||||
grid-column: 2;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .type-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .type-container {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1575,7 +1585,7 @@
|
||||
grid-column: 3;
|
||||
display: flex;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .buttons-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .buttons-container {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1583,7 +1593,7 @@
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .options-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .options-container {
|
||||
grid-column: 4;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .options-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .options-container {
|
||||
grid-column: 1;
|
||||
grid-column-start: span 3;
|
||||
@@ -1594,7 +1604,7 @@
|
||||
margin-left: 1em;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .options-container .description, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .options-container .description {
|
||||
margin-left: 0em;
|
||||
white-space: normal;
|
||||
@@ -1638,7 +1648,7 @@
|
||||
grid-template-columns: auto auto auto 1fr;
|
||||
align-items: center;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container {
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
||||
@@ -1649,7 +1659,7 @@
|
||||
white-space: nowrap;
|
||||
font-weight: 500;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .label, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .label {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1658,7 +1668,7 @@
|
||||
grid-column: 3;
|
||||
margin: 0.2em 0em 0.2em 0;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .action, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .action {
|
||||
grid-column: 1;
|
||||
grid-column-start: span 2;
|
||||
@@ -1719,7 +1729,7 @@
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .tooltip-btn, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .tooltip-btn {
|
||||
grid-column: 2;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .tooltip-btn, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .tooltip-btn {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1740,7 +1750,7 @@
|
||||
line-break: strict;
|
||||
line-height: normal;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .tooltip-text, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .tooltip-text {
|
||||
grid-column: 1;
|
||||
grid-column-start: span 2;
|
||||
@@ -1781,7 +1791,7 @@
|
||||
}
|
||||
*/
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-table .options, .metadata-menu.fileclass-codeblock-view .fv-table .options {
|
||||
max-height: 50em;
|
||||
overflow: scroll;
|
||||
|
||||
+181
-187
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"showTabTitlebarButtons": true,
|
||||
"copyLinkToElemenetAnchorTo100": false,
|
||||
"copyFrameLinkByName": false,
|
||||
"disableDoubleClickTextEditing": false,
|
||||
@@ -33,6 +34,7 @@
|
||||
"displaySVGInPreview": false,
|
||||
"previewImageType": "SVG",
|
||||
"renderingConcurrency": 3,
|
||||
"imageCacheRetentionDays": 30,
|
||||
"allowImageCache": true,
|
||||
"allowImageCacheInScene": true,
|
||||
"displayExportedImageIfAvailable": false,
|
||||
@@ -84,7 +86,7 @@
|
||||
"pageTransclusionCharLimit": 200,
|
||||
"wordWrappingDefault": 0,
|
||||
"removeTransclusionQuoteSigns": true,
|
||||
"iframelyAllowed": true,
|
||||
"oEmbedAllowed": false,
|
||||
"pngExportScale": 1,
|
||||
"exportWithTheme": true,
|
||||
"exportWithBackground": true,
|
||||
@@ -98,6 +100,7 @@
|
||||
"embedType": "excalidraw",
|
||||
"embedMarkdownCommentLinks": true,
|
||||
"embedWikiLink": true,
|
||||
"embedPlaceholderImage": true,
|
||||
"syncExcalidraw": false,
|
||||
"experimentalFileType": false,
|
||||
"experimentalFileTag": "✏️",
|
||||
@@ -109,13 +112,15 @@
|
||||
"addDummyTextElement": false,
|
||||
"zoteroCompatibility": false,
|
||||
"fieldSuggester": true,
|
||||
"enableOnloadScripts": false,
|
||||
"enableCommandLinks": false,
|
||||
"compatibilityMode": false,
|
||||
"drawingOpenCount": 0,
|
||||
"library": "deprecated",
|
||||
"library2": {
|
||||
"type": "excalidrawlib",
|
||||
"version": 2,
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.23.0",
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag2.23.12",
|
||||
"libraryItems": []
|
||||
},
|
||||
"imageElementNotice": true,
|
||||
@@ -126,7 +131,7 @@
|
||||
"mdBorderColor": "Black",
|
||||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"previousRelease": "2.23.0",
|
||||
"previousRelease": "2.23.12",
|
||||
"showReleaseNotes": true,
|
||||
"excalidrawMasteryPromoCollapsed": false,
|
||||
"compareManifestToPluginVersion": false,
|
||||
@@ -489,15 +494,178 @@
|
||||
"canvasImmersiveEmbed": true,
|
||||
"startupScriptPath": "",
|
||||
"aiEnabled": true,
|
||||
"openAIAPIToken": "",
|
||||
"openAIDefaultTextModel": "gpt-5-mini",
|
||||
"openAIDefaultTextModelMaxTokens": 4096,
|
||||
"openAIDefaultVisionModel": "gpt-5-mini",
|
||||
"openAIDefaultImageGenerationModel": "gpt-image-1",
|
||||
"openAIURL": "https://api.openai.com/v1/chat/completions",
|
||||
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
|
||||
"openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
|
||||
"openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
|
||||
"aiVerboseLogging": false,
|
||||
"aiProviderProfiles": {
|
||||
"OpenAI": {
|
||||
"provider": "openai",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://api.openai.com/v1"
|
||||
},
|
||||
"Anthropic": {
|
||||
"provider": "anthropic",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://api.anthropic.com/v1"
|
||||
},
|
||||
"Google Gemini": {
|
||||
"provider": "google",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://generativelanguage.googleapis.com/v1beta"
|
||||
},
|
||||
"xAI": {
|
||||
"provider": "xai",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://api.x.ai/v1"
|
||||
},
|
||||
"OpenAI-compatible": {
|
||||
"provider": "openai-compatible",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://api.openai.com/v1"
|
||||
}
|
||||
},
|
||||
"aiTextModelConfigs": {
|
||||
"gpt-5-mini": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-5-mini",
|
||||
"endpoint": "",
|
||||
"multimodalSupport": true
|
||||
},
|
||||
"claude-sonnet-4-5": {
|
||||
"providerId": "Anthropic",
|
||||
"model": "claude-sonnet-4-5",
|
||||
"endpoint": "",
|
||||
"multimodalSupport": true
|
||||
},
|
||||
"gemini-2.5-pro": {
|
||||
"providerId": "Google Gemini",
|
||||
"model": "gemini-2.5-pro",
|
||||
"endpoint": "",
|
||||
"multimodalSupport": true
|
||||
},
|
||||
"grok-4-fast": {
|
||||
"providerId": "xAI",
|
||||
"model": "grok-4-fast",
|
||||
"endpoint": "",
|
||||
"multimodalSupport": true
|
||||
}
|
||||
},
|
||||
"aiImageModelConfigs": {
|
||||
"dall-e-2": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "dall-e-2",
|
||||
"supportedSizes": [
|
||||
"256x256",
|
||||
"512x512",
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"dall-e-3": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "dall-e-3",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1792x1024",
|
||||
"1024x1792"
|
||||
],
|
||||
"supportsPromptImageTransforms": false,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"gpt-image-1": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-image-1",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1536x1024",
|
||||
"1024x1536"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"gpt-image-1-mini": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-image-1-mini",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1536x1024",
|
||||
"1024x1536"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"gpt-image-1.5": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-image-1.5",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1536x1024",
|
||||
"1024x1536"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"gpt-image-2": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-image-2",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1536x1024",
|
||||
"1024x1536",
|
||||
"2048x2048"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"gemini-2.5-flash-image": {
|
||||
"providerId": "Google Gemini",
|
||||
"model": "gemini-2.5-flash-image",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"gemini-3.1-flash-image-preview": {
|
||||
"providerId": "Google Gemini",
|
||||
"model": "gemini-3.1-flash-image-preview",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"gemini-3-pro-image-preview": {
|
||||
"providerId": "Google Gemini",
|
||||
"model": "gemini-3-pro-image-preview",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"grok-imagine-image-quality": {
|
||||
"providerId": "xAI",
|
||||
"model": "grok-imagine-image-quality",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"grok-imagine-image-pro": {
|
||||
"providerId": "xAI",
|
||||
"model": "grok-imagine-image-pro",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
}
|
||||
},
|
||||
"aiDefaultTextModel": "gpt-5-mini",
|
||||
"aiDefaultImageGenerationModel": "gpt-image-1",
|
||||
"aiDefaultMaxOutgoingTokens": 0,
|
||||
"aiDefaultMaxResponseTokens": 4096,
|
||||
"modifierKeyConfig": {
|
||||
"Mac": {
|
||||
"LocalFileDragAction": {
|
||||
@@ -787,7 +955,6 @@
|
||||
"longPressDesktop": 500,
|
||||
"longPressMobile": 500,
|
||||
"doubleClickLinkOpenViewMode": true,
|
||||
"isDebugMode": false,
|
||||
"rank": "Bronze",
|
||||
"modifierKeyOverrides": [
|
||||
{
|
||||
@@ -820,178 +987,5 @@
|
||||
"margin": "normal"
|
||||
},
|
||||
"disableContextMenu": false,
|
||||
"imageCacheRetentionDays": 30,
|
||||
"enableOnloadScripts": false,
|
||||
"aiVerboseLogging": false,
|
||||
"aiProviderProfiles": {
|
||||
"OpenAI": {
|
||||
"provider": "openai",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://api.openai.com/v1"
|
||||
},
|
||||
"Anthropic": {
|
||||
"provider": "anthropic",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://api.anthropic.com/v1"
|
||||
},
|
||||
"Google Gemini": {
|
||||
"provider": "google",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://generativelanguage.googleapis.com/v1beta"
|
||||
},
|
||||
"xAI": {
|
||||
"provider": "xai",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://api.x.ai/v1"
|
||||
},
|
||||
"OpenAI-compatible": {
|
||||
"provider": "openai-compatible",
|
||||
"apiKey": "",
|
||||
"baseURL": "https://api.openai.com/v1"
|
||||
}
|
||||
},
|
||||
"aiTextModelConfigs": {
|
||||
"gpt-5-mini": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-5-mini",
|
||||
"endpoint": "",
|
||||
"multimodalSupport": true
|
||||
},
|
||||
"claude-sonnet-4-5": {
|
||||
"providerId": "Anthropic",
|
||||
"model": "claude-sonnet-4-5",
|
||||
"endpoint": "",
|
||||
"multimodalSupport": true
|
||||
},
|
||||
"gemini-2.5-pro": {
|
||||
"providerId": "Google Gemini",
|
||||
"model": "gemini-2.5-pro",
|
||||
"endpoint": "",
|
||||
"multimodalSupport": true
|
||||
},
|
||||
"grok-4-fast": {
|
||||
"providerId": "xAI",
|
||||
"model": "grok-4-fast",
|
||||
"endpoint": "",
|
||||
"multimodalSupport": true
|
||||
}
|
||||
},
|
||||
"aiImageModelConfigs": {
|
||||
"dall-e-2": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "dall-e-2",
|
||||
"supportedSizes": [
|
||||
"256x256",
|
||||
"512x512",
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"dall-e-3": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "dall-e-3",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1792x1024",
|
||||
"1024x1792"
|
||||
],
|
||||
"supportsPromptImageTransforms": false,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"gpt-image-1": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-image-1",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1536x1024",
|
||||
"1024x1536"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"gpt-image-1-mini": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-image-1-mini",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1536x1024",
|
||||
"1024x1536"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"gpt-image-1.5": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-image-1.5",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1536x1024",
|
||||
"1024x1536"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"gpt-image-2": {
|
||||
"providerId": "OpenAI",
|
||||
"model": "gpt-image-2",
|
||||
"supportedSizes": [
|
||||
"1024x1024",
|
||||
"1536x1024",
|
||||
"1024x1536",
|
||||
"2048x2048"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": true
|
||||
},
|
||||
"gemini-2.5-flash-image": {
|
||||
"providerId": "Google Gemini",
|
||||
"model": "gemini-2.5-flash-image",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"gemini-3.1-flash-image-preview": {
|
||||
"providerId": "Google Gemini",
|
||||
"model": "gemini-3.1-flash-image-preview",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"gemini-3-pro-image-preview": {
|
||||
"providerId": "Google Gemini",
|
||||
"model": "gemini-3-pro-image-preview",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"grok-imagine-image-quality": {
|
||||
"providerId": "xAI",
|
||||
"model": "grok-imagine-image-quality",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
},
|
||||
"grok-imagine-image-pro": {
|
||||
"providerId": "xAI",
|
||||
"model": "grok-imagine-image-pro",
|
||||
"supportedSizes": [
|
||||
"1024x1024"
|
||||
],
|
||||
"supportsPromptImageTransforms": true,
|
||||
"supportsMaskImageEdits": false
|
||||
}
|
||||
},
|
||||
"aiDefaultTextModel": "gpt-5-mini",
|
||||
"aiDefaultImageGenerationModel": "gpt-image-1",
|
||||
"aiDefaultMaxOutgoingTokens": 0,
|
||||
"aiDefaultMaxResponseTokens": 4096
|
||||
"isDebugMode": false
|
||||
}
|
||||
+4
-4
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.23.0",
|
||||
"minAppVersion": "1.5.7",
|
||||
"version": "2.23.12",
|
||||
"minAppVersion": "1.8.7",
|
||||
"description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
|
||||
"author": "Zsolt Viczian",
|
||||
"authorUrl": "https://excalidraw-obsidian.online",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+8
-8
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"commitMessage": "vault backup: {{date}}",
|
||||
"autoCommitMessage": "vault backup: {{date}}",
|
||||
"commitMessage": "{{hostname}}: {{date}} | {{numFiles}}",
|
||||
"autoCommitMessage": "{{hostname}}: {{date}} | {{numFiles}}",
|
||||
"commitMessageScript": "",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 5,
|
||||
"autoPushInterval": 5,
|
||||
"autoPullInterval": 0,
|
||||
"autoPullOnBoot": false,
|
||||
"autoPullOnBoot": true,
|
||||
"autoCommitOnlyStaged": false,
|
||||
"disablePush": false,
|
||||
"pullBeforePush": false,
|
||||
"pullBeforePush": true,
|
||||
"disablePopups": false,
|
||||
"showErrorNotices": true,
|
||||
"disablePopupsForNoChanges": false,
|
||||
"listChangedFilesInMessageBody": false,
|
||||
"listChangedFilesInMessageBody": true,
|
||||
"showStatusBar": true,
|
||||
"updateSubmodules": false,
|
||||
"syncMethod": "reset",
|
||||
"syncMethod": "merge",
|
||||
"mergeStrategy": "none",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": false,
|
||||
@@ -28,11 +28,11 @@
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": false,
|
||||
"setLastSaveToLastCommit": true,
|
||||
"submoduleRecurseCheckout": false,
|
||||
"gitDir": "",
|
||||
"showFileMenu": true,
|
||||
"authorInHistoryView": "hide",
|
||||
"authorInHistoryView": "initials",
|
||||
"dateInHistoryView": false,
|
||||
"diffStyle": "split",
|
||||
"hunks": {
|
||||
|
||||
+258
-295
File diff suppressed because one or more lines are too long
+1
-1
@@ -6,5 +6,5 @@
|
||||
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"version": "2.38.2"
|
||||
"version": "2.38.3"
|
||||
}
|
||||
|
||||
+20
-25
@@ -8,15 +8,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.git-signs-gutter {
|
||||
.cm-gutterElement {
|
||||
/* Needed to align the sign properly for different line heigts. Such as
|
||||
* when having a heading or list item.
|
||||
*/
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="git-view"] .button-border {
|
||||
border: 2px solid var(--interactive-accent);
|
||||
border-radius: var(--radius-s);
|
||||
@@ -108,7 +99,7 @@
|
||||
display: flex;
|
||||
}
|
||||
.git-tools .buttons > * {
|
||||
padding: 0 0;
|
||||
padding: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@@ -175,7 +166,7 @@ which itself is adapted from the diff2html library with the following original l
|
||||
--git-change-bg: #ffd55840;
|
||||
--git-selected: #3572b0;
|
||||
|
||||
--git-delete: #c33;
|
||||
--git-delete: #cc3333;
|
||||
--git-insert: #399839;
|
||||
--git-change: #d0b44c;
|
||||
--git-move: #3572b0;
|
||||
@@ -538,13 +529,24 @@ which itself is adapted from the diff2html library with the following original l
|
||||
.d2h-diff-tbody {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* My additions */
|
||||
.cm-merge-revert {
|
||||
width: 4em;
|
||||
}
|
||||
/* Ensure that merge revert markers are positioned correctly */
|
||||
.cm-merge-revert > * {
|
||||
position: absolute;
|
||||
background-color: var(--background-secondary);
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
/* ====================== Line Authoring Information ====================== */
|
||||
|
||||
.cm-gutterElement.obs-git-blame-gutter {
|
||||
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
|
||||
border-width: 0px 2px 0.2px 2px;
|
||||
border-width: 0px 2px 0.2px;
|
||||
border-style: solid;
|
||||
border-color: var(--background-secondary);
|
||||
background-color: var(--background-secondary);
|
||||
@@ -557,7 +559,7 @@ which itself is adapted from the diff2html library with the following original l
|
||||
font-family: monospace;
|
||||
height: 100%; /* ensure, that age-based background color occupies entire parent */
|
||||
text-align: right;
|
||||
padding: 0px 6px 0px 6px;
|
||||
padding: 0px 6px;
|
||||
white-space: pre; /* Keep spaces and do not collapse them. */
|
||||
}
|
||||
|
||||
@@ -602,6 +604,11 @@ which itself is adapted from the diff2html library with the following original l
|
||||
.git-signs-gutter {
|
||||
.cm-gutterElement {
|
||||
display: grid;
|
||||
|
||||
/* Needed to align the sign properly for different line heigts. Such as
|
||||
* when having a heading or list item.
|
||||
*/
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -669,18 +676,6 @@ div:hover > .git-gutter-marker.git-changedelete {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.git-diff {
|
||||
.cm-merge-revert {
|
||||
width: 4em;
|
||||
}
|
||||
/* Ensure that merge revert markers are positioned correctly */
|
||||
.cm-merge-revert > * {
|
||||
position: absolute;
|
||||
background-color: var(--background-secondary);
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
/* Prevent shifting of the editor when git signs gutter is the only gutter present */
|
||||
.cm-gutters.cm-gutters-before:has(> .git-signs-gutter:only-child) {
|
||||
margin-inline-end: 0;
|
||||
|
||||
+12
-12
@@ -6,11 +6,11 @@
|
||||
"emojiStyle": "native",
|
||||
"iconColor": null,
|
||||
"recentlyUsedIcons": [
|
||||
"🧰",
|
||||
"🎒",
|
||||
"LiComputer",
|
||||
"💡",
|
||||
"🏔"
|
||||
"LiToolCase",
|
||||
"LiLibrary",
|
||||
"LiCalendar",
|
||||
"LiNotebook",
|
||||
"LiLightbulb"
|
||||
],
|
||||
"recentlyUsedIconsSize": 5,
|
||||
"rules": [],
|
||||
@@ -34,17 +34,16 @@
|
||||
"debugMode": false,
|
||||
"useInternalPlugins": false
|
||||
},
|
||||
"00 Inbox": "📥",
|
||||
"99 System": "🧰",
|
||||
"99 System": "LiToolCase",
|
||||
"99 System/Template": "LiBookTemplate",
|
||||
"99 System/Archive": "LiFolderArchive",
|
||||
"99 System/Cache": "LiArchive",
|
||||
"02 Projects": "📔",
|
||||
"03 Journal": "📅",
|
||||
"02 Projects": "LiNotebook",
|
||||
"03 Journal": "LiCalendar",
|
||||
"02 Projects/Наука": "LiShieldQuestion",
|
||||
"02 Projects/Учеба": "LiNotebookTabs",
|
||||
"01 Ideas": "💡",
|
||||
"90 Library": "♎",
|
||||
"01 Ideas": "LiLightbulb",
|
||||
"90 Library": "LiLibrary",
|
||||
"90 Library/02 DevOps": "LiSpline",
|
||||
"90 Library/04 Networking": "LiNetwork",
|
||||
"90 Library/05 Operating System": "LiComputer",
|
||||
@@ -68,5 +67,6 @@
|
||||
"01 Library/09 Sport": "LiDumbbell",
|
||||
"01 Library/10 Finance": "LiCircleDollarSign",
|
||||
"01 Library/07 HomeLab": "LiServer",
|
||||
"01 Library/01 Admin": "🏔"
|
||||
"01 Library/01 Admin": "🏔",
|
||||
"00 Inbox": "LiInbox"
|
||||
}
|
||||
+9
-2
@@ -149,7 +149,7 @@
|
||||
"enabled": true,
|
||||
"single-quote-enabled": true,
|
||||
"single-quote-style": "''",
|
||||
"double-quote-enabled": true,
|
||||
"double-quote-enabled": false,
|
||||
"double-quote-style": "\"\""
|
||||
},
|
||||
"remove-consecutive-list-markers": {
|
||||
@@ -278,10 +278,17 @@
|
||||
"lintOnFileChange": false,
|
||||
"displayLintOnFileChangeNotice": false,
|
||||
"settingsConvertedToConfigKeyValues": true,
|
||||
"additionalFileExtensions": [],
|
||||
"foldersToIgnore": [
|
||||
"99 System"
|
||||
],
|
||||
"filesToIgnore": [],
|
||||
"filesToIgnore": [
|
||||
{
|
||||
"label": "Excalidraw",
|
||||
"match": ".*\\.excalidraw(\\.md)?$",
|
||||
"flags": "i"
|
||||
}
|
||||
],
|
||||
"linterLocale": "system-default",
|
||||
"logLevel": "ERROR",
|
||||
"lintCommands": [],
|
||||
|
||||
+158
-157
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "obsidian-linter",
|
||||
"name": "Linter",
|
||||
"version": "1.31.0",
|
||||
"minAppVersion": "1.9.0",
|
||||
"version": "1.31.2",
|
||||
"minAppVersion": "1.12.0",
|
||||
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
|
||||
"author": "Victor Tao",
|
||||
"authorUrl": "https://github.com/platers",
|
||||
|
||||
+5
-6
@@ -32,8 +32,8 @@
|
||||
"shiba-theme-settings@@translucent-pane-style-settings": "shib-setting-default-frosted-glass",
|
||||
"shiba-theme-settings@@shib-transparent-setting-panel": false,
|
||||
"Plugin@@colorful-checkbox": true,
|
||||
"anuppuccin-theme-settings@@anuppuccin-theme-dark": "ctp-macchiato",
|
||||
"anuppuccin-theme-settings@@anuppuccin-theme-accents": "ctp-accent-sapphire",
|
||||
"anuppuccin-theme-settings@@anuppuccin-theme-dark": "ctp-mocha",
|
||||
"anuppuccin-theme-settings@@anuppuccin-theme-accents": "ctp-accent-lavender",
|
||||
"anuppuccin-theme-settings@@anp-active-line": "anp-current-line-border-only",
|
||||
"anuppuccin-theme-settings@@anp-pdf-blend-toggle-dark": false,
|
||||
"anuppuccin-theme-settings@@anp-alt-tab-style": "anp-alternate-tab-toggle",
|
||||
@@ -64,9 +64,7 @@
|
||||
"pln@@pln-attachments-pdf": true,
|
||||
"pln@@pln-attachments-images": true,
|
||||
"pln@@pln-hdcl": true,
|
||||
"anuppuccin-theme-settings@@anp-toggle-preview": false,
|
||||
"anuppuccin-theme-settings@@file-margins": 60,
|
||||
"anuppuccin-theme-settings@@anp-preview-width-pct": 75,
|
||||
"anuppuccin-theme-settings@@anp-toggle-preview": true,
|
||||
"anuppuccin-theme-settings@@anp-layout-select": "anp-card-layout",
|
||||
"anuppuccin-theme-settings@@anp-toggle-metadata": true,
|
||||
"anuppuccin-theme-settings@@anp-toggle-scrollbars": true,
|
||||
@@ -109,5 +107,6 @@
|
||||
"anuppuccin-theme-settings@@anp-translucency-opacity": 0.5,
|
||||
"anuppuccin-theme-settings@@anp-editor-font-source": "Inter",
|
||||
"anuppuccin-theme-settings@@anp-editor-font-lp": "Inter",
|
||||
"anuppuccin-theme-settings@@anp-editor-font-rv": "Inter"
|
||||
"anuppuccin-theme-settings@@anp-editor-font-rv": "Inter",
|
||||
"anuppuccin-theme-settings@@file-line-width": 900
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"timestamps": false,
|
||||
"timestampFormat": "auto",
|
||||
"timestampInterval": "0",
|
||||
"translate": false,
|
||||
"language": "auto",
|
||||
"verbosity": 1,
|
||||
"whisperASRUrls": "http://localhost:9000",
|
||||
"debug": false,
|
||||
"transcriptionEngine": "whisper_asr",
|
||||
"embedAdditionalFunctionality": true,
|
||||
"embedSummary": true,
|
||||
"embedOutline": true,
|
||||
"embedKeywords": true,
|
||||
"swiftink_access_token": null,
|
||||
"swiftink_refresh_token": null,
|
||||
"lineSpacing": "multi",
|
||||
"encode": true,
|
||||
"initialPrompt": "",
|
||||
"vadFilter": false,
|
||||
"wordTimestamps": false
|
||||
}
|
||||
-10954
File diff suppressed because it is too large
Load Diff
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-transcription",
|
||||
"name": "Transcription",
|
||||
"version": "3.4.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Transcription 3.0, now with Swiftink.io domain-aware speech-to-text! Create high-quality text transcriptions from any media file, on any device. Best-in-class ASR",
|
||||
"author": "djmango",
|
||||
"authorUrl": "https://github.com/djmango",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+1
@@ -6,6 +6,7 @@
|
||||
"ignoreDiacritics": true,
|
||||
"ignoreArabicDiacritics": false,
|
||||
"indexedFileTypes": [],
|
||||
"indexFilesWithoutExtension": false,
|
||||
"displayTitle": "",
|
||||
"PDFIndexing": false,
|
||||
"officeIndexing": false,
|
||||
|
||||
Vendored
+142
-143
File diff suppressed because one or more lines are too long
+3
-3
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"id": "omnisearch",
|
||||
"name": "Omnisearch",
|
||||
"version": "1.28.0",
|
||||
"version": "1.29.3",
|
||||
"minAppVersion": "1.7.2",
|
||||
"description": "A search engine that just works",
|
||||
"description": "A search engine that just works.",
|
||||
"author": "Simon Cambier",
|
||||
"authorUrl": "https://github.com/scambier/obsidian-omnisearch",
|
||||
"authorUrl": "https://scambier.xyz",
|
||||
"fundingUrl": {
|
||||
"Github": "https://github.com/sponsors/scambier",
|
||||
"Ko-fi": "https://ko-fi.com/scambier"
|
||||
|
||||
+16
-1
@@ -63,7 +63,6 @@
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
|
||||
.omnisearch-result__image-container {
|
||||
flex-basis: 20%;
|
||||
text-align: end;
|
||||
@@ -133,3 +132,19 @@
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.omnisearch-result-highlight .cm-content ::selection,
|
||||
.omnisearch-result-highlight .cm-line::selection {
|
||||
background-color: var(
|
||||
--omnisearch-highlight-color,
|
||||
rgba(222, 183, 110, 1)
|
||||
) !important;
|
||||
color: var(--omnisearch-highlight-text-color, black) !important;
|
||||
}
|
||||
|
||||
.omnisearch-result-highlight .cm-selectionLayer .cm-selectionBackground {
|
||||
background-color: var(
|
||||
--omnisearch-highlight-color,
|
||||
rgba(222, 183, 110, 1)
|
||||
) !important;
|
||||
}
|
||||
|
||||
+30
-22
File diff suppressed because one or more lines are too long
+9
-3
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "2.17.0",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "1.5.0",
|
||||
"version": "2.20.5",
|
||||
"description": "Advanced templating and automation using handlebars-like syntax.",
|
||||
"minAppVersion": "1.12.2",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"fundingUrl": {
|
||||
"GitHub Sponser (Zachatoo, maintainer)": "https://github.com/sponsors/Zachatoo",
|
||||
"Ko-fi (Zachatoo, maintainer)": "https://ko-fi.com/zachatoo",
|
||||
"GitHub Sponser (SilentVoid13, creator)": "https://github.com/sponsors/SilentVoid13",
|
||||
"Paypal (SilentVoid13, creator)": "https://www.paypal.com/donate?hosted_button_id=U2SRGAFYXT32Q"
|
||||
},
|
||||
"helpUrl": "https://silentvoid13.github.io/Templater/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
||||
+1
-1
@@ -221,6 +221,6 @@ textarea.templater-prompt-input:focus {
|
||||
}
|
||||
|
||||
li.CodeMirror-hint-active {
|
||||
background: #08f;
|
||||
background: #0088ff;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Vendored
+126
@@ -6,7 +6,130 @@
|
||||
"exposeInternalModules": true,
|
||||
"focusOnNewInstance": true,
|
||||
"hideStatusBar": "focused",
|
||||
"interceptKeysWhenFocused": true,
|
||||
"interceptLogging": true,
|
||||
"keymappings": [
|
||||
{
|
||||
"action": "sendEscapeSequence",
|
||||
"actionArg": "\r",
|
||||
"alt": false,
|
||||
"ctrl": false,
|
||||
"key": "Enter",
|
||||
"meta": false,
|
||||
"platform": null,
|
||||
"shift": true
|
||||
},
|
||||
{
|
||||
"action": "scrollPages",
|
||||
"actionArg": -1,
|
||||
"alt": false,
|
||||
"ctrl": false,
|
||||
"key": "PageUp",
|
||||
"meta": false,
|
||||
"platform": null,
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "scrollPages",
|
||||
"actionArg": 1,
|
||||
"alt": false,
|
||||
"ctrl": false,
|
||||
"key": "PageDown",
|
||||
"meta": false,
|
||||
"platform": null,
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "scrollToTop",
|
||||
"actionArg": null,
|
||||
"alt": false,
|
||||
"ctrl": false,
|
||||
"key": "Home",
|
||||
"meta": false,
|
||||
"platform": null,
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "scrollToBottom",
|
||||
"actionArg": null,
|
||||
"alt": false,
|
||||
"ctrl": false,
|
||||
"key": "End",
|
||||
"meta": false,
|
||||
"platform": null,
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "sendEscapeSequence",
|
||||
"actionArg": "b",
|
||||
"alt": true,
|
||||
"ctrl": false,
|
||||
"key": "ArrowLeft",
|
||||
"meta": false,
|
||||
"platform": "darwin",
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "sendEscapeSequence",
|
||||
"actionArg": "f",
|
||||
"alt": true,
|
||||
"ctrl": false,
|
||||
"key": "ArrowRight",
|
||||
"meta": false,
|
||||
"platform": "darwin",
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "sendHexCode",
|
||||
"actionArg": "01",
|
||||
"alt": false,
|
||||
"ctrl": false,
|
||||
"key": "ArrowLeft",
|
||||
"meta": true,
|
||||
"platform": "darwin",
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "sendHexCode",
|
||||
"actionArg": "05",
|
||||
"alt": false,
|
||||
"ctrl": false,
|
||||
"key": "ArrowRight",
|
||||
"meta": true,
|
||||
"platform": "darwin",
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "sendHexCode",
|
||||
"actionArg": "17",
|
||||
"alt": true,
|
||||
"ctrl": false,
|
||||
"key": "Backspace",
|
||||
"meta": false,
|
||||
"platform": "darwin",
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "sendHexCode",
|
||||
"actionArg": "15",
|
||||
"alt": false,
|
||||
"ctrl": false,
|
||||
"key": "Backspace",
|
||||
"meta": true,
|
||||
"platform": "darwin",
|
||||
"shift": false
|
||||
},
|
||||
{
|
||||
"action": "sendEscapeSequence",
|
||||
"actionArg": "d",
|
||||
"alt": true,
|
||||
"ctrl": false,
|
||||
"key": "Delete",
|
||||
"meta": false,
|
||||
"platform": "darwin",
|
||||
"shift": false
|
||||
}
|
||||
],
|
||||
"language": "",
|
||||
"macOSOptionKeyPassthrough": true,
|
||||
"newInstanceBehavior": "newHorizontalSplit",
|
||||
@@ -32,6 +155,7 @@
|
||||
},
|
||||
"linuxExternalDefault": {
|
||||
"args": [],
|
||||
"environment": [],
|
||||
"executable": "xterm",
|
||||
"followTheme": true,
|
||||
"name": "",
|
||||
@@ -52,6 +176,7 @@
|
||||
},
|
||||
"linuxIntegratedDefault": {
|
||||
"args": [],
|
||||
"environment": [],
|
||||
"executable": "/bin/sh",
|
||||
"followTheme": true,
|
||||
"name": "",
|
||||
@@ -76,6 +201,7 @@
|
||||
"args": [
|
||||
"--login"
|
||||
],
|
||||
"environment": [],
|
||||
"executable": "/usr/bin/zsh",
|
||||
"followTheme": true,
|
||||
"name": "ZSH",
|
||||
|
||||
Vendored
+152
-186
File diff suppressed because one or more lines are too long
+1
-1
@@ -5,7 +5,7 @@
|
||||
"Buy Me a Coffee": "https://buymeacoffee.com/polyipseity",
|
||||
"GitHub Sponsors": "https://github.com/sponsors/polyipseity"
|
||||
},
|
||||
"version": "3.24.0",
|
||||
"version": "3.26.0",
|
||||
"authorUrl": "https://github.com/polyipseity",
|
||||
"id": "terminal",
|
||||
"isDesktopOnly": false,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
+67
-34
@@ -1,36 +1,69 @@
|
||||
{
|
||||
"version": null,
|
||||
"isAnnounceUpdatesEnabled": true,
|
||||
"isPluginActivated": true,
|
||||
"isTypewriterScrollEnabled": true,
|
||||
"isOnlyActivateAfterFirstInteractionEnabled": true,
|
||||
"isOnlyMaintainTypewriterOffsetWhenReachedEnabled": true,
|
||||
"isTypewriterOnlyUseCommandsEnabled": false,
|
||||
"typewriterOffset": 0.5,
|
||||
"isKeepLinesAboveAndBelowEnabled": false,
|
||||
"linesAboveAndBelow": 5,
|
||||
"isMaxCharsPerLineEnabled": false,
|
||||
"maxCharsPerLine": 64,
|
||||
"isDimUnfocusedEnabled": false,
|
||||
"isDimHighlightListParentEnabled": false,
|
||||
"isDimTableAsOneEnabled": true,
|
||||
"dimUnfocusedMode": "paragraphs",
|
||||
"dimUnfocusedEditorsBehavior": "dim",
|
||||
"dimmedOpacity": 0.25,
|
||||
"isPauseDimUnfocusedWhileScrollingEnabled": true,
|
||||
"isPauseDimUnfocusedWhileSelectingEnabled": true,
|
||||
"isHighlightCurrentLineEnabled": false,
|
||||
"isFadeLinesEnabled": false,
|
||||
"fadeLinesIntensity": 0.5,
|
||||
"isHighlightCurrentLineOnlyInFocusedEditorEnabled": false,
|
||||
"currentLineHighlightStyle": "box",
|
||||
"currentLineHighlightUnderlineThickness": 1,
|
||||
"currentLineHighlightColor-dark": "#444",
|
||||
"currentLineHighlightColor-light": "#ddd",
|
||||
"doesWritingFocusShowHeader": false,
|
||||
"doesWritingFocusShowStatusBar": false,
|
||||
"doesWritingFocusShowVignette": true,
|
||||
"isWritingFocusFullscreen": true,
|
||||
"writingFocusVignetteStyle": "box",
|
||||
"isRestoreCursorPositionEnabled": false
|
||||
"general": {
|
||||
"version": "1.4.0",
|
||||
"isAnnounceUpdatesEnabled": true,
|
||||
"isPluginActivated": true,
|
||||
"isOnlyActivateAfterFirstInteractionEnabled": true,
|
||||
"enabledPlatforms": "both",
|
||||
"enabledFilePaths": [],
|
||||
"disabledFilePaths": []
|
||||
},
|
||||
"typewriter": {
|
||||
"isTypewriterScrollEnabled": true,
|
||||
"isOnlyMaintainTypewriterOffsetWhenReachedEnabled": true,
|
||||
"isTypewriterOnlyUseCommandsEnabled": false,
|
||||
"typewriterOffset": 0.5
|
||||
},
|
||||
"keepLinesAboveAndBelow": {
|
||||
"isKeepLinesAboveAndBelowEnabled": false,
|
||||
"linesAboveAndBelow": 5
|
||||
},
|
||||
"maxChars": {
|
||||
"isMaxCharsPerLineEnabled": false,
|
||||
"maxCharsPerLine": 64
|
||||
},
|
||||
"dimming": {
|
||||
"isDimUnfocusedEnabled": false,
|
||||
"isDimUnfocusedOnlyInWritingFocusModeEnabled": false,
|
||||
"isDimHighlightListParentEnabled": false,
|
||||
"isDimTableAsOneEnabled": true,
|
||||
"dimUnfocusedMode": "paragraphs",
|
||||
"dimUnfocusedEditorsBehavior": "dim",
|
||||
"dimmedOpacity": 0.25,
|
||||
"isPauseDimUnfocusedWhileScrollingEnabled": true,
|
||||
"isPauseDimUnfocusedWhileSelectingEnabled": true
|
||||
},
|
||||
"currentLine": {
|
||||
"isHighlightCurrentLineEnabled": false,
|
||||
"isHighlightCurrentLineOnlyInWritingFocusModeEnabled": false,
|
||||
"isFadeLinesEnabled": false,
|
||||
"isFadeLinesOnlyInWritingFocusModeEnabled": false,
|
||||
"fadeLinesIntensity": 0.5,
|
||||
"isHighlightCurrentLineOnlyInFocusedEditorEnabled": false,
|
||||
"isPauseCurrentLineHighlightWhileScrollingEnabled": false,
|
||||
"isPauseCurrentLineHighlightWhileSelectingEnabled": false,
|
||||
"currentLineHighlightStyle": "box",
|
||||
"currentLineHighlightUnderlineThickness": 1,
|
||||
"currentLineHighlightColor-dark": "#444",
|
||||
"currentLineHighlightColor-light": "#ddd"
|
||||
},
|
||||
"writingFocus": {
|
||||
"doesWritingFocusShowHeader": false,
|
||||
"doesWritingFocusShowVignette": true,
|
||||
"doesWritingFocusShowStatusBar": false,
|
||||
"isWritingFocusFullscreen": true,
|
||||
"writingFocusVignetteStyle": "box",
|
||||
"writingFocusFontSize": 0
|
||||
},
|
||||
"restoreCursorPosition": {
|
||||
"isRestoreCursorPositionEnabled": false,
|
||||
"cursorPositions": {}
|
||||
},
|
||||
"hemingwayMode": {
|
||||
"isHemingwayModeEnabled": false,
|
||||
"isHemingwayModeOnlyInWritingFocusModeEnabled": false,
|
||||
"isAllowBackspaceInHemingwayModeEnabled": false,
|
||||
"isShowHemingwayModeStatusBarEnabled": true,
|
||||
"hemingwayModeStatusBarText": "Hemingway"
|
||||
}
|
||||
}
|
||||
+8
-12
File diff suppressed because one or more lines are too long
+2
-2
@@ -5,8 +5,8 @@
|
||||
"authorUrl": "https://davis-riedel.de/en/software",
|
||||
"description": "Typewriter scroll, highlight current line, dim unfocused paragraphs and sentences, writing focus, restore cursor position and more.",
|
||||
"isDesktopOnly": false,
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "1.11.0",
|
||||
"fundingUrl": {
|
||||
"Buy Me a Coffee": "https://www.buymeacoffee.com/davis.riedel",
|
||||
"GitHub Sponsors": "https://github.com/sponsors/davisriedel"
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
-211
@@ -1,211 +0,0 @@
|
||||
{
|
||||
"packagesHash": {
|
||||
"default": {
|
||||
"packageId": "default",
|
||||
"name": "Default Prompts Package",
|
||||
"version": "0.0.9",
|
||||
"minTextGeneratorVersion": "0.5.0",
|
||||
"description": "This is the main package that comes with Text Generator plugin in Obsidian",
|
||||
"author": "Noureddine Haouari",
|
||||
"tags": "writing, brainstorming",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/gpt-3-prompt-templates"
|
||||
},
|
||||
"dalle": {
|
||||
"packageId": "dalle",
|
||||
"name": "OpenAI Dalle Package",
|
||||
"version": "0.1.1",
|
||||
"minTextGeneratorVersion": "0.7.0",
|
||||
"description": "The package contains some interessting Dalle-2/Dalle-3 prompt templates",
|
||||
"author": "Noureddine Haouari",
|
||||
"tags": "photo, dalle-2, dalle-3",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/tg-dalle-package"
|
||||
},
|
||||
"huggingface": {
|
||||
"packageId": "huggingface",
|
||||
"name": "Huggingface Prompts Package",
|
||||
"version": "0.0.4",
|
||||
"minTextGeneratorVersion": "0.5.0",
|
||||
"description": "Huggingface Prompts comes with Text Generator plugin in Obsidian",
|
||||
"author": "Noureddine Haouari",
|
||||
"tags": "writing, brainstorming, huggingface",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/huggingface"
|
||||
},
|
||||
"awesomePrompts": {
|
||||
"packageId": "awesomePrompts",
|
||||
"name": "Awesome Prompts",
|
||||
"version": "0.0.3",
|
||||
"minTextGeneratorVersion": "0.5.7",
|
||||
"description": "This repo includes ChatGPT prompt curation to use ChatGPT better.",
|
||||
"author": "f",
|
||||
"tags": "writing, brainstorming, awesome",
|
||||
"authorUrl": "https://github.com/f/awesome-chatgpt-prompts",
|
||||
"repo": "text-gen/awesome-tg-package"
|
||||
},
|
||||
"tts": {
|
||||
"packageId": "tts",
|
||||
"name": "Text To Speech Package",
|
||||
"version": "0.0.3",
|
||||
"minTextGeneratorVersion": "0.6.0",
|
||||
"description": "Contains Text To Speech Templates and support for TTS for other templates",
|
||||
"author": "Noureddine",
|
||||
"tags": "TTS, Speak",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/TTS"
|
||||
},
|
||||
"vision": {
|
||||
"packageId": "vision",
|
||||
"name": "Vision Package",
|
||||
"version": "0.0.2",
|
||||
"minTextGeneratorVersion": "0.6.0",
|
||||
"description": "Contains Vision Templates and support for Vision for other templates (Scripts)",
|
||||
"author": "Noureddine",
|
||||
"tags": "OpenAI,markdown,gpt-4-vision,vision,images",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/tg-vision"
|
||||
},
|
||||
"smartConnections": {
|
||||
"packageId": "smartConnections",
|
||||
"name": "Smart Connections Package",
|
||||
"version": "0.0.2",
|
||||
"minTextGeneratorVersion": "0.6.0",
|
||||
"description": "Contains Smart Connection Templates and support for Smart Connections for other templates (Script)",
|
||||
"author": "Noureddine",
|
||||
"tags": "smartConnections,smart-connections",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/tg-smartConnections"
|
||||
},
|
||||
"Experimental": {
|
||||
"packageId": "Experimental",
|
||||
"name": "Experimental Package",
|
||||
"version": "0.0.2",
|
||||
"minTextGeneratorVersion": "0.6.6",
|
||||
"description": "Contains experimental templates",
|
||||
"author": "Noureddine",
|
||||
"tags": "experiments",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/experimental-package"
|
||||
},
|
||||
"testExtension": {
|
||||
"core": true,
|
||||
"type": "feature",
|
||||
"packageId": "testExtension",
|
||||
"name": "test extension Package",
|
||||
"version": "0.0.1",
|
||||
"minTextGeneratorVersion": "0.1.0",
|
||||
"description": "testing extension package",
|
||||
"author": "Noureddine Haouari",
|
||||
"tags": "testing",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/gpt-3-prompt-templates",
|
||||
"folderName": "testExtension",
|
||||
"price": 20,
|
||||
"installed": false
|
||||
},
|
||||
"excalidraw": {
|
||||
"packageId": "excalidraw",
|
||||
"name": "excalidraw package",
|
||||
"version": "0.0.1",
|
||||
"minTextGeneratorVersion": "0.6.0",
|
||||
"description": "Contains Excalidraw Templates and support for Excalidraw for other templates (Scripts)",
|
||||
"author": "Noureddine",
|
||||
"tags": "OpenAI,markdown,gpt-4-vision,vision,images",
|
||||
"authorUrl": "https://www.buymeacoffee.com/haouarine",
|
||||
"repo": "text-gen/tg-excalidraw",
|
||||
"core": true,
|
||||
"folderName": "excalidrawPackage",
|
||||
"price": 2
|
||||
}
|
||||
},
|
||||
"resources": {},
|
||||
"installedPackagesHash": {
|
||||
"default": {
|
||||
"packageId": "default",
|
||||
"prompts": [
|
||||
{
|
||||
"promptId": "getEmailNeg"
|
||||
},
|
||||
{
|
||||
"promptId": "getEmailPos"
|
||||
},
|
||||
{
|
||||
"promptId": "getIdeas"
|
||||
},
|
||||
{
|
||||
"promptId": "getOutline"
|
||||
},
|
||||
{
|
||||
"promptId": "getParagraph"
|
||||
},
|
||||
{
|
||||
"promptId": "getTags"
|
||||
},
|
||||
{
|
||||
"promptId": "getTitles"
|
||||
},
|
||||
{
|
||||
"promptId": "rewrite"
|
||||
},
|
||||
{
|
||||
"promptId": "simplify"
|
||||
},
|
||||
{
|
||||
"promptId": "summarize"
|
||||
},
|
||||
{
|
||||
"promptId": "summarizeLarge"
|
||||
}
|
||||
],
|
||||
"installedPrompts": [
|
||||
{
|
||||
"promptId": "rewrite",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "getTags",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "summarize",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "getEmailNeg",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "getParagraph",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "getOutline",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "getTitles",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "getIdeas",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "summarizeLarge",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "simplify",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"promptId": "getEmailPos",
|
||||
"version": ""
|
||||
}
|
||||
],
|
||||
"version": "0.0.5"
|
||||
}
|
||||
},
|
||||
"subscriptions": []
|
||||
}
|
||||
Vendored
-296
File diff suppressed because one or more lines are too long
Vendored
-4
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"workspaces": {},
|
||||
"active": ""
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
# This directory is a Syncthing folder marker.
|
||||
# Do not delete.
|
||||
|
||||
folderID: m3zka-ffmna
|
||||
created: 2026-05-22T18:33:10Z
|
||||
@@ -1,5 +0,0 @@
|
||||
# This directory is a Syncthing folder marker.
|
||||
# Do not delete.
|
||||
|
||||
folderID: m3zka-ffmna
|
||||
created: 2026-05-22T21:53:44+03:00
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
"embedding_models:transformers#1766001974544": {"api_key":"","provider_key":"transformers","model_key":"TaylorAI/bge-micro-v2","dims":384,"max_tokens":512,"class_name":"EmbeddingModel","created_at":1766001974544,"key":"transformers#1766001974544"},
|
||||
@@ -1,24 +0,0 @@
|
||||
"event_logs:settings:changed": {"key":"settings:changed","ct":5,"first_at":1766005130223,"last_at":1766919185927,"class_name":"EventLog"},
|
||||
"event_logs:source:initial_scan_started": {"key":"source:initial_scan_started","ct":1,"first_at":1767457672760,"last_at":1767457672760,"class_name":"EventLog"},
|
||||
"event_logs:source:initial_scan_completed": {"key":"source:initial_scan_completed","ct":1,"first_at":1767457672772,"last_at":1767457672772,"class_name":"EventLog"},
|
||||
"event_logs:collection:load_started": {"key":"collection:load_started","ct":21,"first_at":1766001974298,"last_at":1766919148576,"class_name":"EventLog"},
|
||||
"event_logs:collection:load_halted": {"key":"collection:load_halted","ct":12,"first_at":1766001974303,"last_at":1766919148568,"class_name":"EventLog"},
|
||||
"event_logs:collection:load_completed": {"key":"collection:load_completed","ct":13,"first_at":1766001974537,"last_at":1766919149046,"class_name":"EventLog"},
|
||||
"event_logs:sources:imported": {"key":"sources:imported","ct":924,"first_at":1766001974542,"last_at":1766919201571,"class_name":"EventLog"},
|
||||
"event_logs:model:changed": {"key":"model:changed","ct":1,"first_at":1766001974544,"last_at":1766001974544,"class_name":"EventLog"},
|
||||
"event_logs:embedding:progress_reported": {"key":"embedding:progress_reported","ct":12,"first_at":1766001979994,"last_at":1766919173402,"class_name":"EventLog"},
|
||||
"event_logs:item:embedded": {"key":"item:embedded","ct":1149,"first_at":1766001980379,"last_at":1766919202902,"class_name":"EventLog"},
|
||||
"event_logs:embedding:completed": {"key":"embedding:completed","ct":2,"first_at":1766002003065,"last_at":1766919176190,"class_name":"EventLog"},
|
||||
"event_logs:blocks:cleaned": {"key":"blocks:cleaned","ct":5,"first_at":1766002004814,"last_at":1766919177954,"class_name":"EventLog"},
|
||||
"event_logs:sources:opened": {"key":"sources:opened","ct":6,"first_at":1766002550954,"last_at":1766919188082,"class_name":"EventLog","event_sources":{"active-leaf-change":6}},
|
||||
"event_logs:sources:modified": {"key":"sources:modified","ct":1585,"first_at":1766005128814,"last_at":1766919176324,"class_name":"EventLog","event_sources":{"obsidian:workspace.editor-change":1443,"obsidian:vault.modify":142}},
|
||||
"event_logs:sources:created": {"key":"sources:created","ct":7,"first_at":1766002828003,"last_at":1766005775645,"class_name":"EventLog","event_sources":{"obsidian:vault.create":7}},
|
||||
"event_logs:sources:deleted": {"key":"sources:deleted","ct":5,"first_at":1766002833715,"last_at":1766005808033,"class_name":"EventLog","event_sources":{"obsidian:vault.delete":5}},
|
||||
"event_logs:plugin:new_version_available": {"key":"plugin:new_version_available","ct":1,"first_at":1766919181477,"last_at":1766919181477,"class_name":"EventLog"},
|
||||
"event_logs:collection:load_started": {"key":"collection:load_started","ct":25,"first_at":1766001974298,"last_at":1767457678381,"class_name":"EventLog"},
|
||||
"event_logs:collection:load_halted": {"key":"collection:load_halted","ct":14,"first_at":1766001974303,"last_at":1767457678367,"class_name":"EventLog"},
|
||||
"event_logs:collection:load_completed": {"key":"collection:load_completed","ct":15,"first_at":1766001974537,"last_at":1767457678380,"class_name":"EventLog"},
|
||||
"event_logs:collection:load_completed": {"key":"collection:load_completed","ct":16,"first_at":1766001974537,"last_at":1767457680520,"class_name":"EventLog"},
|
||||
"event_logs:sources:imported": {"key":"sources:imported","ct":1143,"first_at":1766001974542,"last_at":1767457681163,"class_name":"EventLog"},
|
||||
"event_logs:item:embedded": {"key":"item:embedded","ct":1169,"first_at":1766001980379,"last_at":1767457690649,"class_name":"EventLog"},
|
||||
"event_logs:blocks:cleaned": {"key":"blocks:cleaned","ct":6,"first_at":1766002004814,"last_at":1767457690814,"class_name":"EventLog"},
|
||||
-3
File diff suppressed because one or more lines are too long
-4
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-4
File diff suppressed because one or more lines are too long
-4
File diff suppressed because one or more lines are too long
-6
File diff suppressed because one or more lines are too long
-11
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-9
File diff suppressed because one or more lines are too long
-3
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-5
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-5
File diff suppressed because one or more lines are too long
-5
File diff suppressed because one or more lines are too long
-7
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-3
File diff suppressed because one or more lines are too long
-3
File diff suppressed because one or more lines are too long
-4
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-4
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-14
File diff suppressed because one or more lines are too long
-13
File diff suppressed because one or more lines are too long
-4
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-5
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-3
File diff suppressed because one or more lines are too long
-6
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
-8
File diff suppressed because one or more lines are too long
-2
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user