옵시디언측에서 moment 객체의 전역적 설정에 문제를 제기하여 이를 제거. 기존에 moment를 설정하여 수행했던 로직은 내부적으로 moment를 wrapping하여 사용되는 Day, Week 객체 로직으로 구현 |
||
|---|---|---|
| .github/workflows | ||
| __mocks__ | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| jest.config.js | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Daily Routine
Introduction
Daily Routine helps you track and manage recurring tasks—whether they are daily, scheduled on specific weekdays, or important tasks in your routine.
Key Features
- Manage daily, weekly, or scheduled tasks through routines
- Use todos to track one-time tasks for specific dates
- View tasks on a calendar, categorized by date
- Gain insights through visual statistics of your notes and routines.
- Full mobile support for seamless task management on the go
Features
Routine Note
Routine Notes are Markdown files automatically generated daily, similar to Obsidian’s Daily Notes. All tasks are recorded within these notes, allowing you to manage them even without the Daily Routine plugin.
Notes are stored in the
{custom-daily-routines}/notesdirectory.
Routine
Routines are recurring tasks that can be scheduled for specific dates, weekdays, or daily execution.
Todo
Todos function as standard one-time tasks, helping you keep track of specific tasks that don’t repeat.
Calendar
The calendar displays tasks that include the
showOnCalendar attribute, ensuring they appear on the designated dates. Both routines and todos can be displayed on the calendar.
Achievement
Track your overall task completion rate and visualize your routine consistency over time with detailed statistics.
Stay on top of your daily routines and optimize your workflow with Daily Routine!