TagGrid

Details

Source
GitHub
License
MIT
Stars
6
Created
Nov. 3, 2022
Updated
Nov. 6, 2022

README excerpt

### Introduction
	TagGrid can be used to enter text items and then tag them.  
	You can display and inspect items by tags
![Image of Taggrid](/Taggrid.png)

	
### 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 
← Back to results