Update from obsidian -

Affected files:
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
.obsidian/plugins/obsidian-omnivore/data.json
Read Later/How to Avoid Prop Drilling in React.md
notes/coping mechanisms/How to build systems.md
projects/One Game.md
projects/personal-page-notes/List of Games.md
This commit is contained in:
Alexander Navarro 2023-11-12 21:42:14 -03:00
parent 2b8d9cd691
commit b95d9b14d9
6 changed files with 467 additions and 4 deletions

View file

@ -71,7 +71,7 @@
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.14",
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.19",
"libraryItems": []
},
"imageElementNotice": true,

View file

@ -3,7 +3,7 @@
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
"filter": "HIGHLIGHTS",
"syncAt": "2023-11-11T10:22:08",
"syncAt": "2023-11-12T17:55:46",
"customQuery": "",
"template": "# {{{title}}}\n\n{{# note }}\n## Notes\n\n{{{ note }}}\n{{/ note }}\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n> [!quote] \n> {{{text}}} \n> \n> [source]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}}\n> {{#note}}\n>\n>> [!info] \n>> {{{note}}}\n\n{{/note}}\n{{/highlights}}\n{{/highlights.length}}\n\n---\n## Original\n\n{{{ content }}}",
"highlightOrder": "LOCATION",