Giter VIP home page Giter VIP logo

habit-tracker's Introduction

image PRs Welcome code style: prettier

Habit Tracker 21

Introducing "Habit Tracker 21," an innovative plugin designed specifically for Obsidian. Have you ever wanted to develop new habits but struggled to keep yourself accountable? This plugin is your perfect solution.

"Habit Tracker 21" is built on the principle that it takes 21 days to form a new habit. With this tool, tracking your habits becomes a seamless process. It allows you to monitor your progress, providing a clear visualization of your commitment and consistency. It's a great way to motivate yourself as you see the habits you're forming over time.

How it works

  1. Create a folder for all your habits, e.g. Habits
  2. Create empty files inside that folder for each habit you want to track
  3. Enable the habit tracker UI by pasting the following code in your .md file:
```habittracker
{
	"path": "Habits/"
}
```

Make sure to specify the path you're using. You can point to one habit, or all habits that contain that path (including subfolders);

Parameters

  • path [mandatory]: a string containing a path to a folder or specific habit (aka .md file)

  • lastDisplayedDate [optional]: the date that is displayed in the chart

    • format: "YYYY-MM-DD"
    • defaults to today
    • example settings { "path": "Habits/", "lastDisplayedDate": "2023-12-27" }
  • daysToShow [optional]: how many dates to display in the chart

    • default: 21

    { "path": "Habits/", "daysToShow": "31" }

Example

Example

habit-tracker's People

Contributors

holroy avatar middric avatar vzinculescu avatar zoreet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.