tasks.md

A privacy-focused task manager that uses Markdown files

Open Data Format

Your tasks are stored in plain Markdown files. This open format ensures your data is always accessible, portable, and easy to manage with any text editor.

Flexible Storage Options

Supports multiple storage backends including your local file system and Microsoft OneDrive, giving you control over where your data lives.

Privacy Focused

Your data stays private - stored locally or in your Microsoft account. No tracking, no lock-in, you maintain full ownership.

Keyboard Friendly

Navigate and manage tasks quickly with keyboard shortcuts for maximum efficiency.

How It Works

# My Awesome Task List

## Urgent & Important 🔥
- [x] Finalize Q2 report #work @finance _done:2025-06-04 due:2025-06-03
- [ ] Prepare presentation for client meeting +urgent due:2025-06-06
  - [ ] Gather all necessary data
  - [ ] Create slide deck #presentations @clientX
  - [ ] Practice run-through _spent:2700

## Project: Website Redesign 🚀 @webdev
- [ ] Draft new homepage mockups #design +inprogress due:2025-06-10
  - [ ] Research competitor websites
  - [ ] Sketch wireframes
- [ ] Develop new navigation component #coding @frontend due:2025-06-15
  - [x] Setup project structure _done:2025-06-01
  - [ ] Code HTML and CSS
  - [ ] Add JavaScript interactions _spent:4500
- [ ] Write content for "About Us" page #content due:2025-06-20

## Personal Errands 🏡
- [ ] Buy groceries #home @store
  - [ ] Milk
  - [ ] Eggs
  - [ ] Bread
- [x] Book dentist appointment _done:2025-06-02
- [ ] Plan weekend trip +fun due:2025-07-01

## Learning 📚
- [ ] Read chapter 3 of "Advanced TypeScript" #learning @programming
- [ ] Complete online course on Next.js performance #webdev +learning