Skip to content

revolter/obsidian-track-a-lot-plugin

Repository files navigation

Track-a-Lot Plugin

Obsidian plugin downloads badge

This is a tracker plugin for Obsidian (https://obsidian.md).

It scrapes different webpages, builds lists with the items, and allows you to individually track their status.

The lists are created as Markdown tables. You can write anything in the status column, and it will be preserved when you update the list.

screenshot

Settings

  • Open Settings > Track-a-Lot
  • Enable the required tracking recipe

Usage

Contributing

Installation

  1. Install Node.js by following the instructions from https://docs.npmjs.com/downloading-and-installing-node-js-and-npm.
  2. Install the Node.js dependencies by running
    npm install

Usage

npm run dev

Releasing

  1. Run npm version <major/minor/patch>.
  2. Optionally add release notes to the created GitHub draft release.
  3. Publish the GitHub draft release.

License

MIT