vault backup: 2024-08-23 11:36:46

This commit is contained in:
2024-08-23 11:36:47 +08:00
parent 73f7ae4160
commit e2d271d982
35 changed files with 4884 additions and 4841 deletions

2
.obsidian/app.json vendored
View File

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

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.66",
"version": "0.5.67",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"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",
"name": "Easy Typing",
"version": "5.3.3",
"version": "5.5.0",
"minAppVersion": "0.15.0",
"description": "Autoformat your note as typing.(Auto captalize, autospace)",
"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",
"hasMigratedTo800": true,
"showWelcomeModal": false,
"showWhatsNewModal": true,
"defaultFrozenColumnCount": 1,
"pluginVersion": "8.16.0",
"pluginVersion": "8.16.1",
"showWhatsNewModal": true,
"shouldDebug": false,
"showSupportModal": true,
"data": {

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -37,17 +37,6 @@
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 */
.dataloom-overflow--wrap {
overflow: hidden;

View File

@@ -8,6 +8,7 @@
"compress": true,
"decompressForMDView": false,
"onceOffCompressFlagReset": true,
"onceOffGPTVersionReset": false,
"autosave": true,
"autosaveIntervalDesktop": 15000,
"autosaveIntervalMobile": 10000,
@@ -80,9 +81,11 @@
"experimentalFileTag": "✏️",
"experimentalLivePreview": true,
"fadeOutExcalidrawMarkup": false,
"loadPropertySuggestions": true,
"experimentalEnableFourthFont": false,
"experimantalFourthFont": "Virgil",
"addDummyTextElement": false,
"zoteroCompatibility": false,
"fieldSuggester": true,
"compatibilityMode": false,
"drawingOpenCount": 0,
@@ -102,7 +105,7 @@
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": true,
"previousRelease": "2.2.4",
"previousRelease": "2.3.0",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}",
@@ -451,7 +454,7 @@
"startupScriptPath": "",
"openAIAPIToken": "",
"openAIDefaultTextModel": "gpt-3.5-turbo-1106",
"openAIDefaultVisionModel": "gpt-4-vision-preview",
"openAIDefaultVisionModel": "gpt-4o",
"openAIDefaultImageGenerationModel": "dall-e-3",
"openAIURL": "https://api.openai.com/v1/chat/completions",
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
@@ -746,6 +749,7 @@
"longPressDesktop": 500,
"longPressMobile": 500,
"isDebugMode": false,
"rank": "Bronze",
"autosaveInterval": 15000,
"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",
"name": "Excalidraw",
"version": "2.2.4",
"version": "2.3.0",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"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",
"name": "Git",
"description": "Backup your vault with Git.",
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.24.2"
"version": "2.25.0"
}

View File

@@ -77,6 +77,10 @@
height: auto;
}
.is-active .git-tools .buttons > * {
color: var(--nav-item-color-active);
}
.git-author {
color: var(--text-accent);
}
@@ -550,7 +554,7 @@
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 */
.cm-gutterElement.obs-git-blame-gutter {
display: none;

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -185,7 +185,7 @@ textarea.full-width {
/**
* Custom regex replacement
*/
.linter-custom-regex-replacement-container div:last-child{
.linter-custom-regex-replacement-container div:last-child {
border: none;
}
.linter-custom-regex-replacement {
@@ -210,6 +210,25 @@ textarea.full-width {
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
*/

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-quiet-outline",
"name": "Quiet Outline",
"version": "0.3.31",
"version": "0.3.36",
"minAppVersion": "0.15.6",
"description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.",
"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 {
background-color: transparent !important;
}
.mod-left-split .view-content:has(.quiet-outline) {
padding-bottom: 12px;
}
.quiet-outline {
height: 100%;
padding-bottom: 24px;
}
.quiet-outline #container {
height: 100%;

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "Minimal",
"version": "7.5.4",
"minAppVersion": "1.5.4",
"version": "7.7.16",
"minAppVersion": "1.6.1",
"author": "@kepano",
"authorUrl": "https://twitter.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": {
"type": "markdown",
"state": {
"file": "Record/DL/Loss.md",
"file": "Study/DL/Diffusion学习笔记.md",
"mode": "source",
"source": false
}
@@ -77,7 +77,8 @@
}
],
"direction": "horizontal",
"width": 315.5
"width": 315.5,
"collapsed": true
},
"right": {
"id": "c501495747cfa761",
@@ -93,7 +94,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Record/DL/Loss.md",
"file": "Study/DL/Diffusion学习笔记.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -110,7 +111,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Record/DL/Loss.md",
"file": "Study/DL/Diffusion学习笔记.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -133,7 +134,7 @@
"state": {
"type": "outline",
"state": {
"file": "Record/DL/Loss.md"
"file": "Study/DL/Diffusion学习笔记.md"
}
}
},
@@ -146,7 +147,7 @@
}
},
{
"id": "b8de5b84f60a2e60",
"id": "b234f78dcf628209",
"type": "leaf",
"state": {
"type": "quiet-outline",
@@ -154,11 +155,12 @@
}
}
],
"currentTab": 5
"currentTab": 3
}
],
"direction": "horizontal",
"width": 386.5
"width": 386.5,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
@@ -167,13 +169,15 @@
"templates:Insert template": false,
"command-palette:Open command palette": false,
"oz-clear-unused-images:Clear Unused Images": false,
"table-editor-obsidian:Advanced Tables Toolbar": false
"table-editor-obsidian:Advanced Tables Toolbar": false,
"notion-like-tables:Create loom": false,
"obsidian-excalidraw-plugin:Create new drawing": false
}
},
"active": "58e6699d854e8535",
"lastOpenFiles": [
"Study/DL/Untitled.md",
"Record/DL/Loss.md",
"Study/DL/Diffusion学习笔记.md",
"Paper/Diffusion/assets/MoMA/img-240506141200231.png",
"Paper/Diffusion/assets/MoMA",
"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))$