Initial commit
This commit is contained in:
commit
d77d2102ed
4 changed files with 115 additions and 0 deletions
20
base_project_template.yml
Normal file
20
base_project_template.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Basic type of template
|
||||
type: project
|
||||
description: Describe the type of template here
|
||||
|
||||
area: null # Area to place the project into in Things 3
|
||||
title: Title
|
||||
notes: null
|
||||
tags: []
|
||||
todos: []
|
||||
|
||||
# Time specific concerns
|
||||
when: null
|
||||
deadline: null
|
||||
creation_date: null
|
||||
completion_date: null
|
||||
|
||||
# Unlikely to be used but these options exist
|
||||
completed: false
|
||||
canceled: false
|
||||
reveal: true # Shows the value in Things 3 after it is created
|
||||
Reference in a new issue