-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e786990
commit 0d5ba9e
Showing
12 changed files
with
102 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"types": { | ||
"aliases": "aliases", | ||
"cssclasses": "multitext", | ||
"tags": "tags", | ||
"exclude_master_tasklist": "checkbox" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#project | ||
|
||
## Todo | ||
- [ ] #waiting-on Brent to email me back with a kitchen quote | ||
- [ ] Compare the quotes from Kitchen World and Kitchen Studio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
exclude_master_tasklist: true | ||
--- | ||
|
||
There is an optional [Templater](https://github.com/SilentVoid13/Templater) template which you can assign to a hotkey, to give a handy task menu. The default hotkey is `Alt+T`. | ||
|
||
![](attachments/Pasted%20image%2020230821132802.png) | ||
|
||
The template requires two things to work: | ||
|
||
1. The [Tasks menu.md](../Utility/Templates/Tasks%20menu.md) template file. This needs to be placed in your Templater **Template folder location**. | ||
2. The two Templater user scripts in the `Utilty/Scripts/Templater` folder. These need to be placed in your Templater **User Scripts folder**. | ||
|
||
## Insert task | ||
|
||
This is a quick way to add a task on any page. If the page is in **reading mode**, it will set the page to edit mode and then add the task at the end of the page. | ||
|
||
If the page is in **edit mode**, it will add a new task where the cursor is, adding a line-break if necessary. Tasks will be added with a created date, using the Tasks plugin [created date format](https://publish.obsidian.md/tasks/Getting+Started/Dates#Created+date), like this: | ||
|
||
- [ ] Here's an example task showing a created date ➕2023-08-21 | ||
|
||
If you don't like having the date you can remove it from the template. | ||
|
||
## Insert waiting on task | ||
|
||
This will pre-populate the new task with the #waiting-on tag: | ||
|
||
- [ ] #waiting-on Dave to deliver the report ➕2023-08-21 | ||
|
||
## Toggle somedate | ||
|
||
Toggles the #someday tag on the current task. | ||
|
||
## Archive/Remove completed tasks | ||
|
||
Will move all completed tasks from the current page to the [🗄️ Completed tasks](../01%20Project%20Management/🗄️%20Completed%20tasks.md) page. This is especially handy for cleaning up the [📝 Next actions list](../01%20Project%20Management/📝%20Next%20actions%20list.md). |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters