Skip to content

Commit c0790df

Browse files
committed
Update Blog Settings
1 parent b677e1d commit c0790df

File tree

23 files changed

+1608
-18
lines changed

23 files changed

+1608
-18
lines changed

.obsidian/bookmarks.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"items": [
3+
{
4+
"type": "search",
5+
"ctime": 1748937198762,
6+
"query": "path:content path:-content/assets",
7+
"title": "Search Content"
8+
}
9+
]
10+
}

.obsidian/community-plugins.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"obsidian-hider",
33
"obsidian-minimal-settings",
44
"obsidian-style-settings",
5-
"obsidian-linter"
5+
"obsidian-linter",
6+
"obsidian-custom-attachment-location",
7+
"smart-random-note",
8+
"templater-obsidian"
69
]

.obsidian/hotkeys.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
{
2-
"random-note": [
2+
"smart-random-note:open-random-note-from-search": [
33
{
44
"modifiers": [
55
"Mod",
66
"Shift"
77
],
88
"key": "R"
99
}
10+
],
11+
"file-explorer:new-file-in-new-pane": [],
12+
"insert-template": [
13+
{
14+
"modifiers": [
15+
"Mod",
16+
"Shift"
17+
],
18+
"key": "N"
19+
}
1020
]
1121
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"attachmentFolderPath": "content/assets",
3+
"attachmentRenameMode": "Only pasted images",
4+
"customTokensStr": "",
5+
"duplicateNameSeparator": " ",
6+
"emptyAttachmentFolderBehavior": "DeleteWithEmptyParents",
7+
"excludePaths": [],
8+
"generatedAttachmentFilename": "${filename}-${date:YYYYMMDDhhmmss}",
9+
"includePaths": [],
10+
"jpegQuality": 0.8,
11+
"markdownUrlFormat": "",
12+
"shouldConvertPastedImagesToJpeg": true,
13+
"shouldDeleteOrphanAttachments": false,
14+
"shouldRenameAttachmentFiles": true,
15+
"shouldRenameAttachmentFolder": false,
16+
"shouldRenameAttachmentsToLowerCase": false,
17+
"shouldRenameCollectedAttachments": true,
18+
"specialCharacters": "#^[]|*\\<>:?",
19+
"specialCharactersReplacement": "-",
20+
"treatAsAttachmentExtensions": [
21+
".excalidraw.md"
22+
],
23+
"warningVersion": "7.7.6"
24+
}

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

Lines changed: 391 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": "obsidian-custom-attachment-location",
3+
"name": "Custom Attachment Location",
4+
"version": "7.7.6",
5+
"minAppVersion": "1.8.10",
6+
"description": "Customize attachment location with variables(${fileName}, ${date:format}, etc) like typora.",
7+
"author": "RainCat1998",
8+
"authorUrl": "https://github.com/RainCat1998/",
9+
"isDesktopOnly": false,
10+
"fundingUrl": "https://www.buymeacoffee.com/mnaoumov"
11+
}

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"openInNewLeaf": false,
3+
"enableRibbonIcon": false
4+
}

0 commit comments

Comments
 (0)