version 1.1 |
||

About Address Book
Address Book plugin show your contacts as menu. You can create new contact using hotkey, group contacts in sub menus and change the appearance of records. Plugin uses HTML as template for records in the menu.
Import
Currently Address Book supports importing from VCF (VCard) files.
Template
You can use almost all basic HTML tags. To add fields into use {fieldname}.
Here is the list of supported fields:
Field Name |
Description |
Home Address Fields |
|
| home_address | First line of address |
| home_address2 | Second line of address |
| home_city | City |
| home_zip | ZIP or Postal code |
| home_state | State |
| home_country | Country |
Home Address Fields |
|
| work_address | First line of address |
| work_address2 | Second line of address |
| work_city | City |
| work_zip | ZIP or Postal code |
| work_state | State |
| work_country | Country |
| work_title | Job title |
| work_department | Department |
| work_organization | Organization |
Names |
|
| firstname | First name |
| lastname | Last name |
| displayname | Display name |
| nickname | Nick name |
Phones |
|
| phone1 - phone7 | Phones numbers |
| phonetype1 - phonetype7 | Type of phone. This value can be used only with label modifier |
Other fields |
|
| notes | Notes about record. Any text. Depend of template can support HTML tags |
| category | The category of the record |
| url | Home page |
| im | IM address |
To add a label of field you can add modifier of filed named label:
{label:fieldname}
To add phone type text use {label:phonetype#}. Address book supports PNG images. To add image write {img:imageID}. Where imageID can be one of these values:
- phone
- fax
- mobile
- workphone
- homephone
- icon
- note
- url
These are default images. If you want to add own images, copy them into sub folderimages under Address Book installation folder and write {img:filename.png} in template. Also you can write {img:phonetype#} to add valid icon for phone.
Download
Compatibility
Address book can be installed with True launch Bar version 3.2.6 and newer. With old version Address Book can work incorrectly. Also please note this is the beta version and not is completely tested. If you find any bug let us know.
Changes history
.:: version 1.1 ::. (16 Descember 2006)
- Added the Windows Vista support
- Improved contact picture support
- Some minor changes
.:: version 1.0 ::. (15 June 2006)
- Added photo field
- Improved templates editor
- Some predefined templates added
- Added phone notes
- Some minor changes

