majella67 / TagGrid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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

Image of Taggrid

Installation

Download GlamorousToolkit here.

Open a playground, copy the code below into and execute.

Metacello new
	baseline: 'TagGrid';
	repository: 'github://majella67/TagGrid:main/src';
	load.

Open a tag grid using the code below in a playground and inspect.

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

About

License:MIT License


Languages

Language:Smalltalk 100.0%