WorkLife Calendar

by RavenLife
5
4
3
2
1
Score: 50/100

Description

The WorkLife Calendar plugin combines a day, week and month calendar with task scheduling, time tracking, habit tracking and financial planning. Tasks support four statuses, recurring schedules, projects, checklists, deadlines and comparisons between planned and recorded time. Calendar entries can be created by clicking or dragging, while an integrated timer resumes after Obsidian restarts. Habit goals track frequency, quantities and streaks. Income can be calculated from task rates, alongside expense budgets, savings goals and project analytics. Data can be stored as JSON in the vault and optionally synced through common cloud services. It also supports optional Tasks and Dataview markdown synchronisation, external calendar subscriptions through a GitHub Gist, local and ntfy.sh notifications and mobile layouts.

Reviews

No reviews yet.

Stats

7
stars
129
downloads
0
forks
1
days
1
days
1
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
64
commits

Latest Version

README file from

Github

WorkLife Calendar for Obsidian

All-in-one: a smart calendar, task and habit tracker, time tracker, and financial planner, all connected into a single ecosystem within Obsidian.

License: MIT Obsidian UI: Svelte TypeScript


alt text

Russian README

💡 Why this plugin exists

Many workflows share the same problem: tasks live in one place, the calendar in another, time tracking in a third, and finances and reports are compiled manually in spreadsheets. As a result, the same data has to be entered multiple times.

This plugin solves exactly that pain point. It doesn't just add another calendar or tracker. It connects planning, execution, and analysis into a single system:

  • A single task updates the calendar.
  • The calendar drives time tracking.
  • Time spent calculates income.
  • Income generates automatic analytics.
  • Mobile experience: work with tasks from your phone in Obsidian without the usual friction.

🚀 Who is this for

  • Freelancers and developers who need to calculate work costs based on hourly rates.
  • Designers and consultants managing multiple projects simultaneously.
  • Students and researchers who need to link deadlines, habits, and productivity.
  • Automation enthusiasts who want the system to work for them (notifications, reports).

⚙️ Main Workflow

Project 
  ↓
Task (with time estimate and hourly rate)
  ↓
Calendar / Schedule (slot planning)
  ↓
Time Tracking (actual vs planned)
  ↓
Income and Expenses (auto-calculated)
  ↓
Analytics (charts and reports)

📦 Installation

  1. Install the BRAT plugin.
  2. Open BRAT settings → Add Beta Plugin.
  3. Paste the link: https://github.com/AtinsS/obsidian-calendar-plugin-remastered
  4. Click Add Plugin.

Manual Installation

  1. Download the archive or clone the repository.
  2. Copy main.js, manifest.json, and styles.css.
  3. Place them in the .obsidian/plugins/calendar-plugin-remastered/ folder (create it if it doesn't exist).
  4. Enable the plugin in Settings → Community plugins.

☕ Support

If this plugin saves you time and helps with your work, you can support its development:


📅 Calendar and Schedule

  • Full view (day / week / month) based on the FullCalendar library with drag & drop support.
  • Visual indicators for tasks and habits directly in the calendar grid.
  • Create tasks with a click and change times by dragging.
  • Weather for each day of the week (Open-Meteo API, no keys required) for the visible date range.
  • Adaptive mobile schedule for small screens.

✅ Tasks and Time Management

  • 4 statuses: To DoIn ProgressPausedDone.
  • Quick task creation — Right-click a day in the calendar → enter a name → task created. Supports time parsing: 14:00 buy milk, 14-15 meeting, from 14:00 to 15:00 meeting.
  • Recurring tasks: daily / weekly / monthly with customizable intervals.
  • Projects: task grouping with color coding.
  • Timer: built-in time tracking with auto-resume on Obsidian restart.
  • Checklists: create a checklist for each task.
  • Deadlines and estimates: compare planned and actual time, notifications for approaching deadlines.
  • Two-way sync with the Tasks and Dataview plugins via standard .md files.

🔄 Habit Tracker

  • Flexible frequency (days of the week, day of the month).
  • Quantitative goals for each habit.
  • Streak counting and visual indicators on the calendar.

💰 Finances and Analytics

  • Income: automatic calculation based on hourly rates from work tasks or manual entry.
  • Budget: expense categories with icons and distribution rules.
  • Savings: goals with completion percentages.
  • Analytics: bar and pie charts by project, income/expense dynamics by month, planned vs. actual comparisons.

🎨 Appearance and UI

  • Customizable accent color.
  • Glassmorphism panels with customizable background and transparency.
  • Info panel under the tabs (date, time, weather, tasks) with display settings.
  • Dashboard for quick access to notes.

🌍 Localization and Language

  • Two languages: Russian and English. Switch in the plugin settings.
  • System language — automatic OS language detection.
  • First day of the week — customize the start of the week (Monday / Sunday / by language). Affects the calendar, schedule, recurring tasks, and habits creation.
  • All strings are translated: interface, settings, notifications, weather, analytics.

New Data Storage Format

The plugin can store data in JSON format in the calendar-data/ folder at the root of your vault. When "Sync to vault root" is enabled, it becomes the primary data storage format, ensuring fast loading and data sync via:

  • WebDAV (Yandex.Disk, OneDrive, etc.)
  • Obsidian Sync / Remotely Save
  • iCloud / Google Drive

[!NOTE] Optional sync with .md files (via the "Tasks plugin sync" setting) is intended for compatibility with the Tasks and Dataview plugins.

[!WARNING] Financial data If you track finances in the plugin and use cloud sync, income and expense data will be stored in plain text in the cloud. It is recommended to use abstract project names or exclude the calendar-data/ folder from syncing.

External Calendars (Google Calendar, Apple Calendar)

  1. Create a GitHub Personal Access Token (classic) with the gist scope.
  2. Paste the token into the plugin settings and click "Sync".
  3. The plugin will create a Gist with an .ics file and provide a link.
  4. Add this link to your calendar via the "Subscribe from URL" feature.

Tasks Plugin Format Integration (Optional)

When the "Tasks plugin sync" setting is enabled, the plugin creates .md files for tasks so they are visible in the Tasks and Dataview plugins. This is an additional feature — primary storage remains in JSON. Example of a generated file:

---
task_id: abc123
title: Buy milk
status: todo
date: day-2024-10-25
priority: medium
---
- [ ] Buy milk 📅 2024-10-25 🛫 14:30 🔼

(Supported statuses: - [ ] todo, - [/] progress, - [-] paused, - [x] done)

The plugin has a built-in notification system so you don't miss important events.

Type When it triggers
Local (browser) N minutes before start, when overdue, when time limit is exceeded, on the deadline day.
To smartphone (ntfy.sh) Duplicate notifications to your phone. Works even when Obsidian is closed.

Setting up ntfy.sh

A simple way to get notifications on your phone:

  1. Install the ntfy.sh app on your phone.
  2. Enable ntfy.sh in the plugin settings and set a topic.
  3. Subscribe to this topic in the app.

[!CAUTION] Security Use a unique topic (e.g., a generated UUID like a7f9b2c4-8e1d-4f3a-9c5b-2d6e8f0a1b3c) so no one else can subscribe to your notifications. The plugin only sends triggers ("Overdue: Task Name"), not financial data or full texts.

Insert a code block into any note to create a quick navigation panel for the plugin's sections:

```calendar-nav
schedule:Schedule
tasks:Tasks
finance:Finance
analytics:Analytics
```

Available keys: schedule, tasks, finance, analytics.

Style Customization (first line starts with %):

```calendar-nav
%color:#fff;bg:#333;radius:20px;size:14px;accent:#5f99e1
schedule:Schedule
tasks:Tasks
```

Style parameters: color (text), bg (background), radius (border radius), size (font size), accent (hover color).


🐛 Issues and Bug Reports

Found a bug or have a feature request? Please open an issue on GitHub:

Open an Issue

When reporting a bug, please include:

  • Obsidian version
  • Plugin version
  • Steps to reproduce
  • Expected vs actual behavior
  • Console errors (if any): Ctrl+Shift+I → Console tab

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Tasks
5 years ago by Clare Macrae and Ilyas Landikov (created by Martin Schenck)
Task management for the Obsidian knowledge base.
Calendar
6 years ago by Liam Cain
Simple calendar widget for Obsidian.
Kanban
5 years ago by mgmeyers
Create markdown-backed Kanban boards in Obsidian.
TaskNotes
2 months ago by callumalpass
Task and time-tracking management with calendar integration for Obsidian
Notebook Navigator
25 days ago by Johan Sanneblad
A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.
Day Planner
25 days ago by ivan-lednev
An Obsidian plugin for day planning with a clean UI and a simple task format
Google Calendar
4 years ago by YukiGasai
Add Google Calendar inside Obsidian
Sheet Plus
a month ago by ljcoder
obsidian spreadsheets solutions
Calendarium
2 years ago by Jeremy Valentine
The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars
Heatmap Calendar
4 years ago by Richard Slettevoll
An Obsidian plugin for displaying data in a calendar similar to the github activity calendar
Task Genius
4 years ago by Boninall
Comprehensive task management plugin for Obsidian
Calendar Bases
5 months ago by Edrick Leong
Tasks Calendar Wrapper
3 years ago by zhuwenq
This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
Big Calendar
5 years ago by Boninall
Big Calendar in Obsidian, for manage your events in a day/week/month and see agenda too!
Time Ruler
3 years ago by Joshua Tazman Reinier
A drag-and-drop time ruler combining the best of a task list and a calendar view (integrates with Tasks, Full Calendar, and Dataview).
Project Manager
3 months ago by stepankropachev
Project management natively in your Obsidian vault. Table, Gantt, and Kanban views with subtasks, dependencies, time tracking, and custom fields — all stored as plain Markdown. No external services.
TaskChute Plus
12 days ago by hiroyaiizuka
Execute Taskchute for Obsidian
TimeStamper
5 years ago by Martin Eder
A plugin for Obsidian to quickly insert customized date- and time-stamps to the currently active note
Heatmap Tracker
2 years ago by Maksim Rubanau
A customizable heatmap tracker plugin for Obsidian to visualize daily data trends with intuitive navigation and flexible settings.
Super Simple Time Tracker
4 years ago by Ellpeck
Multi-purpose time trackers for your notes!
Task Collector
3 months ago by ebullient
Manage tasks and logs within an Obsidian note.
Task List Kanban
2 years ago by Chris Kerr
Full Calendar Remastered
2 months ago by obsidian-full-calendar-remastered
Keep events and manage your calendar alongside all your other notes in your Obsidian Vault.
Archiver
5 years ago by ivan-lednev
Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
Toggl Track
5 years ago by Maxime Cannoodt
A Toggl integration plugin for the popular knowledge base application Obsidian.
Habit Tracker 21
3 years ago by zoreet
Operon
14 days ago by Hasan Yılmaz
Task management system for humans and agents in Obsidian.
ICS
3 years ago by muness
Generate Daily Planner from one or more ical feeds
Keep the Rhythm
2 years ago by Ezben
An Obsidian plugin to track your daily word count through a heatmap.
Kanban Bases View
5 months ago by I. Welch Canavan
A kanban-style drag-and-drop custom view for Obsidian Bases that allows you to organize your notes into columns based on any property.
Prisma Calendar
18 days ago by Matej Vavro Productivity
Prisma is not just a calendar plugin. It turns any note with a date into a flexible planning system inside Obsidian. There are no rigid schemas or predefined structures — just your data, your rules, fully under your control. It lets you see your entire vault through time.
Apex Dashboard
2 months ago by PandoraReads
Stop switching between Obsidian notes. One page. Everything you need. Memo your thoughts, crush your todos, track your projects — and make it look incredible doing it.
OZ Calendar
3 years ago by Ozan Tellioglu
Obsidian plugin to display notes on a calendar based on YAML frontmatter or file names
Obsidian Google Tasks
4 years ago by YukiGasai
Add Google Tasks inside Obsidian
Jump-to-Date
5 years ago by TfTHacker
Jump to a date via a convenient popup form. This plugin is a part of the Obsidian42 family of Obsidian plugins.
Habit Tracker
5 years ago by duo
This plguin for Obsidian creates a simple month view for visualizing your punch records.
Daily notes calendar
2 years ago by bartkessels
Quickly navigate your vault using a calendar view, this plugin allows you to create and navigate to periodic notes and notes that are created on a specific date.
Trello
5 years ago by Nathonius
An Obsidian Plugin that connects Trello cards to Obsidian notes.
Date Inserter
2 years ago by namikaze-40p
An Obsidian plugin that lets you insert a date at the cursor position using a calendar.
Notion Bases
a month ago by bgarciamoura
Turn any folder into a Notion-style database — 7 views, 17 column types, formulas, relations, rollups, and subtasks. All stored in plain Markdown frontmatter.
iCal
3 years ago by Andrew Brereton
This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
Checklist Reset
4 years ago by Luke Hansford
Add a command to reset the state of any checklists in a document in Obsidian
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Chinese Calendar
2 years ago by DevilRoshan
在obsidian中使用的更符合中国习惯的日历插件。
Task Marker
4 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
Dust Calendar
2 years ago by 纳米级尘埃
obsidian 日历插件
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Outlook Meeting Notes
a year ago by David Ingerslev
An Obsidian plugin to create meeting notes from Microsoft Outlook .msg files
WakaTime
4 years ago by WakaTime
Obsidian.md plugin for automatic time tracking and metrics generated from your Obsidian usage activity.
Gantt Calendar
a month ago by Sugar
obsidian-gantt-calendar
Morgen Tasks
2 years ago by Morgen AG
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Agile Task Notes
4 years ago by BoxThatBeat
This Obsidian plugin integrates your TFS data from either Jira or Azure Devops
Habit Calendar
4 years ago by Hedonihilist
Monthly Habit Calendar for DataviewJS. This plugin helps you render a calendar inside DataviewJS code block, showing your habit status within a month.
Week Planner
4 years ago by Ralf Wirdemann
Diarian
2 years ago by Erika Gozar
All-in-one journaling toolkit.
Live Life Recording
a month ago by goryugocast
Operate tasks directly in Markdown with start/finish records, routine insertion, and a lightweight daily summary for Obsidian.
Dynamic Timetable
3 years ago by L7Cy
Calculate the estimated completion time from the estimated task time and dynamically create a timetable.
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Itinerary
5 years ago by Adam Coddington
Make planning your trip or event easier by rendering a calendar from event information found in your notes.
Habit Tracker
4 years ago by David Moeller
A Plugin to display a Habit Tracker in Obsidian.
Datepicker
2 years ago by Mostafa Mohamed
Datepicker widget for Obsidian.
Grandfather
5 years ago by Danny Hernandez
A simple Obsidian plugin to display the time and date on the status bar
Obsidian-compatible Watcher for ActivityWatch
3 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
Pending notes
4 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Stopwatch
5 years ago by Tokuhiro Matsuno
Carry-Forward
5 years ago by Jacob Levernier
An Obsidian Notes plugin for generating and copying block IDs, and copying lines with a link to the copied line
Checkbox 3 states
4 years ago by Renaud Héluin @ NovaGaïa
This is a simple plugin for add a third state to checkbox list.
Single File Daily Notes
3 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Homework Manager
3 years ago by Kadison McLellan
An Obsidian plugin that keeps track of homework through a to-do list.
MagicCalendar
3 years ago by Vaccarini Lorenzo
An obsidian plugin that exploit a natural language processing engine to find potential events and sync them with iCalendar
Things Link
4 years ago by @gavmn
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Time Things
16 days ago by plasmabit
Know when your note was was last updated. Track how much time you spent writing. Keep an eye on the clock.
ProgressTracker
a year ago by Van Nam
A plugin that helps you track progress and manage tasks in your notes.
Custom State for Task List
3 years ago by Okami Wong
A plugin for Obsidian to define your own states for task items.
Get Stock Information
3 years ago by Mike Jongbloet
TODOseq
16 days ago by Stephen Cross
TODOseq ("to-do-seek") is a lightweight, keyword-based task tracker for Obsidian
Daily Statistics
2 years ago by yefengr
obsidian daily statistics
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Brainframe
3 years ago by pedersen
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
Random To-Do
5 years ago by NatiAris
Pick a random todo item or a file with todo items
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
GTD No Next Step
3 years ago by Tobias Davis
Obsidian plugin for GTD workflow, badge projects with no next step.
Account Viewer
2 years ago by Muaz Yediyüzkırkiki
Obsidian Plugin that automatically generate accounting tables from Markdown code blocks tagged with "accounting" alias.
YourPulse - Your Writing Activity Visualised
a year ago by Jiri Sifalda
YourPulse.cc - Obsidian.md plugin that turns your vault into a reflection of your creativity, and put your writing on steroids 💪
Send to Canvas
a year ago by wenlzhang
An Obsidian plugin that allows you to send tasks, blocks, and notes to Canvas files as plain text, links, and embeds.
MemoChron
a year ago by Michalis Efstratiadis
Calendar integration and note creation with support for public iCalendar URLs.
Order List
4 years ago by Henry Gustafson
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Checkbox Sounds
2 years ago by yasd251
Adds a nice completion sound for checkboxes when ticked in Obsidian
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Unfilled Stats Highlighter
3 years ago by Zachary Hynes
Prefixes stats that haven't been filled out yet.
Checkbox Time Tracker
2 years ago by UD
Checkbox Time Tracker for Obsidian
Pivotal Tracker Integration
3 years ago by jondeates
Focus Time
2 years ago by AstraDev
Focus Time is a plugin that helps you track how much time you spend on each note.
Pomodoro Planner
2 years ago by Onur Nesvat
Task list
3 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Things3 Today
2 years ago by wudanyang6
Track-a-Lot
2 years ago by Iulian Onofrei
This is a tracker plugin for Obsidian
RescueTime
3 years ago by Tatsuya Hayashi
A RescueTime integration plugin to view your activity logs in Obsidian.
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Countdown To
a year ago by Gui Cattani
A countdown/progress Obsidian widget using progressbar.js
Amazing Marvin Integration
2 years ago by Cloud Atlas
Interoperability between Obsidian and Amazing Marvin
Daily Routine
a year ago by sechan100
new version of daily-routine obsidian plugin
The Queue
2 years ago by Kolja Sam Pluemer
An Obsidian.md plugin randomly exposing you to your cards. Supports habits, to-dos, spaced repetition flashcards, iterative reading and more.
BeautyTasks
17 days ago by Avni Bilgin
Todoist-style task & project manager for Obsidian — one markdown note per task, native UI, no plugin dependencies.
Personal OS
2 years ago by A.Buot
Alfonso Money Manager
2 years ago by SmartLifeGPT Innovation
This is the repository for the obsidian plugin of the Alfonso Money Manager mobile application
Daily Note Metrics
a year ago by Andre-Diamond
Obsidian Plugin that parses Daily Notes and uses data to create charts
ManicTime
3 years ago by Finkit d.o.o.
Goal Tracker
2 years ago by Ben Rotholtz
Fastimer
3 years ago by vkostyanetsky
Intermittent fasting tracker plugin for Obsidian
Lunar Calendar
3 years ago by OSmile
obsidian插件,一个支持农历的日历插件。
Life in Weeks Calendar
9 months ago by Jeff Szuc
Plugin for the Obsidian markdown editor. Displays a calendar of your life in weeks with weekly Periodic Notes plugin integration. Includes options for the traditional Memento Mori/Stoic style calendar, as well as a Gregorian calendar accurate version.
Calendar Event Sync
2 years ago by Stephen Dolan
Set the title of your note to the current event
Daily Prompt
2 years ago by Erl-koenig
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Journal View
18 days ago by RUverse
A Journal View for Obsidian
Weekly Goal Tracker
2 years ago by George Gorman
Synaptic View
5 months ago by Yongmini
Obsidian Plugin : Synaptic View that unifies your dashboards, hub notes, quick-entry notes, periodic notes, web shortcuts, and calendar navigation—enable it as the default new-tab experience or summon it with a command.
Every Day Calendar
2 years ago by QuBe
Obsidian plugin to create calendars inspired by Simone Giertz's Every Day Calendar
Markdown Calendar Generator
a year ago by Zach Russell
An intentionally simple obsidian markdown table calendar generator
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
Relative Timestamps
2 years ago by Charles Young
Chronotyper
a year ago by BambusControl
Obsidian plugin for tracking note edit time
doing
2 years ago by rooyca
What was I doing?
Kikijiki Habit Tracker
2 years ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Timelog
8 months ago by Eddie Blundell
Time logging plugin for obsidian
Role Switch
6 months ago by Zafrem
This program is a tool that recognizes and makes task switching easier, even though multitasking is difficult.
Budget Vault
12 days ago by Ruan
Private budgeting for Obsidian — import your bank statements, track budgets, debt and savings as plain files in your own vault. Main screens in seven languages, works on iPhone and Android.
Habitify
a month ago by justrelaxdc
Tag Timer
8 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
Square
a month ago by Jiao Yingxing
Installable runtime artifacts for Square, a lightweight Obsidian habit tracker.
Lark Style CountDown Timer
9 months ago by Zhaoyang Yu
GTD Tasks
a month ago by unpreditable
Power Bases
20 days ago by Power Plugins
Add board, calendar, timeline, chart, gallery, and table views to Bases, with inline editing, colors, rollups, field types, formulas, and CSV import.
Fetch Prayer Times
2 years ago by Ecys
Fetches times from Aladhan API and inserts into a table.
Xboard
13 days ago by wrbin
一款易上手、已美化、更适合AI工作流的obsidian工作台
Yori Task
3 months ago by yorigo77
task manager, week planner, year planner
Yearly Diary Comparator
a year ago by kiitosu
show diary in diary note in comparable yearly comarable view
SolidTime Integration
a year ago by proniclabs
Obsidian SolidTime Integration Plugin
Gantt this
10 days ago by Altarok
Obsidian plugin showing multiple TTRPG calendars at once in one gantt chart.
Yuhanbo Task
20 days ago by yuhanbo
Obsidian 智能任务管理与番茄时钟插件,集成 AI 智能拆分的任务管理系统,配备专业番茄时钟,提升工作效率。
Simplest Todo
3 months ago by kintolayli