Orange and Tags
So I am working on incorporating a tagging system into Orange. The first of the few basic tags would be Home, Play and Work. Not sure if I want to add more of have users add their own. It’s definitely work a look. Below is a quick walkthrough of the preliminary tagging system.
Let’s have a look at the selection screen:

It uses a simple drop down selection menu where you can choose pre-made tags. When you add the task, the JavaScript will do the rest in adding the tag to the task in the list below it. Not much room in here for creating your own tag, but will see how to implement it.
Tags in the list:

The screenshot above, shows a left-aligned tag system. Which links each task to its own tag in a more straight forward way. The other layout, below:

In this screenshot, the tags are right-aligned. This layout creates a more cleaner look for each individual task, but the problem occurs with a person easily connected a task to its tag.
posted on Apr 14, 2008








Ash said:
Make the labels the same width.