Skip to content

Commit 6792a0d

Browse files
committed
Update Blog
1 parent 507e97c commit 6792a0d

File tree

18 files changed

+534
-302
lines changed

18 files changed

+534
-302
lines changed

content/.obsidian/appearance.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"translucency": false,
88
"enabledCssSnippets": [
99
"nesoy"
10-
]
10+
],
11+
"interfaceFontFamily": "SF Pro Rounded",
12+
"textFontFamily": "SF Pro Text",
13+
"monospaceFontFamily": "SF Mono"
1114
}

content/.obsidian/hotkeys.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,21 @@
5151
],
5252
"key": "\\"
5353
}
54+
],
55+
"obsidian-custom-attachment-location:collect-attachments-current-note": [
56+
{
57+
"modifiers": [
58+
"Alt"
59+
],
60+
"key": "0"
61+
}
62+
],
63+
"editor:download-attachments": [
64+
{
65+
"modifiers": [
66+
"Alt"
67+
],
68+
"key": "9"
69+
}
5470
]
5571
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
22
"attachmentFolderPath": "assets",
33
"attachmentRenameMode": "Only pasted images",
4+
"collectAttachmentUsedByMultipleNotesMode": "Skip",
45
"customTokensStr": "",
56
"duplicateNameSeparator": " ",
67
"emptyAttachmentFolderBehavior": "DeleteWithEmptyParents",
78
"excludePaths": [],
8-
"generatedAttachmentFilename": "${filename}-${date:YYYYMMDDhhmmss}",
9+
"excludePathsFromAttachmentCollecting": [],
10+
"generatedAttachmentFileName": "${noteFileName}-${date:YYYYMMDDhhmmss}",
911
"includePaths": [],
1012
"jpegQuality": 0.8,
1113
"markdownUrlFormat": "",
1214
"shouldConvertPastedImagesToJpeg": true,
1315
"shouldDeleteOrphanAttachments": false,
1416
"shouldRenameAttachmentFiles": true,
1517
"shouldRenameAttachmentFolder": false,
16-
"shouldRenameAttachmentsToLowerCase": false,
1718
"shouldRenameCollectedAttachments": true,
1819
"specialCharacters": "#^[]|*\\<>:?",
1920
"specialCharactersReplacement": "-",
2021
"treatAsAttachmentExtensions": [
2122
".excalidraw.md"
2223
],
23-
"warningVersion": "7.7.6"
24+
"warningVersion": "9.0.0"
2425
}

content/.obsidian/plugins/obsidian-custom-attachment-location/main.js

Lines changed: 80 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/.obsidian/plugins/obsidian-custom-attachment-location/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-custom-attachment-location",
33
"name": "Custom Attachment Location",
4-
"version": "7.7.6",
4+
"version": "9.0.0",
55
"minAppVersion": "1.8.10",
6-
"description": "Customize attachment location with variables(${fileName}, ${date:format}, etc) like typora.",
6+
"description": "Customize attachment location with variables(${noteFileName}, ${date:format}, etc) like typora.",
77
"author": "RainCat1998",
88
"authorUrl": "https://github.com/RainCat1998/",
99
"isDesktopOnly": false,

content/.obsidian/plugins/obsidian-custom-attachment-location/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/.obsidian/plugins/obsidian-linter/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
},
244244
"trailing-spaces": {
245245
"enabled": false,
246-
"twp-space-line-break": false
246+
"two-space-line-break": false
247247
},
248248
"add-blockquote-indentation-on-paste": {
249249
"enabled": false

content/.obsidian/plugins/obsidian-linter/main.js

Lines changed: 330 additions & 185 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/.obsidian/plugins/obsidian-linter/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "obsidian-linter",
33
"name": "Linter",
4-
"version": "1.28.0",
5-
"minAppVersion": "1.5.7",
4+
"version": "1.29.2",
5+
"minAppVersion": "1.9.0",
66
"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.",
77
"author": "Victor Tao",
88
"authorUrl": "https://github.com/platers",

content/.obsidian/plugins/obsidian-style-settings/data.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@
2323
"minimal-style@@file-header-visibility": "minimal-tab-title-hover",
2424
"minimal-style@@file-header-justify": "center",
2525
"minimal-style@@inline-title-weight": 600,
26-
"minimal-advanced@@styled-scrollbars": true,
2726
"minimal-advanced@@cursor": "default"
2827
}

0 commit comments

Comments
 (0)