Update from obsidian - thinkpad
Affected files: .obsidian/app.json .obsidian/plugins/obsidian-omnivore/data.json 01. Projects/Coding Mentorship/Temas/Fundamentos de la programación 2.md 01. Projects/Coding Mentorship/Temas/Fundamentos de la programación 3.md 01. Projects/Coding Mentorship/Temas/Pasted image 20240520174417.png 01. Projects/Coding Mentorship/Temas/Pasted image 20240520174436.png 01. Projects/Coding Mentorship/Temas/Requerimients.md 01. Projects/Coding Mentorship/Temas/_attachments/Pasted image 20240520174501.png 01. Projects/Coding Mentorship/Temas/_attachments/Pasted image 20240520174546.png 01. Projects/Coding Mentorship/Temas/_attachments/Pasted image 20240520175134.png 01. Projects/Coding Mentorship/Temas/_attachments/Pasted image 20240520175325.png 01. Projects/Coding Mentorship/Temas/_attachments/Pasted image 20240520175739.png 01. Projects/Coding Mentorship/Temas/_attachments/Pasted image 20240520180128.png Pasted image 20240520173241.png
This commit is contained in:
parent
0e825121b9
commit
3473680392
14 changed files with 492 additions and 22 deletions
2
.obsidian/app.json
vendored
2
.obsidian/app.json
vendored
|
|
@ -7,7 +7,7 @@
|
|||
"alwaysUpdateLinks": true,
|
||||
"useMarkdownLinks": true,
|
||||
"showUnsupportedFiles": true,
|
||||
"attachmentFolderPath": "./",
|
||||
"attachmentFolderPath": "./_attachments",
|
||||
"newFileFolderPath": "notes",
|
||||
"pdfExportSettings": {
|
||||
"includeName": true,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
|
||||
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
|
||||
"filter": "ADVANCED",
|
||||
"syncAt": "2024-05-16T18:14:36",
|
||||
"syncAt": "2024-05-21T00:31:53",
|
||||
"customQuery": "in:archive has:highlights",
|
||||
"template": "# {{{title}}}\n\n{{# note }}\n## Notes\n\n{{{ note }}}\n{{/ note }}\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n{{{text}}} \n{{#note}}\n\n> [!note]\n> {{{note}}}\n{{/note}}\n\n[source]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}}\n\n---\n\n{{/highlights}}\n{{/highlights.length}}\n## Original\n\n{{{ content }}}",
|
||||
"highlightOrder": "LOCATION",
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
"version": "1.6.3",
|
||||
"isSingleFile": false,
|
||||
"frequency": 60,
|
||||
"intervalId": 14,
|
||||
"intervalId": 15,
|
||||
"frontMatterVariables": [],
|
||||
"frontMatterTemplate": "id: {{{ id }}}\ntitle: >\n {{{ title }}}\nstatus: {{{ state }}}\ntags:\n - read-later\n{{#labels.length}}\n{{#labels}} - {{{name}}}\n{{/labels}}\n{{/labels.length}}\ndate_added: {{{ dateSaved}}}\nurl_omnivore: >\n {{{ omnivoreUrl}}}\nurl_original: >\n {{{ originalUrl}}}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue