Skip to content

Commit

Permalink
Project: Updated the metadata of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed Feb 24, 2024
1 parent 908901c commit 7e0a4fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,26 @@

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

It scrapes different webpages, builds Markdown tables with the information, and allows you to
manually track them using a status column.
It scrapes different webpages, builds lists with the items, and allows you to
individually track their status.

You can write anything in the status column, and it will be preserved when you update the list.
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](images/screenshot.png)

## Settings

- Open `Settings` > `Track-a-Lot`
- Enable the required tracking recipe
- Disable and re-enable the plugin using instructions above the recipes

## Usage

- Create or select a note
- Make sure the note is in editing mode (https://help.obsidian.md/Editing+and+formatting/Edit+and+preview+Markdown)
- Make sure the note is in editing mode
(https://help.obsidian.md/Editing+and+formatting/Edit+and+preview+Markdown)
- Open the command palette (https://help.obsidian.md/Plugins/Command+palette)
- Search for the `Track-a-Lot: Update list` command
- Search for the `Track-a-Lot` command for the respective list (e.g.
`Track-a-Lot: Update Hanayama Huzzles list`)
- Press <kbd>Enter</kbd>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Track-a-Lot",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This scrapes different webpages, builds Markdown tables with the information, and allows you to manually track them using a status column.",
"description": "Scrapes different webpages, builds lists with the items as Markdown tables, and allows you to track their status.",
"author": "Iulian Onofrei",
"authorUrl": "https://iulianonofrei.com",
"fundingUrl": "https://paypal.me/IulianOnofrei",
Expand Down

0 comments on commit 7e0a4fa

Please sign in to comment.