Skip to content

Commit 7e0a4fa

Browse files
committed
Project: Updated the metadata of the plugin
1 parent 908901c commit 7e0a4fa

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,26 @@
22

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

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

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

1011
![screenshot](images/screenshot.png)
1112

13+
## Settings
14+
15+
- Open `Settings` > `Track-a-Lot`
16+
- Enable the required tracking recipe
17+
- Disable and re-enable the plugin using instructions above the recipes
18+
1219
## Usage
1320

1421
- Create or select a note
15-
- Make sure the note is in editing mode (https://help.obsidian.md/Editing+and+formatting/Edit+and+preview+Markdown)
22+
- Make sure the note is in editing mode
23+
(https://help.obsidian.md/Editing+and+formatting/Edit+and+preview+Markdown)
1624
- Open the command palette (https://help.obsidian.md/Plugins/Command+palette)
17-
- Search for the `Track-a-Lot: Update list` command
25+
- Search for the `Track-a-Lot` command for the respective list (e.g.
26+
`Track-a-Lot: Update Hanayama Huzzles list`)
1827
- Press <kbd>Enter</kbd>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Track-a-Lot",
44
"version": "1.0.0",
55
"minAppVersion": "0.15.0",
6-
"description": "This scrapes different webpages, builds Markdown tables with the information, and allows you to manually track them using a status column.",
6+
"description": "Scrapes different webpages, builds lists with the items as Markdown tables, and allows you to track their status.",
77
"author": "Iulian Onofrei",
88
"authorUrl": "https://iulianonofrei.com",
99
"fundingUrl": "https://paypal.me/IulianOnofrei",

0 commit comments

Comments
 (0)