Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpevo committed Jan 18, 2021
2 parents ac4e788 + f498b02 commit 6454643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you've tested out [Obsidian](https://obsidian.md/) and worked through the "Ob
1. How others use backlinks and various markdown tricks,
2. Why these techniques work.

The initial example covers how an academic [researcher](https://github.com/masonlr/obsidian-starter#researcher) might choose to approach Obsidian.
The initial example covers how an academic [researcher](https://github.com/masonlr/obsidian-starter-templates#researcher) might choose to approach Obsidian.

## Getting started

Expand All @@ -27,14 +27,14 @@ The [researcher/](./researcher) template suits a case where you are juggling mul

<img src="assets/researcher.png" style="zoom:50%;" />

The template is intended to be modular. A minimal use could include [scratch/](https://github.com/masonlr/obsidian-starter#scratch) and [concepts/](https://github.com/masonlr/obsidian-starter#concepts), then later expand to [projects/](https://github.com/masonlr/obsidian-starter#projects) and [people/](https://github.com/masonlr/obsidian-starter#people). The intended structure is given by the following tree:
The template is intended to be modular. A minimal use could include [scratch/](https://github.com/masonlr/obsidian-starter-templates#scratch) and [concepts/](https://github.com/masonlr/obsidian-starter-templates#concepts), then later expand to [projects/](https://github.com/masonlr/obsidian-starter-templates#projects) and [people/](https://github.com/masonlr/obsidian-starter-templates#people). The intended structure is given by the following tree:

#### [scratch/](./researcher/scratch/)

The scratch folder is an area for messy, low-friction daily free-form planning and logging of ideas, i.e. [scratch/](./researcher/scratch/) will store content generated using the Obsidian "daily notes" feature. Daily notes can be created using the "Open today's note" action: this will create a new markdown file that follows the date-stamped name convention `YYYY-MM-DD.md`.

**Tip:** Set a keyboard shortcut to quickly go to the day's note. For example, set `cmd+T` to "Open today's note" in the Hotkeys settings.
**Tip:** Create a rigid for daily notes by specifying a template markdown file, though a blank template may encourage free-form thinking.
**Tip:** Create a rigid layout for daily notes by specifying a template markdown file, though a blank template may encourage free-form thinking.

After a few days, daily notes will build up as follows:

Expand Down Expand Up @@ -84,7 +84,7 @@ Link ideas, concepts and people to projects.

Project backlinks will then show dates that it was worked on.

**TIP:** Add links to people and details of there involvement. Example in [Project A.md](./researcher/projects/Project%20A.md):
**TIP:** Add links to people and details of their involvement. Example in [Project A.md](./researcher/projects/Project%20A.md):

```markdown
## People
Expand Down

0 comments on commit 6454643

Please sign in to comment.