Update from obsidian - thinkpad
Affected files: .obsidian/plugins/obsidian-advanced-slides/data.json .obsidian/plugins/obsidian-linter/data.json .obsidian/plugins/obsidian-omnivore/data.json .obsidian/types.json 01. Projects/Coding Mentorship/Temas/Image.md 01. Projects/Coding Mentorship/Temas/Programación orientada a objetos.md 01. Projects/Coding Mentorship/Temas/ejemplo_OOP.png
This commit is contained in:
parent
1671c76f23
commit
07e7acedc0
7 changed files with 69 additions and 18 deletions
|
|
@ -2,13 +2,13 @@
|
|||
"port": "3000",
|
||||
"autoReload": true,
|
||||
"exportDirectory": "/export",
|
||||
"enableChalkboard": false,
|
||||
"enableChalkboard": true,
|
||||
"enableOverview": false,
|
||||
"enableMenu": false,
|
||||
"enablePointer": false,
|
||||
"enableMenu": true,
|
||||
"enablePointer": true,
|
||||
"enableTimeBar": false,
|
||||
"theme": "black",
|
||||
"highlightTheme": "zenburn",
|
||||
"theme": "moon",
|
||||
"highlightTheme": "monokai",
|
||||
"transition": "slide",
|
||||
"transitionSpeed": "default",
|
||||
"controls": true,
|
||||
|
|
|
|||
8
.obsidian/plugins/obsidian-linter/data.json
vendored
8
.obsidian/plugins/obsidian-linter/data.json
vendored
|
|
@ -40,12 +40,12 @@
|
|||
"yaml-sort-order-for-other-keys": "None"
|
||||
},
|
||||
"yaml-timestamp": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"date-created": true,
|
||||
"date-created-key": "date created",
|
||||
"date-created-key": "date_created",
|
||||
"force-retention-of-create-value": false,
|
||||
"date-modified": true,
|
||||
"date-modified-key": "date modified",
|
||||
"date-modified-key": "date_modified",
|
||||
"format": "dddd, MMMM Do YYYY, h:mm:ss a"
|
||||
},
|
||||
"yaml-title": {
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
},
|
||||
"auto-correct-common-misspellings": {
|
||||
"enabled": true,
|
||||
"ignore-words": ""
|
||||
"ignore-words": "ser"
|
||||
},
|
||||
"blockquote-style": {
|
||||
"enabled": false,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
|
||||
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
|
||||
"filter": "ADVANCED",
|
||||
"syncAt": "2024-05-14T11:54:01",
|
||||
"syncAt": "2024-05-14T18:28:10",
|
||||
"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": 13,
|
||||
"intervalId": 14,
|
||||
"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}}}"
|
||||
}
|
||||
4
.obsidian/types.json
vendored
4
.obsidian/types.json
vendored
|
|
@ -7,6 +7,8 @@
|
|||
"media": "multitext",
|
||||
"technologies": "multitext",
|
||||
"created": "datetime",
|
||||
"updated": "datetime"
|
||||
"updated": "datetime",
|
||||
"width": "number",
|
||||
"height": "number"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue