Update from obsidian - thinkpad
Affected files: .obsidian/community-plugins.json .obsidian/hotkeys.json .obsidian/plugins/obsidian-omnivore/data.json .obsidian/plugins/update-time-on-edit/data.json 01. Projects/Setup Obsidian/Objective.md 01. Projects/Setup Obsidian/README.md templates/Project Readme.md
This commit is contained in:
parent
d5ec45d905
commit
037a89b43e
7 changed files with 89 additions and 5 deletions
5
.obsidian/community-plugins.json
vendored
5
.obsidian/community-plugins.json
vendored
|
|
@ -4,7 +4,6 @@
|
||||||
"obsidian-style-settings",
|
"obsidian-style-settings",
|
||||||
"obsidian-kanban",
|
"obsidian-kanban",
|
||||||
"editor-width-slider",
|
"editor-width-slider",
|
||||||
"dbfolder",
|
|
||||||
"dataview",
|
"dataview",
|
||||||
"obsidian-plugin-toc",
|
"obsidian-plugin-toc",
|
||||||
"obsidian-linter",
|
"obsidian-linter",
|
||||||
|
|
@ -13,5 +12,7 @@
|
||||||
"obsidian-mind-map",
|
"obsidian-mind-map",
|
||||||
"obsidian-omnivore",
|
"obsidian-omnivore",
|
||||||
"templater-obsidian",
|
"templater-obsidian",
|
||||||
"update-time-on-edit"
|
"update-time-on-edit",
|
||||||
|
"periodic-notes",
|
||||||
|
"calendar"
|
||||||
]
|
]
|
||||||
14
.obsidian/hotkeys.json
vendored
14
.obsidian/hotkeys.json
vendored
|
|
@ -17,5 +17,19 @@
|
||||||
],
|
],
|
||||||
"key": "K"
|
"key": "K"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"templater-obsidian:insert-templater": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "T"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
|
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
|
||||||
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
|
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
|
||||||
"filter": "ADVANCED",
|
"filter": "ADVANCED",
|
||||||
"syncAt": "2024-02-22T12:22:37",
|
"syncAt": "2024-02-22T13:22:37",
|
||||||
"customQuery": "in:archive has:highlights",
|
"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 }}}",
|
"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",
|
"highlightOrder": "LOCATION",
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@
|
||||||
"03. Resources/Notetaking/Project checklists.md": "bfe20c25bfdd6d89340744ab5d9cfa534d053489c2ea9f8406f8a7020fe2ec04",
|
"03. Resources/Notetaking/Project checklists.md": "bfe20c25bfdd6d89340744ab5d9cfa534d053489c2ea9f8406f8a7020fe2ec04",
|
||||||
"03. Resources/Notetaking/Periodic reviews.md": "e680d48c5dfc3462af744c288e874f8823a6a67f880a001a9764e49263863f13",
|
"03. Resources/Notetaking/Periodic reviews.md": "e680d48c5dfc3462af744c288e874f8823a6a67f880a001a9764e49263863f13",
|
||||||
"03. Resources/Notetaking/tags.md": "54a539795c0386ec0af9906428a5e08a0d6ce5cd726956f126cb71d791681862",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
created: 2024-02-22 11:56
|
created: 2024-02-22 11:56
|
||||||
updated: 2024-02-22 12:25
|
updated: 2024-02-22 12:45
|
||||||
---
|
---
|
||||||
- Necesito una plantilla de _project kickoff_
|
- Necesito una plantilla de _project kickoff_
|
||||||
- Debe tener un link a la entrada de project checklist kickoff
|
- Debe tener un link a la entrada de project checklist kickoff
|
||||||
|
|
|
||||||
34
01. Projects/Setup Obsidian/README.md
Normal file
34
01. Projects/Setup Obsidian/README.md
Normal file
|
|
@ -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
|
||||||
34
templates/Project Readme.md
Normal file
34
templates/Project Readme.md
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue