diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 3da554b..f9befe7 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -4,7 +4,6 @@ "obsidian-style-settings", "obsidian-kanban", "editor-width-slider", - "dbfolder", "dataview", "obsidian-plugin-toc", "obsidian-linter", @@ -13,5 +12,7 @@ "obsidian-mind-map", "obsidian-omnivore", "templater-obsidian", - "update-time-on-edit" + "update-time-on-edit", + "periodic-notes", + "calendar" ] \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index e45d28a..ec9f90d 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -17,5 +17,19 @@ ], "key": "K" } + ], + "templater-obsidian:insert-templater": [ + { + "modifiers": [ + "Alt" + ], + "key": "e" + }, + { + "modifiers": [ + "Alt" + ], + "key": "T" + } ] } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-omnivore/data.json b/.obsidian/plugins/obsidian-omnivore/data.json index c9a7348..083c9c2 100644 --- a/.obsidian/plugins/obsidian-omnivore/data.json +++ b/.obsidian/plugins/obsidian-omnivore/data.json @@ -3,7 +3,7 @@ "dateSavedFormat": "yyyy-MM-dd HH:mm:ss", "apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c", "filter": "ADVANCED", - "syncAt": "2024-02-22T12:22:37", + "syncAt": "2024-02-22T13:22:37", "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", diff --git a/.obsidian/plugins/update-time-on-edit/data.json b/.obsidian/plugins/update-time-on-edit/data.json index bbeb7f7..8ae4fd0 100644 --- a/.obsidian/plugins/update-time-on-edit/data.json +++ b/.obsidian/plugins/update-time-on-edit/data.json @@ -63,6 +63,7 @@ "03. Resources/Notetaking/Project checklists.md": "bfe20c25bfdd6d89340744ab5d9cfa534d053489c2ea9f8406f8a7020fe2ec04", "03. Resources/Notetaking/Periodic reviews.md": "e680d48c5dfc3462af744c288e874f8823a6a67f880a001a9764e49263863f13", "03. Resources/Notetaking/tags.md": "54a539795c0386ec0af9906428a5e08a0d6ce5cd726956f126cb71d791681862", - "01. Projects/Setup Obsidian/Objective.md": "d86386c8011502ed8b24abad371f97ba775be442fa7ca5bb7ed650a8ed543109" + "01. Projects/Setup Obsidian/Objective.md": "f19f3261a64244ef8a42a9be5d7997fd6855ddabac5559110d0be9beb201c103", + "01. Projects/Setup Obsidian/README.md": "c247c3acb778941931236e65616c85d43bf0c35813ebf134b2fb12aba263fb0a" } } \ No newline at end of file diff --git a/01. Projects/Setup Obsidian/Objective.md b/01. Projects/Setup Obsidian/Objective.md index 8fc60f1..88c6abf 100644 --- a/01. Projects/Setup Obsidian/Objective.md +++ b/01. Projects/Setup Obsidian/Objective.md @@ -1,6 +1,6 @@ --- created: 2024-02-22 11:56 -updated: 2024-02-22 12:25 +updated: 2024-02-22 12:45 --- - Necesito una plantilla de _project kickoff_ - Debe tener un link a la entrada de project checklist kickoff diff --git a/01. Projects/Setup Obsidian/README.md b/01. Projects/Setup Obsidian/README.md new file mode 100644 index 0000000..16e3243 --- /dev/null +++ b/01. Projects/Setup Obsidian/README.md @@ -0,0 +1,34 @@ +--- +created: 2024-02-22 13:22 +updated: 2024-02-22 13:22 +status: Backlog +--- +# Setup Obsidian + +## Resources + +- Item + +## [Kickoff](Project%20checklists.md#Kickoff) + +### Completion Criteria + +This project will be completed when... + +### Brainstorm + +- Item + +## [Outtakes](Project%20checklists.md#Completion) + +### Was the goal archived? + +Yes/No, because of... + +### What did go well? + +- Item + +### What did go wrong? + +- Item \ No newline at end of file diff --git a/templates/Project Readme.md b/templates/Project Readme.md new file mode 100644 index 0000000..0b3349e --- /dev/null +++ b/templates/Project Readme.md @@ -0,0 +1,34 @@ +--- +created: <% tp.file.creation_date() %> +updated: <% tp.file.last_modified_date() %> +status: Backlog +--- +# <% tp.file.folder() %> <% await tp.file.rename("README") %> + +## Resources + +- Item + +## [Kickoff](Project%20checklists.md#Kickoff) + +### Completion Criteria + +This project will be completed when... + +### Brainstorm + +- Item + +## [Outtakes](Project%20checklists.md#Completion) + +### Was the goal archived? + +Yes/No, because of... + +### What did go well? + +- Item + +### What did go wrong? + +- Item \ No newline at end of file