diff --git a/.gitignore b/.gitignore index f7ff1e1..1af0fdf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ .env .obsidian/workspace.json .trash + +!**/.gitkeep diff --git a/.obsidian/plugins/update-time-on-edit/data.json b/.obsidian/plugins/update-time-on-edit/data.json index 03ff1cd..11ce8d6 100644 --- a/.obsidian/plugins/update-time-on-edit/data.json +++ b/.obsidian/plugins/update-time-on-edit/data.json @@ -15,6 +15,9 @@ "enableExperimentalHash": false, "fileHashMap": { "templates/base-note.md": "23eff811614efdfb18252c14d7d548b50a707dcfda5f4bf6e0259020f1eeb80a", - "notes/testo.md": "24df1da31f19afae3f434032b447e804a8bcbdeeb1b270c6d04f28bfba5583fb" + "notes/testo.md": "24df1da31f19afae3f434032b447e804a8bcbdeeb1b270c6d04f28bfba5583fb", + "notes/North Start.md": "662704939ce34782d6578cd8d91d5d7d738de19ce5eb34196f71733744bc1286", + "notes/PARA method.md": "913ed267754526867a09ea0be53e26a6b7f382031559ced235167b05858c3783", + "README.md": "10ebf3cf75edbc6a6ccaf5c000185cde1e70bdc86c13d5b150d06546bad9c4dc" } } \ No newline at end of file diff --git a/01. Projects/.gitkeep b/01. Projects/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/02. Areas/.gitkeep b/02. Areas/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/03. Resources/.gitkeeep b/03. Resources/.gitkeeep new file mode 100644 index 0000000..e69de29 diff --git a/99. Archives/.gitkeep b/99. Archives/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 55d747e..f407ff2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +--- +created: 2023-08-08 15:59 +updated: 2024-02-02 20:06 +--- # docs -Markdown files for general purpose \ No newline at end of file +Markdown files for general purpose + +## Workflow + +I use the [PARA method](PARA%20method.md). \ No newline at end of file diff --git a/notes/North Start.md b/notes/North Start.md new file mode 100644 index 0000000..bea7fe3 --- /dev/null +++ b/notes/North Start.md @@ -0,0 +1,5 @@ +--- +id: f53141c4-41ee-4c32-af29-f5a50a8b1d8a +created: 2024-02-02 19:51 +updated: 2024-02-02 19:51 +--- diff --git a/notes/PARA method.md b/notes/PARA method.md new file mode 100644 index 0000000..58ea05d --- /dev/null +++ b/notes/PARA method.md @@ -0,0 +1,13 @@ +--- +id: 9b7a4283-0523-4536-b562-4df99cd32037 +created: 2024-02-02 19:52 +updated: 2024-02-02 20:00 +--- +El método PARA es para un sistema de organización transversal a cualquier herramienta, ya sea física o digital. + +1. Projects: Short-term efforts in your work or life that your're working on right now. +2. Areas: Long-term responsibilities you want to manage over time. +3. Resources: Topics or interest that may be useful in the future. +4. Archive: Inactive items from the other three categories. + +The stuff inside each element can and should move between each category, and always should be put in the higher element because it's ordered by actionability. \ No newline at end of file