Update from obsidian - thinkpad

Affected files:
.obsidian/app.json
.obsidian/plugins/obsidian-omnivore/data.json
.obsidian/types.json
01. Projects/Coding Mentorship/Temas/Fundamentos de la programación.md
01. Projects/Coding Mentorship/Temas/Pasted image 20240515122605.png
This commit is contained in:
Alexander Navarro 2024-05-15 12:29:05 -04:00
parent 07e7acedc0
commit ef921357aa
5 changed files with 122 additions and 8 deletions

9
.obsidian/app.json vendored
View file

@ -8,5 +8,12 @@
"useMarkdownLinks": true,
"showUnsupportedFiles": true,
"attachmentFolderPath": "./",
"newFileFolderPath": "notes"
"newFileFolderPath": "notes",
"pdfExportSettings": {
"includeName": true,
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
}