Effective digital notetaking with Obsidian
2023-10-19
Description
Effective note taking is crucial for both students and scientist. It’s useful to manage tasks, capture key insights from papers, and write down new ideas. In this lecture, I will introduce you to my note taking software of choice. Obsidian is a highly customizable, markdown-based tool that lets you organize your notes efficiently and create interconnected webs of thoughts and ideas (also called “second brain” or “Zettelkasten”). Join me if you want to streamline your note taking process and keep organized records of your tasks, readings and ideas.
Slides in full screen    Download PDF slides    Watch on Youtube
Basic markdown syntax
You can use the following basic formatting syntax to format the text in your Obsidian notes
# Heading 1
## Heading 2
### Heading 3
**bold** and *italic* -> Hotkeys: Ctrl/Cmd + B and Ctrl/Cmd + I
- list item
- list item
1. numbered list item
2. numbered list item
- [ ] A task
[A link to a website](https://google.com) -> Hotkey: Ctrl/Cmd + K
```r
# An R code snippet
mean(1:3)
```
Further links
Install Obsidian from https://obsidian.md/
Get the Obsidian demo vault for academic notetaking from Github
- Read the README file for a step-by-step guide on how to download and open the vault in Obsidian
- Have a look at the “Get Started” files in the demo vault for explanations and step-by-step guides
Step-by-Step guide on how to get started with Obsidian in written form
Blogpost: Note Taking System For Success in Academia using Obsidian