Skip to content

Commit

Permalink
feat: add kanban preview
Browse files Browse the repository at this point in the history
  • Loading branch information
masonlr committed Mar 14, 2021
1 parent 34588e8 commit 2f9c503
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The initial example covers how an academic researcher might choose to approach O

## Contents

* [Researcher](#Researcher): general purpose template for research projects (added May 2020)
* [Researcher (with plugins)](#researcher-with-plugins): extended template using newer Obsidian community plugins (added March 2021)
* [Researcher](#Researcher): general purpose template for research projects
* [Researcher (with plugins)](#researcher-with-plugins): extended template using newer Obsidian community plugins

## Templates

Expand Down Expand Up @@ -222,11 +222,12 @@ Once an idea has been explored or a task has been finished, delete the tag or ad
Example in `Backlog.md`:

```markdown
```query
```query
tag:backlog
​```
```

![Example Kanban board](./assets/kanban.png)

#### Task lists

Expand Down Expand Up @@ -257,7 +258,7 @@ A reference[^repeated] had an even different idea to [[Csikszentmihalyi (2008)

### Researcher (with plugins)

Since [Researcher](#Researcher) was posted (May 2020) there have been updates to Obsidian, including many community plugins. [Researcher (with plugins)](./researcher_with_plugins) (March 2021) captures several newer ideas and can be viewed as a more advanced version of the original [Researcher](#Researcher) template.
Since the original [Researcher](#Researcher) template was posted there have been updates to Obsidian, including many community plugins. [Researcher (with plugins)](./researcher_with_plugins) captures several newer ideas and can be viewed as an advanced version of the original [Researcher](#Researcher) template.

#### Maps of Content

Expand Down
Binary file added assets/kanban.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions researcher/concepts/Backlog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```query
tag:backlog
```
3 changes: 3 additions & 0 deletions researcher/concepts/Done.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```query
tag:done
```
3 changes: 3 additions & 0 deletions researcher/concepts/Kanban.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| | | |
| ------------ | --------------- | --------- |
| ![[Backlog]] | ![[Priority]] | ![[Done]] |
3 changes: 3 additions & 0 deletions researcher/concepts/Priority.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```query
tag:priority
```

0 comments on commit 2f9c503

Please sign in to comment.