mirror of
https://github.com/wahyd4/notes.git
synced 2026-08-08 20:59:50 +10:00
vault backup: 2025-11-23 15:21:30
This commit is contained in:
Vendored
+4
-1
@@ -1 +1,4 @@
|
|||||||
{}
|
{
|
||||||
|
"useMarkdownLinks": true,
|
||||||
|
"newLinkFormat": "relative"
|
||||||
|
}
|
||||||
Vendored
+2
-1
@@ -1,3 +1,4 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git"
|
"obsidian-git",
|
||||||
|
"obsidian-custom-attachment-location"
|
||||||
]
|
]
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"attachmentFolderPath": "./assets/${noteFileName}",
|
||||||
|
"attachmentRenameMode": "All",
|
||||||
|
"collectAttachmentUsedByMultipleNotesMode": "Skip",
|
||||||
|
"customTokensStr": "",
|
||||||
|
"defaultImageSize": "",
|
||||||
|
"defaultImageSizeDimension": "width",
|
||||||
|
"duplicateNameSeparator": " ",
|
||||||
|
"emptyAttachmentFolderBehavior": "DeleteWithEmptyParents",
|
||||||
|
"excludePaths": [],
|
||||||
|
"excludePathsFromAttachmentCollecting": [],
|
||||||
|
"generatedAttachmentFileName": "file-${date:YYYYMMDDHHmmssSSS}",
|
||||||
|
"includePaths": [],
|
||||||
|
"jpegQuality": 0.8,
|
||||||
|
"markdownUrlFormat": "assets/${noteFileName}/${generatedAttachmentFileName}",
|
||||||
|
"shouldConvertPastedImagesToJpeg": false,
|
||||||
|
"shouldDeleteOrphanAttachments": false,
|
||||||
|
"shouldRenameAttachmentFiles": true,
|
||||||
|
"shouldRenameAttachmentFolder": true,
|
||||||
|
"shouldRenameCollectedAttachments": false,
|
||||||
|
"specialCharacters": "#^[]|*\\<>:?/",
|
||||||
|
"specialCharactersReplacement": "-",
|
||||||
|
"timeoutInSeconds": 5,
|
||||||
|
"treatAsAttachmentExtensions": [
|
||||||
|
".excalidraw.md"
|
||||||
|
],
|
||||||
|
"version": ""
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-custom-attachment-location",
|
||||||
|
"name": "Custom Attachment Location",
|
||||||
|
"version": "9.17.14",
|
||||||
|
"minAppVersion": "1.10.3",
|
||||||
|
"description": "Customize attachment location with variables(${noteFileName}, ${date:format}, etc) like typora.",
|
||||||
|
"author": "RainCat1998",
|
||||||
|
"authorUrl": "https://github.com/RainCat1998/",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"fundingUrl": "https://www.buymeacoffee.com/mnaoumov"
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
.obsidian-custom-attachment-location.obsidian-dev-utils.code-highlighter-component textarea.tokenized-string-setting-control{height:6em}.obsidian-custom-attachment-location.obsidian-dev-utils.multiple-text-component textarea{height:6em;width:20em}.obsidian-custom-attachment-location.obsidian-dev-utils.code-highlighter-component textarea.custom-tokens-setting-control{height:18em;width:36em}.obsidian-custom-attachment-location.prompt-modal .cancel-button{margin-right:10px}.obsidian-custom-attachment-location.preview-modal .preview-container{overflow:auto}.obsidian-custom-attachment-location.preview-modal .preview-container.image-embed img,.obsidian-custom-attachment-location.preview-modal .preview-container.video-embed video{max-width:100%;max-height:100%;object-fit:contain}.obsidian-custom-attachment-location .highlighted-token{color:var(--text-accent)}.obsidian-custom-attachment-location .default-image-size-dimension-setting-control{margin-left:5px}
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
All about my notes
|
All about my notes
|
||||||
|
|
||||||
|

|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 652 KiB |
Reference in New Issue
Block a user