Compare commits

...

6 Commits

Author SHA1 Message Date
faa068aa7c vault backup: 2024-08-29 21:35:29 2024-08-29 21:35:29 +08:00
5d4b06f843 vault backup: 2024-08-23 21:10:34 2024-08-23 21:10:35 +08:00
a2f79f2554 vault backup: 2024-08-23 15:54:36 2024-08-23 15:54:36 +08:00
7e7ea108de vault backup: 2024-08-23 15:09:46 2024-08-23 15:09:46 +08:00
e2d271d982 vault backup: 2024-08-23 11:36:46 2024-08-23 11:36:47 +08:00
73f7ae4160 vault backup: 2024-08-23 11:22:10 2024-08-23 11:22:10 +08:00
35 changed files with 4881 additions and 4841 deletions

2
.obsidian/app.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"promptDelete": false, "promptDelete": false,
"newLinkFormat": "relative", "newLinkFormat": "relative",
"attachmentFolderPath": "./assets/Loss", "attachmentFolderPath": "./assets/Diffusion学习笔记",
"showUnsupportedFiles": false, "showUnsupportedFiles": false,
"newFileLocation": "current", "newFileLocation": "current",
"useMarkdownLinks": true, "useMarkdownLinks": true,

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "dataview", "id": "dataview",
"name": "Dataview", "name": "Dataview",
"version": "0.5.66", "version": "0.5.67",
"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>",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "easy-typing-obsidian", "id": "easy-typing-obsidian",
"name": "Easy Typing", "name": "Easy Typing",
"version": "5.3.3", "version": "5.5.0",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Autoformat your note as typing.(Auto captalize, autospace)", "description": "Autoformat your note as typing.(Auto captalize, autospace)",
"author": "yaozhuwa", "author": "yaozhuwa",

View File

@@ -0,0 +1,17 @@
span[class="easy-typing-tabstops"] {
border-radius: 2px;
background-color: #87cefa2e;
outline: #87cefa6e solid 1px;
}
span[class="easy-typing-cursor-widget"] {
color: #1364ce6e;
/* animation: blink 1s step-start 0s infinite; */
display: inline;
position: absolute;
white-space: pre;
}
/* @keyframes blink {
50% { opacity: 0; }
} */

View File

@@ -7,9 +7,9 @@
"defaultEmbedHeight": "340px", "defaultEmbedHeight": "340px",
"hasMigratedTo800": true, "hasMigratedTo800": true,
"showWelcomeModal": false, "showWelcomeModal": false,
"showWhatsNewModal": true,
"defaultFrozenColumnCount": 1, "defaultFrozenColumnCount": 1,
"pluginVersion": "8.16.0", "pluginVersion": "8.16.1",
"showWhatsNewModal": true,
"shouldDebug": false, "shouldDebug": false,
"showSupportModal": true, "showSupportModal": true,
"data": { "data": {

File diff suppressed because it is too large Load Diff

View File

@@ -3,11 +3,9 @@
"name": "DataLoom", "name": "DataLoom",
"minAppVersion": "1.4.0", "minAppVersion": "1.4.0",
"description": "Weave together data from diverse sources into different views. Inspired by Excel Spreadsheets and Notion.so.", "description": "Weave together data from diverse sources into different views. Inspired by Excel Spreadsheets and Notion.so.",
"author": "Trey Wallis", "author": "DecafDev",
"authorUrl": "https://github.com/trey-wallis", "authorUrl": "https://github.com/decaf-dev",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": { "fundingUrl": "https://ko-fi.com/decaf_dev",
"Buymeacoffee": "https://www.buymeacoffee.com/treywallis" "version": "8.16.1"
},
"version": "8.16.0"
} }

View File

@@ -37,17 +37,6 @@
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
/* src/obsidian/modal/whats-new-modal/styles.css */
.dataloom-whats-new-modal__spacer {
height: 10px;
}
.dataloom-whats-new-modal__badge-container {
margin: 20px 0px;
}
.dataloom-whats-new-modal__content strong {
font-size: var(--font-ui-large);
}
/* src/shared/spacing/styles.css */ /* src/shared/spacing/styles.css */
.dataloom-overflow--wrap { .dataloom-overflow--wrap {
overflow: hidden; overflow: hidden;

View File

@@ -8,6 +8,7 @@
"compress": true, "compress": true,
"decompressForMDView": false, "decompressForMDView": false,
"onceOffCompressFlagReset": true, "onceOffCompressFlagReset": true,
"onceOffGPTVersionReset": false,
"autosave": true, "autosave": true,
"autosaveIntervalDesktop": 15000, "autosaveIntervalDesktop": 15000,
"autosaveIntervalMobile": 10000, "autosaveIntervalMobile": 10000,
@@ -80,9 +81,11 @@
"experimentalFileTag": "✏️", "experimentalFileTag": "✏️",
"experimentalLivePreview": true, "experimentalLivePreview": true,
"fadeOutExcalidrawMarkup": false, "fadeOutExcalidrawMarkup": false,
"loadPropertySuggestions": true,
"experimentalEnableFourthFont": false, "experimentalEnableFourthFont": false,
"experimantalFourthFont": "Virgil", "experimantalFourthFont": "Virgil",
"addDummyTextElement": false, "addDummyTextElement": false,
"zoteroCompatibility": false,
"fieldSuggester": true, "fieldSuggester": true,
"compatibilityMode": false, "compatibilityMode": false,
"drawingOpenCount": 0, "drawingOpenCount": 0,
@@ -102,7 +105,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": true, "defaultTrayMode": true,
"previousRelease": "2.2.4", "previousRelease": "2.3.0",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}", "latexBoilerplate": "\\color{blue}",
@@ -451,7 +454,7 @@
"startupScriptPath": "", "startupScriptPath": "",
"openAIAPIToken": "", "openAIAPIToken": "",
"openAIDefaultTextModel": "gpt-3.5-turbo-1106", "openAIDefaultTextModel": "gpt-3.5-turbo-1106",
"openAIDefaultVisionModel": "gpt-4-vision-preview", "openAIDefaultVisionModel": "gpt-4o",
"openAIDefaultImageGenerationModel": "dall-e-3", "openAIDefaultImageGenerationModel": "dall-e-3",
"openAIURL": "https://api.openai.com/v1/chat/completions", "openAIURL": "https://api.openai.com/v1/chat/completions",
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations", "openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
@@ -746,6 +749,7 @@
"longPressDesktop": 500, "longPressDesktop": 500,
"longPressMobile": 500, "longPressMobile": 500,
"isDebugMode": false, "isDebugMode": false,
"rank": "Bronze",
"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"
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.2.4", "version": "2.3.0",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,10 @@
{ {
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03",
"id": "obsidian-git", "id": "obsidian-git",
"name": "Git", "name": "Git",
"description": "Backup your vault with Git.", "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",
"js": "main.js", "version": "2.25.0"
"version": "2.24.2"
} }

View File

@@ -77,6 +77,10 @@
height: auto; height: auto;
} }
.is-active .git-tools .buttons > * {
color: var(--nav-item-color-active);
}
.git-author { .git-author {
color: var(--text-accent); color: var(--text-accent);
} }
@@ -550,7 +554,7 @@
white-space: pre; /* Keep spaces and do not collapse them. */ white-space: pre; /* Keep spaces and do not collapse them. */
} }
@media(max-width:800px){ @media (max-width: 800px) {
/* hide git blame gutter not to superpose text */ /* hide git blame gutter not to superpose text */
.cm-gutterElement.obs-git-blame-gutter { .cm-gutterElement.obs-git-blame-gutter {
display: none; display: none;

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{ {
"id": "obsidian-linter", "id": "obsidian-linter",
"name": "Linter", "name": "Linter",
"version": "1.24.0", "version": "1.25.0",
"minAppVersion": "1.4.16", "minAppVersion": "1.5.7",
"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.", "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", "author": "Victor Tao",
"authorUrl": "https://github.com/platers", "authorUrl": "https://github.com/platers",

View File

@@ -185,7 +185,7 @@ textarea.full-width {
/** /**
* Custom regex replacement * Custom regex replacement
*/ */
.linter-custom-regex-replacement-container div:last-child{ .linter-custom-regex-replacement-container div:last-child {
border: none; border: none;
} }
.linter-custom-regex-replacement { .linter-custom-regex-replacement {
@@ -210,6 +210,25 @@ textarea.full-width {
width: 50%; width: 50%;
} }
/**
* Files to ignore
*/
.linter-files-to-ignore-container div:last-child {
border: none;
}
.linter-files-to-ignore {
margin-bottom: 15px;
border: none;
border-bottom: var(--hr-thickness) solid;
border-color: var(--hr-color);
}
.linter-files-to-ignore-normal-input {
width: 40%;
}
.linter-files-to-ignore-flags {
width: 15%;
}
/** /**
* Setting item no border * Setting item no border
*/ */

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-minimal-settings", "id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings", "name": "Minimal Theme Settings",
"version": "7.5.0", "version": "8.1.1",
"minAppVersion": "1.1.9", "minAppVersion": "1.1.9",
"description": "Change the colors, fonts and features of Minimal Theme.", "description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano", "author": "@kepano",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-quiet-outline", "id": "obsidian-quiet-outline",
"name": "Quiet Outline", "name": "Quiet Outline",
"version": "0.3.31", "version": "0.3.36",
"minAppVersion": "0.15.6", "minAppVersion": "0.15.6",
"description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.", "description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.",
"author": "the_tree", "author": "the_tree",

View File

@@ -102,9 +102,11 @@
.n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled).n-tree-node--selected { .n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled).n-tree-node--selected {
background-color: transparent !important; background-color: transparent !important;
} }
.mod-left-split .view-content:has(.quiet-outline) {
padding-bottom: 12px;
}
.quiet-outline { .quiet-outline {
height: 100%; height: 100%;
padding-bottom: 24px;
} }
.quiet-outline #container { .quiet-outline #container {
height: 100%; height: 100%;

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-vimrc-support", "id": "obsidian-vimrc-support",
"name": "Vimrc Support", "name": "Vimrc Support",
"version": "0.9.0", "version": "0.10.1",
"description": "Auto-load a startup file with Obsidian Vim commands.", "description": "Auto-load a startup file with Obsidian Vim commands.",
"minAppVersion": "0.15.3", "minAppVersion": "0.15.3",
"author": "esm", "author": "esm",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-zotero-desktop-connector", "id": "obsidian-zotero-desktop-connector",
"name": "Zotero Integration", "name": "Zotero Integration",
"version": "3.1.8", "version": "3.2.1",
"minAppVersion": "1.1.1", "minAppVersion": "1.1.1",
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.", "description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
"author": "mgmeyers", "author": "mgmeyers",

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,11 @@
{ {
"id": "oz-clear-unused-images", "id": "oz-clear-unused-images",
"name": "Clear Unused Images", "name": "Clear Unused Images",
"version": "1.1.0", "version": "1.1.1",
"minAppVersion": "0.11.13", "minAppVersion": "0.11.13",
"description": "Clear the images that you are not using anymore in your markdown notes to save space.", "description": "Clear the images that you are not using anymore in your markdown notes to save space.",
"author": "Ozan", "author": "Ozan",
"authorUrl": "https://www.ozan.pl", "authorUrl": "https://www.ozan.pl",
"fundingUrl": "https://ko-fi.com/ozante",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "Minimal", "name": "Minimal",
"version": "7.5.4", "version": "7.7.16",
"minAppVersion": "1.5.4", "minAppVersion": "1.6.1",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://twitter.com/kepano", "authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano" "fundingUrl": "https://www.buymeacoffee.com/kepano"

File diff suppressed because one or more lines are too long

View File

@@ -13,7 +13,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Record/DL/Loss.md", "file": "Study/DL/Diffusion学习笔记.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@@ -93,7 +93,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Record/DL/Loss.md", "file": "Study/DL/Diffusion学习笔记.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -110,7 +110,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Record/DL/Loss.md", "file": "Study/DL/Diffusion学习笔记.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -133,7 +133,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Record/DL/Loss.md" "file": "Study/DL/Diffusion学习笔记.md"
} }
} }
}, },
@@ -146,7 +146,7 @@
} }
}, },
{ {
"id": "b8de5b84f60a2e60", "id": "b234f78dcf628209",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "quiet-outline", "type": "quiet-outline",
@@ -154,11 +154,12 @@
} }
} }
], ],
"currentTab": 5 "currentTab": 3
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 386.5 "width": 386.5,
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@@ -168,14 +169,14 @@
"command-palette:Open command palette": false, "command-palette:Open command palette": false,
"oz-clear-unused-images:Clear Unused Images": false, "oz-clear-unused-images:Clear Unused Images": false,
"table-editor-obsidian:Advanced Tables Toolbar": false, "table-editor-obsidian:Advanced Tables Toolbar": false,
"obsidian-excalidraw-plugin:Create new drawing": false, "notion-like-tables:Create loom": false,
"notion-like-tables:Create loom": false "obsidian-excalidraw-plugin:Create new drawing": false
} }
}, },
"active": "58e6699d854e8535", "active": "58e6699d854e8535",
"lastOpenFiles": [ "lastOpenFiles": [
"Study/DL/Untitled.md",
"Record/DL/Loss.md", "Record/DL/Loss.md",
"Study/DL/Diffusion学习笔记.md",
"Paper/Diffusion/assets/MoMA/img-240506141200231.png", "Paper/Diffusion/assets/MoMA/img-240506141200231.png",
"Paper/Diffusion/assets/MoMA", "Paper/Diffusion/assets/MoMA",
"Paper/Diffusion/MoMA.md", "Paper/Diffusion/MoMA.md",

View File

@@ -0,0 +1,3 @@
# 证据下界(Evidence Lower Bound)
$\text{ELBO} = \mathbb{E}_{q(z)}\left[\log p(x \mid z)\right] - \text{KL}(q(z) \parallel p(z))$