No description
Find a file
2025-03-17 02:20:48 +07:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs build: minify prod build 2023-11-15 14:10:43 -05:00
LICENSE Add license, fixes #98 2025-01-27 21:38:01 +00:00
main.ts fix: add delays and improve file content handling 2025-03-17 02:20:48 +07:00
manifest.json Initial commit: Task Progress Bar plugin for Obsidian 2025-03-16 16:26:27 +07:00
package.json Initial commit: Task Progress Bar plugin for Obsidian 2025-03-16 16:26:27 +07:00
README.md feat: enhance progress bar visualization 2025-03-16 18:34:29 +07:00
styles.css fix: add delays and improve file content handling 2025-03-17 02:20:48 +07:00
tsconfig.json Fix inconsistent indentation 2024-01-19 21:14:58 +02:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00
yarn.lock Initial commit: Task Progress Bar plugin for Obsidian 2025-03-16 16:26:27 +07:00

Progress Tracker Plugin for Obsidian

A plugin for Obsidian (https://obsidian.md) that helps you track progress and manage tasks in your notes.

Features

  • Track progress of tasks and projects
  • Add progress bars to your notes
  • Monitor completion status
  • Generate progress reports
  • Customize tracking settings

Installation

  1. Open Obsidian Settings
  2. Go to Community Plugins and disable Safe Mode
  3. Install and enable the Dataview plugin (required dependency)
  4. Click Browse and search for "Progress Tracker"
  5. Install the plugin
  6. Enable the plugin in your settings

Dependencies

This plugin requires the Dataview plugin to be installed and enabled. Dataview is used for:

  • Querying and tracking progress data
  • Generating progress reports
  • Analyzing task completion statistics

Please make sure to install Dataview before using Progress Tracker.

Usage

Basic Progress Tracking

  • Add progress indicators to any note
  • Update progress status with simple commands
  • View completion percentages

Progress Reports

  • Generate summary reports
  • Track progress over time
  • Export progress data

Settings

  • Customize progress bar appearance
  • Configure tracking preferences
  • Set up notification options

Support

If you encounter any issues or have suggestions for improvements, please:

  • Open an issue on GitHub
  • Join our community discussions

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.