vault backup: 2026-08-21 02:31:37
This commit is contained in:
Vendored
+184
-33
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "dataview",
|
"id": "dataview",
|
||||||
"name": "Dataview",
|
"name": "Dataview",
|
||||||
"version": "0.5.67",
|
"version": "0.5.68",
|
||||||
"minAppVersion": "0.13.11",
|
"minAppVersion": "0.13.11",
|
||||||
"description": "Complex data views for the data-obsessed.",
|
"description": "Complex data views for the data-obsessed.",
|
||||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||||
|
|||||||
+3
-8
@@ -1,8 +1,3 @@
|
|||||||
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
|
|
||||||
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
|
|
||||||
line-height: 1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.block-language-dataview {
|
.block-language-dataview {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
@@ -74,7 +69,7 @@
|
|||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
background-color: var(--background-primary-alt);
|
background-color: var(--background-primary-alt);
|
||||||
color: var(--text-nav-selected);
|
color: var(--nav-item-color-selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataview.inline-field-value {
|
.dataview.inline-field-value {
|
||||||
@@ -82,7 +77,7 @@
|
|||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
background-color: var(--background-secondary-alt);
|
background-color: var(--background-secondary-alt);
|
||||||
color: var(--text-nav-selected);
|
color: var(--nav-item-color-selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataview.inline-field-standalone-value {
|
.dataview.inline-field-standalone-value {
|
||||||
@@ -90,7 +85,7 @@
|
|||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
background-color: var(--background-secondary-alt);
|
background-color: var(--background-secondary-alt);
|
||||||
color: var(--text-nav-selected);
|
color: var(--nav-item-color-selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************/
|
/***************/
|
||||||
|
|||||||
+5
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "excalibrain",
|
"id": "excalibrain",
|
||||||
"name": "ExcaliBrain",
|
"name": "ExcaliBrain",
|
||||||
"version": "0.2.15",
|
"version": "0.2.18",
|
||||||
"minAppVersion": "1.1.6",
|
"minAppVersion": "1.1.6",
|
||||||
"description": "A clean, intuitive and editable graph view for Obsidian",
|
"description": "A clean, intuitive and editable graph view for Obsidian",
|
||||||
"author": "Zsolt Viczian",
|
"author": "Zsolt Viczian",
|
||||||
|
|||||||
+328
-12
@@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"showTabTitlebarButtons": true,
|
||||||
|
"copyLinkToElemenetAnchorTo100": false,
|
||||||
|
"copyFrameLinkByName": false,
|
||||||
|
"disableDoubleClickTextEditing": false,
|
||||||
|
"phoneFooterSafeAreaPadding": false,
|
||||||
|
"tabletFooterSafeAreaPadding": false,
|
||||||
"folder": "Excalidraw",
|
"folder": "Excalidraw",
|
||||||
|
"libraryFolderPath": "Excalidraw/Libraries",
|
||||||
|
"libraryFileName": "local-library",
|
||||||
|
"libraryStorageMode": "vault",
|
||||||
|
"libraryMigrationStatus": "not-required",
|
||||||
|
"libraryMigrationSnoozeUntil": 0,
|
||||||
"cropFolder": "",
|
"cropFolder": "",
|
||||||
"annotateFolder": "",
|
"annotateFolder": "",
|
||||||
"embedUseExcalidrawFolder": false,
|
"embedUseExcalidrawFolder": false,
|
||||||
@@ -21,12 +32,15 @@
|
|||||||
"drawingFilnameEmbedPostfix": " ",
|
"drawingFilnameEmbedPostfix": " ",
|
||||||
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
|
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
|
||||||
"useExcalidrawExtension": true,
|
"useExcalidrawExtension": true,
|
||||||
|
"cropSuffix": "",
|
||||||
"cropPrefix": "cropped_",
|
"cropPrefix": "cropped_",
|
||||||
|
"annotateSuffix": "",
|
||||||
"annotatePrefix": "annotated_",
|
"annotatePrefix": "annotated_",
|
||||||
"annotatePreserveSize": false,
|
"annotatePreserveSize": false,
|
||||||
"displaySVGInPreview": true,
|
"displaySVGInPreview": true,
|
||||||
"previewImageType": "SVGIMG",
|
"previewImageType": "SVGIMG",
|
||||||
"renderingConcurrency": 3,
|
"renderingConcurrency": 3,
|
||||||
|
"imageCacheRetentionDays": 30,
|
||||||
"allowImageCache": true,
|
"allowImageCache": true,
|
||||||
"allowImageCacheInScene": true,
|
"allowImageCacheInScene": true,
|
||||||
"displayExportedImageIfAvailable": false,
|
"displayExportedImageIfAvailable": false,
|
||||||
@@ -36,6 +50,9 @@
|
|||||||
"overrideObsidianFontSize": false,
|
"overrideObsidianFontSize": false,
|
||||||
"dynamicStyling": "colorful",
|
"dynamicStyling": "colorful",
|
||||||
"isLeftHanded": false,
|
"isLeftHanded": false,
|
||||||
|
"desktopUIMode": "tray",
|
||||||
|
"tabletUIMode": "compact",
|
||||||
|
"phoneUIMode": "mobile",
|
||||||
"iframeMatchExcalidrawTheme": true,
|
"iframeMatchExcalidrawTheme": true,
|
||||||
"matchTheme": false,
|
"matchTheme": false,
|
||||||
"matchThemeAlways": false,
|
"matchThemeAlways": false,
|
||||||
@@ -45,6 +62,7 @@
|
|||||||
"penModeDoubleTapEraser": true,
|
"penModeDoubleTapEraser": true,
|
||||||
"penModeSingleFingerPanning": true,
|
"penModeSingleFingerPanning": true,
|
||||||
"penModeCrosshairVisible": true,
|
"penModeCrosshairVisible": true,
|
||||||
|
"panWithRightMouseButton": false,
|
||||||
"renderImageInMarkdownReadingMode": false,
|
"renderImageInMarkdownReadingMode": false,
|
||||||
"renderImageInHoverPreviewForMDNotes": false,
|
"renderImageInHoverPreviewForMDNotes": false,
|
||||||
"renderImageInMarkdownToPDF": false,
|
"renderImageInMarkdownToPDF": false,
|
||||||
@@ -53,6 +71,9 @@
|
|||||||
"zoomToFitOnOpen": true,
|
"zoomToFitOnOpen": true,
|
||||||
"zoomToFitOnResize": true,
|
"zoomToFitOnResize": true,
|
||||||
"zoomToFitMaxLevel": 2,
|
"zoomToFitMaxLevel": 2,
|
||||||
|
"zoomStep": 0.05,
|
||||||
|
"zoomMin": 0.1,
|
||||||
|
"zoomMax": 30,
|
||||||
"linkPrefix": "📍",
|
"linkPrefix": "📍",
|
||||||
"urlPrefix": "🌐",
|
"urlPrefix": "🌐",
|
||||||
"parseTODO": false,
|
"parseTODO": false,
|
||||||
@@ -65,12 +86,13 @@
|
|||||||
"focusOnFileTab": true,
|
"focusOnFileTab": true,
|
||||||
"openInMainWorkspace": true,
|
"openInMainWorkspace": true,
|
||||||
"showLinkBrackets": true,
|
"showLinkBrackets": true,
|
||||||
|
"syncElementLinkWithText": false,
|
||||||
"allowCtrlClick": true,
|
"allowCtrlClick": true,
|
||||||
"forceWrap": false,
|
"forceWrap": false,
|
||||||
"pageTransclusionCharLimit": 200,
|
"pageTransclusionCharLimit": 200,
|
||||||
"wordWrappingDefault": 0,
|
"wordWrappingDefault": 0,
|
||||||
"removeTransclusionQuoteSigns": true,
|
"removeTransclusionQuoteSigns": true,
|
||||||
"iframelyAllowed": true,
|
"oEmbedAllowed": false,
|
||||||
"pngExportScale": 1,
|
"pngExportScale": 1,
|
||||||
"exportWithTheme": true,
|
"exportWithTheme": true,
|
||||||
"exportWithBackground": true,
|
"exportWithBackground": true,
|
||||||
@@ -84,6 +106,7 @@
|
|||||||
"embedType": "excalidraw",
|
"embedType": "excalidraw",
|
||||||
"embedMarkdownCommentLinks": true,
|
"embedMarkdownCommentLinks": true,
|
||||||
"embedWikiLink": true,
|
"embedWikiLink": true,
|
||||||
|
"embedPlaceholderImage": true,
|
||||||
"syncExcalidraw": false,
|
"syncExcalidraw": false,
|
||||||
"experimentalFileType": false,
|
"experimentalFileType": false,
|
||||||
"experimentalFileTag": "✏️",
|
"experimentalFileTag": "✏️",
|
||||||
@@ -95,6 +118,8 @@
|
|||||||
"addDummyTextElement": false,
|
"addDummyTextElement": false,
|
||||||
"zoteroCompatibility": false,
|
"zoteroCompatibility": false,
|
||||||
"fieldSuggester": true,
|
"fieldSuggester": true,
|
||||||
|
"enableOnloadScripts": false,
|
||||||
|
"enableCommandLinks": false,
|
||||||
"compatibilityMode": false,
|
"compatibilityMode": false,
|
||||||
"drawingOpenCount": 0,
|
"drawingOpenCount": 0,
|
||||||
"library": "deprecated",
|
"library": "deprecated",
|
||||||
@@ -111,16 +136,41 @@
|
|||||||
"mdFontColor": "Black",
|
"mdFontColor": "Black",
|
||||||
"mdBorderColor": "Black",
|
"mdBorderColor": "Black",
|
||||||
"mdCSS": "",
|
"mdCSS": "",
|
||||||
|
"markdownImageSettings": {
|
||||||
|
"defaults": {
|
||||||
|
"width": 500,
|
||||||
|
"paddingBottom": 10,
|
||||||
|
"fontFamily": "Virgil",
|
||||||
|
"fontColor": "Black",
|
||||||
|
"border": {
|
||||||
|
"enabled": false,
|
||||||
|
"color": "Black"
|
||||||
|
},
|
||||||
|
"css": "",
|
||||||
|
"transclusion": {
|
||||||
|
"enabled": false,
|
||||||
|
"fontFamily": "Cascadia",
|
||||||
|
"fontColor": "Black",
|
||||||
|
"border": {
|
||||||
|
"enabled": false,
|
||||||
|
"color": "Black"
|
||||||
|
},
|
||||||
|
"css": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"scriptEngineSettings": {},
|
"scriptEngineSettings": {},
|
||||||
"defaultTrayMode": false,
|
"previousRelease": "2.26.4",
|
||||||
"previousRelease": "2.8.1",
|
|
||||||
"showReleaseNotes": true,
|
"showReleaseNotes": true,
|
||||||
|
"excalidrawMasteryPromoCollapsed": false,
|
||||||
|
"compareManifestToPluginVersion": true,
|
||||||
"showNewVersionNotification": true,
|
"showNewVersionNotification": true,
|
||||||
"latexBoilerplate": "\\color{blue}",
|
"latexBoilerplate": "\\color{blue}",
|
||||||
"latexPreambleLocation": "preamble.sty",
|
"latexPreambleLocation": "preamble.sty",
|
||||||
"taskboneEnabled": false,
|
"taskboneEnabled": false,
|
||||||
"taskboneAPIkey": "",
|
"taskboneAPIkey": "",
|
||||||
"pinnedScripts": [],
|
"pinnedScripts": [],
|
||||||
|
"sidepanelTabs": [],
|
||||||
"customPens": [
|
"customPens": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
@@ -468,14 +518,278 @@
|
|||||||
"markdownNodeOneClickEditing": false,
|
"markdownNodeOneClickEditing": false,
|
||||||
"canvasImmersiveEmbed": true,
|
"canvasImmersiveEmbed": true,
|
||||||
"startupScriptPath": "",
|
"startupScriptPath": "",
|
||||||
"openAIAPIToken": "",
|
"aiEnabled": true,
|
||||||
"openAIDefaultTextModel": "gpt-3.5-turbo-1106",
|
"aiVerboseLogging": false,
|
||||||
"openAIDefaultVisionModel": "gpt-4o",
|
"aiProviderProfiles": {
|
||||||
"openAIDefaultImageGenerationModel": "dall-e-3",
|
"OpenAI": {
|
||||||
"openAIURL": "https://api.openai.com/v1/chat/completions",
|
"provider": "openai",
|
||||||
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
|
"apiKey": "",
|
||||||
"openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
|
"baseURL": "https://api.openai.com/v1"
|
||||||
"openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
|
},
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"gpt-3.5-turbo-1106": {
|
||||||
|
"providerId": "OpenAI",
|
||||||
|
"model": "gpt-3.5-turbo-1106",
|
||||||
|
"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",
|
||||||
|
"848x1264",
|
||||||
|
"1264x848",
|
||||||
|
"896x1200",
|
||||||
|
"1200x896",
|
||||||
|
"928x1152",
|
||||||
|
"1152x928",
|
||||||
|
"768x1376",
|
||||||
|
"1376x768",
|
||||||
|
"1584x672"
|
||||||
|
],
|
||||||
|
"supportsPromptImageTransforms": true,
|
||||||
|
"supportsMaskImageEdits": false
|
||||||
|
},
|
||||||
|
"gemini-3.1-flash-image-preview": {
|
||||||
|
"providerId": "Google Gemini",
|
||||||
|
"model": "gemini-3.1-flash-image-preview",
|
||||||
|
"supportedSizes": [
|
||||||
|
"512x512",
|
||||||
|
"1024x1024",
|
||||||
|
"2048x2048",
|
||||||
|
"4096x4096",
|
||||||
|
"424x632",
|
||||||
|
"848x1264",
|
||||||
|
"1696x2528",
|
||||||
|
"3392x5056",
|
||||||
|
"632x424",
|
||||||
|
"1264x848",
|
||||||
|
"2528x1696",
|
||||||
|
"5056x3392",
|
||||||
|
"448x600",
|
||||||
|
"896x1200",
|
||||||
|
"1792x2400",
|
||||||
|
"3584x4800",
|
||||||
|
"600x448",
|
||||||
|
"1200x896",
|
||||||
|
"2400x1792",
|
||||||
|
"4800x3584",
|
||||||
|
"464x576",
|
||||||
|
"928x1152",
|
||||||
|
"1856x2304",
|
||||||
|
"3712x4608",
|
||||||
|
"576x464",
|
||||||
|
"1152x928",
|
||||||
|
"2304x1856",
|
||||||
|
"4608x3712",
|
||||||
|
"384x688",
|
||||||
|
"768x1376",
|
||||||
|
"1536x2752",
|
||||||
|
"3072x5504",
|
||||||
|
"688x384",
|
||||||
|
"1376x768",
|
||||||
|
"2752x1536",
|
||||||
|
"5504x3072",
|
||||||
|
"792x168",
|
||||||
|
"1584x672",
|
||||||
|
"3168x1344",
|
||||||
|
"6336x2688",
|
||||||
|
"256x1024",
|
||||||
|
"512x2048",
|
||||||
|
"1024x4096",
|
||||||
|
"2048x8192",
|
||||||
|
"192x1536",
|
||||||
|
"384x3072",
|
||||||
|
"768x6144",
|
||||||
|
"1536x12288",
|
||||||
|
"1024x256",
|
||||||
|
"2048x512",
|
||||||
|
"4096x1024",
|
||||||
|
"8192x2048",
|
||||||
|
"1536x192",
|
||||||
|
"3072x384",
|
||||||
|
"6144x768",
|
||||||
|
"12288x1536"
|
||||||
|
],
|
||||||
|
"supportsPromptImageTransforms": true,
|
||||||
|
"supportsMaskImageEdits": false
|
||||||
|
},
|
||||||
|
"gemini-3-pro-image-preview": {
|
||||||
|
"providerId": "Google Gemini",
|
||||||
|
"model": "gemini-3-pro-image-preview",
|
||||||
|
"supportedSizes": [
|
||||||
|
"1024x1024",
|
||||||
|
"2048x2048",
|
||||||
|
"4096x4096",
|
||||||
|
"848x1264",
|
||||||
|
"1696x2528",
|
||||||
|
"3392x5056",
|
||||||
|
"1264x848",
|
||||||
|
"2528x1696",
|
||||||
|
"5056x3392",
|
||||||
|
"896x1200",
|
||||||
|
"1792x2400",
|
||||||
|
"3584x4800",
|
||||||
|
"1200x896",
|
||||||
|
"2400x1792",
|
||||||
|
"4800x3584",
|
||||||
|
"928x1152",
|
||||||
|
"1856x2304",
|
||||||
|
"3712x4608",
|
||||||
|
"1152x928",
|
||||||
|
"2304x1856",
|
||||||
|
"4608x3712",
|
||||||
|
"768x1376",
|
||||||
|
"1536x2752",
|
||||||
|
"3072x5504",
|
||||||
|
"1376x768",
|
||||||
|
"2752x1536",
|
||||||
|
"5504x3072",
|
||||||
|
"1584x672",
|
||||||
|
"3168x1344",
|
||||||
|
"6336x2688"
|
||||||
|
],
|
||||||
|
"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-3.5-turbo-1106",
|
||||||
|
"aiDefaultImageGenerationModel": "dall-e-3",
|
||||||
|
"aiDefaultMaxOutgoingTokens": 0,
|
||||||
|
"aiDefaultMaxResponseTokens": 0,
|
||||||
"modifierKeyConfig": {
|
"modifierKeyConfig": {
|
||||||
"Mac": {
|
"Mac": {
|
||||||
"LocalFileDragAction": {
|
"LocalFileDragAction": {
|
||||||
@@ -765,7 +1079,6 @@
|
|||||||
"longPressDesktop": 500,
|
"longPressDesktop": 500,
|
||||||
"longPressMobile": 500,
|
"longPressMobile": 500,
|
||||||
"doubleClickLinkOpenViewMode": true,
|
"doubleClickLinkOpenViewMode": true,
|
||||||
"isDebugMode": false,
|
|
||||||
"rank": "Bronze",
|
"rank": "Bronze",
|
||||||
"modifierKeyOverrides": [
|
"modifierKeyOverrides": [
|
||||||
{
|
{
|
||||||
@@ -797,6 +1110,9 @@
|
|||||||
"alignment": "center",
|
"alignment": "center",
|
||||||
"margin": "normal"
|
"margin": "normal"
|
||||||
},
|
},
|
||||||
|
"disableContextMenu": false,
|
||||||
|
"defaultTrayMode": false,
|
||||||
|
"isDebugMode": false,
|
||||||
"autosaveInterval": 15000,
|
"autosaveInterval": 15000,
|
||||||
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js"
|
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js"
|
||||||
}
|
}
|
||||||
+28
-6
File diff suppressed because one or more lines are too long
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-excalidraw-plugin",
|
"id": "obsidian-excalidraw-plugin",
|
||||||
"name": "Excalidraw",
|
"name": "Excalidraw",
|
||||||
"version": "2.8.1",
|
"version": "2.26.4",
|
||||||
"minAppVersion": "1.1.6",
|
"minAppVersion": "1.8.7",
|
||||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
"description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
|
||||||
"author": "Zsolt Viczian",
|
"author": "Zsolt Viczian",
|
||||||
"authorUrl": "https://www.zsolt.blog",
|
"authorUrl": "https://excalidraw-obsidian.online",
|
||||||
"fundingUrl": "https://ko-fi.com/zsolt",
|
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||||
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+335
-322
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.",
|
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||||
"version": "2.31.1"
|
"version": "2.39.0"
|
||||||
}
|
}
|
||||||
|
|||||||
+427
-298
@@ -14,11 +14,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="git-view"] .view-content {
|
.workspace-leaf-content[data-type="git-view"] .view-content {
|
||||||
padding: 0;
|
padding-left: 0;
|
||||||
|
padding-top: 0;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="git-history-view"] .view-content {
|
.workspace-leaf-content[data-type="git-history-view"] .view-content {
|
||||||
padding: 0;
|
padding-left: 0;
|
||||||
|
padding-top: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading {
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading > svg {
|
.loading > svg {
|
||||||
@@ -55,6 +63,20 @@
|
|||||||
.tooltip.mod-right {
|
.tooltip.mod-right {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Limits the scrollbar to the view body */
|
||||||
|
.git-view {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Re-enable wrapping of nav buttns to prevent overflow on smaller screens #*/
|
||||||
|
.workspace-drawer .git-view .nav-buttons-container {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.git-tools {
|
.git-tools {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
@@ -77,10 +99,25 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.git-tools .buttons > * {
|
.git-tools .buttons > * {
|
||||||
padding: 0 0;
|
padding: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.workspace-leaf-content[data-type="git-view"] .tree-item-self,
|
||||||
|
.workspace-leaf-content[data-type="git-history-view"] .tree-item-self {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-leaf-content[data-type="git-view"]
|
||||||
|
.tree-item-self:hover
|
||||||
|
.clickable-icon,
|
||||||
|
.workspace-leaf-content[data-type="git-history-view"]
|
||||||
|
.tree-item-self:hover
|
||||||
|
.clickable-icon {
|
||||||
|
color: var(--icon-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Highlight an item as active if it's diff is currently opened */
|
||||||
.is-active .git-tools .buttons > * {
|
.is-active .git-tools .buttons > * {
|
||||||
color: var(--nav-item-color-active);
|
color: var(--nav-item-color-active);
|
||||||
}
|
}
|
||||||
@@ -97,54 +134,96 @@
|
|||||||
color: var(--text-accent);
|
color: var(--text-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
|
/* ====== diff2html ======
|
||||||
|
The following styles are adapted from the obsidian-version-history plugin by
|
||||||
|
@kometenstaub https://github.com/kometenstaub/obsidian-version-history-diff/blob/main/src/styles.scss
|
||||||
|
which itself is adapted from the diff2html library with the following original license:
|
||||||
|
|
||||||
|
https://github.com/rtfpessoa/diff2html/blob/master/LICENSE.md
|
||||||
|
|
||||||
|
Copyright 2014-2016 Rodrigo Fernandes https://rtfpessoa.github.io/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
||||||
|
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
|
||||||
|
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
|
||||||
|
persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
|
||||||
|
Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
||||||
|
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||||
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||||
|
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.theme-dark,
|
||||||
|
.theme-light {
|
||||||
|
--git-delete-bg: #ff475040;
|
||||||
|
--git-delete-hl: #96050a75;
|
||||||
|
--git-insert-bg: #68d36840;
|
||||||
|
--git-insert-hl: #23c02350;
|
||||||
|
--git-change-bg: #ffd55840;
|
||||||
|
--git-selected: #3572b0;
|
||||||
|
|
||||||
|
--git-delete: #cc3333;
|
||||||
|
--git-insert: #399839;
|
||||||
|
--git-change: #d0b44c;
|
||||||
|
--git-move: #3572b0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-diff {
|
||||||
|
.d2h-d-none {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.d2h-wrapper {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-wrapper {
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
border-radius: 0.25em;
|
||||||
|
overflow: auto;
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header {
|
}
|
||||||
background-color: var(--background-primary);
|
.d2h-file-header.d2h-file-header {
|
||||||
border-bottom: 1px solid var(--interactive-accent);
|
background-color: var(--background-secondary);
|
||||||
font-family: var(--font-monospace);
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
font-family:
|
||||||
|
Source Sans Pro,
|
||||||
|
Helvetica Neue,
|
||||||
|
Helvetica,
|
||||||
|
Arial,
|
||||||
|
sans-serif;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
.d2h-file-header,
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header,
|
.d2h-file-stats {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
.d2h-file-header {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
|
display: none;
|
||||||
|
}
|
||||||
|
.d2h-file-stats {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
.d2h-lines-added {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-added {
|
border: 1px solid var(--color-green);
|
||||||
border: 1px solid #b4e2b4;
|
|
||||||
border-radius: 5px 0 0 5px;
|
border-radius: 5px 0 0 5px;
|
||||||
color: #399839;
|
color: var(--color-green);
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.d2h-lines-deleted {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-deleted {
|
border: 1px solid var(--color-red);
|
||||||
border: 1px solid #e9aeae;
|
|
||||||
border-radius: 0 5px 5px 0;
|
border-radius: 0 5px 5px 0;
|
||||||
color: #c33;
|
color: var(--color-red);
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.d2h-file-name-wrapper {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name-wrapper {
|
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -153,73 +232,71 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.d2h-file-name {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name {
|
overflow: hidden;
|
||||||
overflow-x: hidden;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
color: var(--text-normal);
|
||||||
|
font-size: var(--h5-size);
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-wrapper {
|
}
|
||||||
border: 1px solid var(--background-modifier-border);
|
.d2h-file-wrapper {
|
||||||
|
border: 1px solid var(--background-secondary-alt);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
max-height: 100%;
|
||||||
|
}
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse {
|
.d2h-file-collapse {
|
||||||
-webkit-box-pack: end;
|
-webkit-box-pack: end;
|
||||||
-ms-flex-pack: end;
|
-ms-flex-pack: end;
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border: 1px solid var(--background-modifier-border);
|
border: 1px solid var(--background-secondary-alt);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
|
.d2h-file-collapse.d2h-selected {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse.d2h-selected {
|
background-color: var(--git-selected);
|
||||||
background-color: #c8e1ff;
|
}
|
||||||
}
|
.d2h-file-collapse-input {
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse-input {
|
|
||||||
margin: 0 4px 0 0;
|
margin: 0 4px 0 0;
|
||||||
}
|
}
|
||||||
|
.d2h-diff-table {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-table {
|
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
font-family: Menlo, Consolas, monospace;
|
font-family: var(--font-monospace);
|
||||||
font-size: 13px;
|
font-size: var(--code-size);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.d2h-files-diff {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-files-diff {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.d2h-file-diff {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-diff {
|
/*
|
||||||
overflow-y: hidden;
|
overflow-y: scroll;
|
||||||
}
|
*/
|
||||||
|
border-radius: 5px;
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-side-diff {
|
font-size: var(--font-text-size);
|
||||||
|
line-height: var(--line-height-normal);
|
||||||
|
}
|
||||||
|
.d2h-file-side-diff {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: -8px;
|
margin-bottom: -8px;
|
||||||
margin-right: -4px;
|
margin-right: -4px;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
.d2h-code-line {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line {
|
padding-left: 6em;
|
||||||
padding: 0 8em;
|
padding-right: 1.5em;
|
||||||
}
|
}
|
||||||
|
.d2h-code-line,
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line,
|
.d2h-code-side-line {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
@@ -227,13 +304,13 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.d2h-code-side-line {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
|
/* needed to be changed */
|
||||||
padding: 0 4.5em;
|
padding-left: 0.5em;
|
||||||
}
|
padding-right: 0.5em;
|
||||||
|
}
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-ctn {
|
.d2h-code-line-ctn {
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
background: none;
|
background: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -243,305 +320,233 @@
|
|||||||
-ms-user-select: text;
|
-ms-user-select: text;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
white-space: pre;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
/* only works for line-by-line */
|
||||||
|
white-space: pre-wrap;
|
||||||
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
|
}
|
||||||
.theme-light
|
.d2h-code-line del,
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
.d2h-code-side-line del {
|
||||||
.d2h-code-side-line
|
background-color: var(--git-delete-hl);
|
||||||
del {
|
color: var(--text-normal);
|
||||||
background-color: #ffb6ba;
|
}
|
||||||
}
|
.d2h-code-line del,
|
||||||
|
.d2h-code-line ins,
|
||||||
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
|
.d2h-code-side-line del,
|
||||||
.theme-dark
|
.d2h-code-side-line ins {
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
|
||||||
.d2h-code-side-line
|
|
||||||
del {
|
|
||||||
background-color: #8d232881;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del,
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
|
|
||||||
border-radius: 0.2em;
|
border-radius: 0.2em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.d2h-code-line ins,
|
||||||
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
|
.d2h-code-side-line ins {
|
||||||
.theme-light
|
background-color: var(--git-insert-hl);
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
|
||||||
.d2h-code-side-line
|
|
||||||
ins {
|
|
||||||
background-color: #97f295;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
.d2h-code-line-prefix {
|
||||||
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
|
|
||||||
.theme-dark
|
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
|
||||||
.d2h-code-side-line
|
|
||||||
ins {
|
|
||||||
background-color: #1d921996;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix {
|
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
background: none;
|
background: none;
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
.line-num1 {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .line-num1 {
|
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.line-num1,
|
||||||
.workspace-leaf-content[data-type="diff-view"] .line-num1,
|
.line-num2 {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
|
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
/*
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
|
*/
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 3.5em;
|
width: 2.5em;
|
||||||
}
|
padding-left: 0;
|
||||||
|
}
|
||||||
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
|
.line-num2 {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
.d2h-code-linenumber {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber {
|
|
||||||
background-color: var(--background-primary);
|
background-color: var(--background-primary);
|
||||||
border: solid var(--background-modifier-border);
|
border: solid var(--background-modifier-border);
|
||||||
border-width: 0 1px;
|
border-width: 0 1px;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--text-muted);
|
color: var(--text-faint);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 7.5em;
|
width: 5.5em;
|
||||||
}
|
}
|
||||||
|
.d2h-code-linenumber:after {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber:after {
|
|
||||||
content: "\200b";
|
content: "\200b";
|
||||||
}
|
}
|
||||||
|
.d2h-code-side-linenumber {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
|
|
||||||
background-color: var(--background-primary);
|
background-color: var(--background-primary);
|
||||||
border: solid var(--background-modifier-border);
|
border: solid var(--background-modifier-border);
|
||||||
border-width: 0 1px;
|
border-width: 0 1px;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--text-muted);
|
color: var(--text-faint);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
position: absolute;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 4em;
|
width: 4em;
|
||||||
}
|
/* needed to be changed */
|
||||||
|
display: table-cell;
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.d2h-code-side-linenumber:after {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
|
|
||||||
content: "\200b";
|
content: "\200b";
|
||||||
}
|
}
|
||||||
|
.d2h-code-side-emptyplaceholder,
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-emptyplaceholder,
|
.d2h-emptyplaceholder {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
|
|
||||||
background-color: var(--background-primary);
|
background-color: var(--background-primary);
|
||||||
border-color: var(--background-modifier-border);
|
border-color: var(--background-modifier-border);
|
||||||
}
|
}
|
||||||
|
.d2h-code-line-prefix,
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix,
|
.d2h-code-linenumber,
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
|
.d2h-code-side-linenumber,
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber,
|
.d2h-emptyplaceholder {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
|
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
.d2h-code-linenumber,
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
|
.d2h-code-side-linenumber {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
|
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
|
.d2h-del {
|
||||||
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-del {
|
background-color: var(--git-delete-bg);
|
||||||
background-color: #fee8e9;
|
border-color: var(--git-delete-hl);
|
||||||
border-color: #e9aeae;
|
}
|
||||||
}
|
.d2h-ins {
|
||||||
|
background-color: var(--git-insert-bg);
|
||||||
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
|
border-color: var(--git-insert-hl);
|
||||||
background-color: #dfd;
|
}
|
||||||
border-color: #b4e2b4;
|
.d2h-info {
|
||||||
}
|
|
||||||
|
|
||||||
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-del {
|
|
||||||
background-color: #521b1d83;
|
|
||||||
border-color: #691d1d73;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
|
|
||||||
background-color: rgba(30, 71, 30, 0.5);
|
|
||||||
border-color: #13501381;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-info {
|
|
||||||
background-color: var(--background-primary);
|
background-color: var(--background-primary);
|
||||||
border-color: var(--background-modifier-border);
|
border-color: var(--background-modifier-border);
|
||||||
|
color: var(--text-faint);
|
||||||
|
}
|
||||||
|
.d2h-del,
|
||||||
|
.d2h-ins,
|
||||||
|
.d2h-file-diff .d2h-change {
|
||||||
color: var(--text-normal);
|
color: var(--text-normal);
|
||||||
}
|
}
|
||||||
|
.d2h-file-diff .d2h-del.d2h-change {
|
||||||
.theme-light
|
background-color: var(--git-change-bg);
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
}
|
||||||
.d2h-file-diff
|
.d2h-file-diff .d2h-ins.d2h-change {
|
||||||
.d2h-del.d2h-change {
|
background-color: var(--git-insert-bg);
|
||||||
background-color: #fdf2d0;
|
}
|
||||||
}
|
.d2h-file-list-wrapper {
|
||||||
|
a {
|
||||||
.theme-dark
|
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
|
||||||
.d2h-file-diff
|
|
||||||
.d2h-del.d2h-change {
|
|
||||||
background-color: #55492480;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-light
|
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
|
||||||
.d2h-file-diff
|
|
||||||
.d2h-ins.d2h-change {
|
|
||||||
background-color: #ded;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-dark
|
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
|
||||||
.d2h-file-diff
|
|
||||||
.d2h-ins.d2h-change {
|
|
||||||
background-color: rgba(37, 78, 37, 0.418);
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a {
|
|
||||||
color: #3572b0;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
cursor: default;
|
||||||
|
-webkit-user-drag: none;
|
||||||
|
}
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"]
|
svg {
|
||||||
.d2h-file-list-wrapper
|
display: none;
|
||||||
a:visited {
|
}
|
||||||
color: #3572b0;
|
}
|
||||||
}
|
.d2h-file-list-header {
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-header {
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
.d2h-file-list-title {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-title {
|
display: none;
|
||||||
font-weight: 700;
|
}
|
||||||
}
|
.d2h-file-list-line {
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-line {
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
.d2h-file-list {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list {
|
}
|
||||||
display: block;
|
.d2h-file-list > li {
|
||||||
list-style: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li {
|
|
||||||
border-bottom: 1px solid var(--background-modifier-border);
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
.d2h-file-list > li:last-child {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li:last-child {
|
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
.d2h-file-switch {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-switch {
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
.d2h-icon {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-icon {
|
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.d2h-deleted {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted {
|
color: var(--git-delete);
|
||||||
color: #c33;
|
}
|
||||||
}
|
.d2h-added {
|
||||||
|
color: var(--git-insert);
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-added {
|
}
|
||||||
color: #399839;
|
.d2h-changed {
|
||||||
}
|
color: var(--git-change);
|
||||||
|
}
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-changed {
|
.d2h-moved {
|
||||||
color: #d0b44c;
|
color: var(--git-move);
|
||||||
}
|
}
|
||||||
|
.d2h-tag {
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-moved {
|
background-color: var(--background-secondary);
|
||||||
color: #3572b0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-tag {
|
|
||||||
background-color: var(--background-primary);
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
.d2h-deleted-tag {
|
||||||
|
border: 1px solid var(--git-delete);
|
||||||
|
}
|
||||||
|
.d2h-added-tag {
|
||||||
|
border: 1px solid var(--git-insert);
|
||||||
|
}
|
||||||
|
.d2h-changed-tag {
|
||||||
|
border: 1px solid var(--git-change);
|
||||||
|
}
|
||||||
|
.d2h-moved-tag {
|
||||||
|
border: 1px solid var(--git-move);
|
||||||
|
}
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted-tag {
|
/* needed for line-by-line*/
|
||||||
border: 2px solid #c33;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-added-tag {
|
.d2h-diff-tbody {
|
||||||
border: 1px solid #399839;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-changed-tag {
|
/* My additions */
|
||||||
border: 1px solid #d0b44c;
|
.cm-merge-revert {
|
||||||
}
|
width: 4em;
|
||||||
|
}
|
||||||
.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag {
|
/* Ensure that merge revert markers are positioned correctly */
|
||||||
border: 1px solid #3572b0;
|
.cm-merge-revert > * {
|
||||||
|
position: absolute;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ====================== Line Authoring Information ====================== */
|
/* ====================== Line Authoring Information ====================== */
|
||||||
|
|
||||||
.cm-gutterElement.obs-git-blame-gutter {
|
.cm-gutterElement.obs-git-blame-gutter {
|
||||||
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
|
/* 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-style: solid;
|
||||||
border-color: var(--background-secondary);
|
border-color: var(--background-secondary);
|
||||||
background-color: var(--background-secondary);
|
background-color: var(--background-secondary);
|
||||||
@@ -554,7 +559,7 @@
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
height: 100%; /* ensure, that age-based background color occupies entire parent */
|
height: 100%; /* ensure, that age-based background color occupies entire parent */
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0px 6px 0px 6px;
|
padding: 0px 6px;
|
||||||
white-space: pre; /* Keep spaces and do not collapse them. */
|
white-space: pre; /* Keep spaces and do not collapse them. */
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -574,3 +579,127 @@
|
|||||||
.git-split-diff-view .cm-insertedLine .cm-changedText {
|
.git-split-diff-view .cm-insertedLine .cm-changedText {
|
||||||
background-color: #22bb2230;
|
background-color: #22bb2230;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
|
||||||
|
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>');
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-obscure-prompt[git-is-obscured="false"] #git-show-password:after {
|
||||||
|
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye-off"><path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"></path><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242"></path><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"></path><path d="m2 2 20 20"></path></svg>');
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Override styling of Codemirror merge view "collapsed lines" indicator */
|
||||||
|
.git-split-diff-view .ͼ2 .cm-collapsedLines {
|
||||||
|
background: var(--interactive-normal);
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
color: var(--text-accent);
|
||||||
|
font-size: var(--font-small);
|
||||||
|
padding: var(--size-4-1) var(--size-4-1);
|
||||||
|
}
|
||||||
|
.git-split-diff-view .ͼ2 .cm-collapsedLines:hover {
|
||||||
|
background: var(--interactive-hover);
|
||||||
|
color: var(--text-accent-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-gutter-marker:hover {
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-gutter-marker.git-add {
|
||||||
|
background-color: var(--color-green);
|
||||||
|
justify-self: center;
|
||||||
|
height: inherit;
|
||||||
|
width: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-gutter-marker.git-change {
|
||||||
|
background-color: var(--color-yellow);
|
||||||
|
justify-self: center;
|
||||||
|
height: inherit;
|
||||||
|
width: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-gutter-marker.git-changedelete {
|
||||||
|
color: var(--color-yellow);
|
||||||
|
font-weight: var(--font-bold);
|
||||||
|
font-size: 1rem;
|
||||||
|
justify-self: center;
|
||||||
|
height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-gutter-marker.git-delete {
|
||||||
|
background-color: var(--color-red);
|
||||||
|
height: 0.2rem;
|
||||||
|
width: 0.8rem;
|
||||||
|
align-self: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-gutter-marker.git-topdelete {
|
||||||
|
background-color: var(--color-red);
|
||||||
|
height: 0.2rem;
|
||||||
|
width: 0.8rem;
|
||||||
|
align-self: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
div:hover > .git-gutter-marker.git-change {
|
||||||
|
width: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
div:hover > .git-gutter-marker.git-add {
|
||||||
|
width: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
div:hover > .git-gutter-marker.git-delete {
|
||||||
|
height: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
div:hover > .git-gutter-marker.git-topdelete {
|
||||||
|
height: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
div:hover > .git-gutter-marker.git-changedelete {
|
||||||
|
font-weight: var(--font-bold);
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-gutter-marker.staged {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 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;
|
||||||
|
.git-signs-gutter {
|
||||||
|
margin-inline-start: -1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-changes-status-bar-colored {
|
||||||
|
.git-add {
|
||||||
|
color: var(--color-green);
|
||||||
|
}
|
||||||
|
.git-change {
|
||||||
|
color: var(--color-yellow);
|
||||||
|
}
|
||||||
|
.git-delete {
|
||||||
|
color: var(--color-red);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-changes-status-bar .git-add {
|
||||||
|
margin-right: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.git-changes-status-bar .git-change {
|
||||||
|
margin-right: 0.3em;
|
||||||
|
}
|
||||||
|
|||||||
+296
-154
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-tasks-plugin",
|
"id": "obsidian-tasks-plugin",
|
||||||
"name": "Tasks",
|
"name": "Tasks",
|
||||||
"version": "7.14.0",
|
"version": "8.3.0",
|
||||||
"minAppVersion": "1.1.1",
|
"minAppVersion": "1.8.7",
|
||||||
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
||||||
"helpUrl": "https://publish.obsidian.md/tasks/",
|
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||||
"author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
|
"author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+127
-144
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-version-history-diff",
|
"id": "obsidian-version-history-diff",
|
||||||
"name": "Version History Diff",
|
"name": "Version History Diff",
|
||||||
"version": "2.2.1",
|
"version": "2.3.8",
|
||||||
"minAppVersion": "1.6.0",
|
"minAppVersion": "1.6.0",
|
||||||
"description": "Diff the version history of the core Sync and File Recovery plugins and Git. Adds a command to open the core Sync version history as well.",
|
"description": "Diff the version history of the core Sync and File Recovery plugins and Git.",
|
||||||
"author": "kometenstaub",
|
"author": "kometenstaub",
|
||||||
"authorUrl": "https://github.com/kometenstaub",
|
"authorUrl": "https://github.com/kometenstaub",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
|
|||||||
+21
-21
File diff suppressed because one or more lines are too long
+3
-5
@@ -3,15 +3,13 @@
|
|||||||
"name": "Advanced Tables",
|
"name": "Advanced Tables",
|
||||||
"author": "Tony Grosinger",
|
"author": "Tony Grosinger",
|
||||||
"authorUrl": "https://grosinger.net",
|
"authorUrl": "https://grosinger.net",
|
||||||
"description": "Improved table navigation, formatting, manipulation, and formulas",
|
"description": "Improved table navigation, formatting, manipulation, and formulas.",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"minAppVersion": "1.0.0",
|
"minAppVersion": "1.0.0",
|
||||||
"version": "0.22.1",
|
"version": "0.23.2",
|
||||||
"js": "main.js",
|
|
||||||
"fundingUrl": {
|
"fundingUrl": {
|
||||||
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
|
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
|
||||||
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
|
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
|
||||||
"Paypal": "https://paypal.me/tgrosinger"
|
"Paypal": "https://paypal.me/tgrosinger"
|
||||||
},
|
}
|
||||||
"donation": "https://buymeacoffee.com/tgrosinger"
|
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
|
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
|
||||||
column-gap: 0.2rem;
|
gap: 0.2rem;
|
||||||
margin: 0.2rem 0 0.2rem 0;
|
margin: 0.2rem 0 0.2rem 0;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+25
-1
@@ -22,6 +22,30 @@
|
|||||||
"excalidraw-css": "text",
|
"excalidraw-css": "text",
|
||||||
"excalidraw-autoexport": "text",
|
"excalidraw-autoexport": "text",
|
||||||
"excalidraw-embeddable-theme": "text",
|
"excalidraw-embeddable-theme": "text",
|
||||||
"excalidraw-open-md": "checkbox"
|
"excalidraw-open-md": "checkbox",
|
||||||
|
"excalidraw-export-internal-links": "checkbox",
|
||||||
|
"excalidraw-embed-md": "checkbox",
|
||||||
|
"TQ_explain": "checkbox",
|
||||||
|
"TQ_extra_instructions": "text",
|
||||||
|
"TQ_short_mode": "checkbox",
|
||||||
|
"TQ_show_backlink": "checkbox",
|
||||||
|
"TQ_show_cancelled_date": "checkbox",
|
||||||
|
"TQ_show_created_date": "checkbox",
|
||||||
|
"TQ_show_depends_on": "checkbox",
|
||||||
|
"TQ_show_done_date": "checkbox",
|
||||||
|
"TQ_show_due_date": "checkbox",
|
||||||
|
"TQ_show_edit_button": "checkbox",
|
||||||
|
"TQ_show_id": "checkbox",
|
||||||
|
"TQ_show_on_completion": "checkbox",
|
||||||
|
"TQ_show_postpone_button": "checkbox",
|
||||||
|
"TQ_show_priority": "checkbox",
|
||||||
|
"TQ_show_recurrence_rule": "checkbox",
|
||||||
|
"TQ_show_scheduled_date": "checkbox",
|
||||||
|
"TQ_show_start_date": "checkbox",
|
||||||
|
"TQ_show_tags": "checkbox",
|
||||||
|
"TQ_show_task_count": "checkbox",
|
||||||
|
"TQ_show_toolbar": "checkbox",
|
||||||
|
"TQ_show_tree": "checkbox",
|
||||||
|
"TQ_show_urgency": "checkbox"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Vendored
+9
-24
@@ -87,30 +87,14 @@
|
|||||||
"id": "f01f8b6f1968dece",
|
"id": "f01f8b6f1968dece",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "excalidraw",
|
"type": "empty",
|
||||||
"state": {
|
"state": {},
|
||||||
"file": "Excalidraw/Fristingen Aufbau Decke.excalidraw.md"
|
|
||||||
},
|
|
||||||
"icon": "excalidraw-icon",
|
|
||||||
"title": "Fristingen Aufbau Decke.excalidraw"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "54755002cd689709",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "HomeLab/VPS/Nextcloud.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Nextcloud"
|
"title": "Neuer Tab"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 6
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@@ -301,14 +285,16 @@
|
|||||||
"bases:Neue Base erstellen": false,
|
"bases:Neue Base erstellen": false,
|
||||||
"table-editor-obsidian:Advanced Tables Toolbar": false,
|
"table-editor-obsidian:Advanced Tables Toolbar": false,
|
||||||
"obsidian-excalidraw-plugin:Create new drawing": false,
|
"obsidian-excalidraw-plugin:Create new drawing": false,
|
||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false,
|
||||||
|
"obsidian-excalidraw-plugin:New drawing": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "54755002cd689709",
|
"active": "cf7a85fbfb750354",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Excalidraw/Fristingen Aufbau Decke.excalidraw.md",
|
||||||
|
"HomeLab/VPS/Nextcloud.md",
|
||||||
"Geschäft/Etiketten/Drucken/01 - Drucken.md",
|
"Geschäft/Etiketten/Drucken/01 - Drucken.md",
|
||||||
"ToDo's/ToDo's.md",
|
"ToDo's/ToDo's.md",
|
||||||
"Excalidraw/Fristingen Aufbau Decke.excalidraw.md",
|
|
||||||
"Privat/Fristingen/Renovierung/Wolfgang 2026-08-12.md",
|
"Privat/Fristingen/Renovierung/Wolfgang 2026-08-12.md",
|
||||||
"Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md",
|
"Geschäft/Etiketten/Drucken/03 - Gedruckt & Geschnitten.md",
|
||||||
"HomeLab/VPS/VPN.md",
|
"HomeLab/VPS/VPN.md",
|
||||||
@@ -324,7 +310,6 @@
|
|||||||
"Geschäft/Allgemein/Fraben.md",
|
"Geschäft/Allgemein/Fraben.md",
|
||||||
"HomeLab/Rose/Rybbit.md",
|
"HomeLab/Rose/Rybbit.md",
|
||||||
"HomeLab/Rose/Immich.md",
|
"HomeLab/Rose/Immich.md",
|
||||||
"HomeLab/VPS/Nextcloud.md",
|
|
||||||
"Geschäft/IT/Online Shop/Shopware 6/Dockware.md",
|
"Geschäft/IT/Online Shop/Shopware 6/Dockware.md",
|
||||||
"Geschäft/IT/Online Shop/Shopware 6/Plugins.md",
|
"Geschäft/IT/Online Shop/Shopware 6/Plugins.md",
|
||||||
"Geschäft/IT/Online Shop/Shopware 6/Plugin Ideen.md",
|
"Geschäft/IT/Online Shop/Shopware 6/Plugin Ideen.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user