diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-23 17:08:02 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-23 17:08:02 +0100 |
commit | 496c0c2a44ed21bbfb49f4c6e59c1a749c8b7aea (patch) | |
tree | 80844ce2f8cea35f878fb3cbde65145627c87703 | |
parent | ebb8a3aefab2902106ee8b216430af8e1e9b0b47 (diff) |
initialize para
-rw-r--r-- | 0 inbox/.gitkeep | 0 | ||||
-rw-r--r-- | 0 inbox/intro.md | 21 | ||||
-rw-r--r-- | 0 inbox/para.md | 10 | ||||
-rw-r--r-- | 1 projects/.gitkeep | 0 | ||||
-rw-r--r-- | 2 areas/.gitkeep | 0 | ||||
-rw-r--r-- | 3 resources/.gitkeep | 0 | ||||
-rw-r--r-- | 4 archive/.gitkeep | 0 |
7 files changed, 31 insertions, 0 deletions
diff --git a/0 inbox/.gitkeep b/0 inbox/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/0 inbox/.gitkeep diff --git a/0 inbox/intro.md b/0 inbox/intro.md new file mode 100644 index 0000000..0849f2f --- /dev/null +++ b/0 inbox/intro.md @@ -0,0 +1,21 @@ +# Foundational document +This document outlines the basis of my note taking system and serves mostly as a reminder to myself. + +I want to train the skill of effective note taking as I believe that it will serve as a foundation +to any other study and will boost my overall productivity. + +## Why take notes? +By writing down notes we can relate information about a subject in a very personal way using our +own experiences to relate them to. + +We can us our notes as inspiration to create. In a centralized note taking system it is possible +to easily revisit notes and use them to inspire new ideas. + +Another effect of a centralized note system is that it is very easy to search through our notes +and use them as reference material. + + +## Quotes +"If I can't write about something; I don't understand the topic." - Mischa van den Burg? +"Clear thinking becomes clear writing; one can't exist without the other." - William Zinsser. + diff --git a/0 inbox/para.md b/0 inbox/para.md new file mode 100644 index 0000000..345f597 --- /dev/null +++ b/0 inbox/para.md @@ -0,0 +1,10 @@ +# PARA method +A method of note taking by Tiago Forte (Building a second brain) + +Projects: Anything that requires the completion of multiple tasks to reach a certain outcome. +Areas: Something that you are responsible for for a longer period of your live. +Resources: Notes about resources that you use to do anything, such as tools and programming languages for example. +Archive: Notes that you feel are nog longer relevant to you. They might end up being useful in unexpected ways +so don't throw away! + +GTD: Getting Things Done diff --git a/1 projects/.gitkeep b/1 projects/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/1 projects/.gitkeep diff --git a/2 areas/.gitkeep b/2 areas/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/2 areas/.gitkeep diff --git a/3 resources/.gitkeep b/3 resources/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/3 resources/.gitkeep diff --git a/4 archive/.gitkeep b/4 archive/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/4 archive/.gitkeep |