README excerpt
### Introduction
TagGrid can be used to enter text items and then tag them.
You can display and inspect items by tags

### Installation
Download GlamorousToolkit [here](https://gtoolkit.com/download/).
Open a playground, copy the code below into and execute.
```Smalltalk
Metacello new
baseline: 'TagGrid';
repository: 'github://majella67/TagGrid:main/src';
load.
```
Open a tag grid using the code below in a playground and inspect.
```Smalltalk
aTGL :=TagGridListPub new
```
#### Usage tips
- Add a card/item by entering your text in the editor in titlebar
- Choose a tag and state by clicking the dropboxes to the right of the editor above
- Add a tag to an item by right clicking on an item.
- Right click any item to add/edit a tag