gitextract_3mavbe2u/ ├── .obsidian/ │ ├── app.json │ ├── appearance.json │ ├── community-plugins.json │ ├── core-plugins.json │ ├── graph.json │ ├── hotkeys.json │ ├── plugins/ │ │ ├── calendar/ │ │ │ ├── data.json │ │ │ ├── main.js │ │ │ └── manifest.json │ │ ├── dataview/ │ │ │ ├── main.js │ │ │ ├── manifest.json │ │ │ └── styles.css │ │ ├── hotkeysplus-obsidian/ │ │ │ ├── main.js │ │ │ └── manifest.json │ │ ├── maximise-active-pane-obsidian/ │ │ │ ├── main.js │ │ │ ├── manifest.json │ │ │ └── styles.css │ │ ├── nldates-obsidian/ │ │ │ ├── data.json │ │ │ ├── main.js │ │ │ └── manifest.json │ │ ├── note-refactor-obsidian/ │ │ │ ├── data.json │ │ │ ├── main.js │ │ │ ├── manifest.json │ │ │ └── styles.css │ │ ├── obsidian-tasks-plugin/ │ │ │ ├── data.json │ │ │ ├── main.js │ │ │ ├── manifest.json │ │ │ └── styles.css │ │ ├── periodic-notes/ │ │ │ ├── data.json │ │ │ ├── main.js │ │ │ ├── manifest.json │ │ │ └── styles.css │ │ └── templater-obsidian/ │ │ ├── data.json │ │ ├── main.js │ │ ├── manifest.json │ │ └── styles.css │ ├── starred.json │ └── workspace ├── 00 🏠 Main Dashboard.md ├── 000 Inbox/ │ └── 00 ❗ Readme.md ├── 100 Projects/ │ └── Setup/ │ ├── 00 🧰 Setup.md │ ├── 10 💗 Defining Life.md │ ├── 11 🔀 Divergence to Disciplines.md │ ├── 12 🔂 Convergence to Ikigai.md │ └── 13 🎎 Ikigai Expansion.md ├── 200 Disciplines/ │ └── 210 🎀 Well-being (EXAMPLE)/ │ ├── 210 🎀 Well-being (EXAMPLE).md │ ├── 211 🎨 Alternative Dashboard (EXAMPLE).md │ └── Random Note of Abundant Information (EXAMPLE).md ├── 300 Habits/ │ └── Flossing (Habit).md ├── 400 Life/ │ └── 400 💗 Life.md ├── 500 Alignment/ │ ├── 510 Daily/ │ │ └── .gitignore │ ├── 520 Weekly/ │ │ └── .gitignore │ ├── 530 Monthly/ │ │ └── .gitignore │ ├── 540 Quarterly/ │ │ └── .gitignore │ └── 550 Yearly/ │ └── .gitignore ├── 600 Resources/ │ ├── Agile Project Management.md │ ├── Artifacts (Scrum).md │ ├── Ceremonies (Scrum).md │ ├── Dashboards.md │ ├── Decision Paralysis.md │ ├── Disciplines.md │ ├── Dynamics.md │ ├── Friction.md │ ├── Fundamentals of LDP.md │ ├── Getting Things Done.md │ ├── Habits.md │ ├── Ikigai.md │ ├── Inbox.md │ ├── Kanban (Agile).md │ ├── Kanban vs Scrum.md │ ├── Life (LDP).md │ ├── Minimalism.md │ ├── Note Tags.md │ ├── Ongoing Tasks.md │ ├── Philosophy - How to Approach LDP.md │ ├── Pillars, Pipelines, Vaults (PPV).md │ ├── Pillars.md │ ├── Planned Tasks.md │ ├── Projects.md │ ├── Resources.md │ ├── Scrum (Agile).md │ ├── Simple Integration Into Obsidian.md │ ├── Sprints (Scrum).md │ ├── Suggestions After Learning Initial LDP.md │ ├── Systems Thinking.md │ ├── Systems.md │ ├── Tags As Categories and Characteristics.md │ ├── Tags As Categories.md │ ├── Tags As Characteristics.md │ ├── Tasks as Habits in Obsidian.md │ ├── Tasks.md │ ├── True Deadlines.md │ ├── When to Tag.md │ ├── Work Hierarchy (Scrum).md │ └── Working with LDP.md ├── 700 Views/ │ ├── Habits (View).md │ ├── Ongoing Tasks (View).md │ └── Planned Tasks (View).md ├── 800 Templates/ │ ├── Due.md │ ├── Em Dash.md │ ├── Note.md │ ├── Repeat.md │ ├── arrowleft.md │ ├── arrowright.md │ ├── cite.md │ ├── no.md │ └── yes.md ├── 99 🗃️ Master Backlog.md ├── README.md └── Workbench.md