LinkTable is a tiny html5 web application.
Its purpose is to create a board of personal link in which the most used ones are bigger.
Current implemented features:
- Add a new link to the board populating the requested fields and dragging the "edit icon" on the board.
- Delete a link dragging it on the "Remove" icon.
- Move the links around the board dragging them.
- Assign a color to a link dragging the color icon above it.
- Change the font of a link dragging the font above it.
- Change the name or the url of a link dragging them above it.
- Assign the maximum or minimum size to a link dragging an arrow icon above it.
- Dragging a link above the url or the name field cause the fields to bi populated with the values of the dragged link.
- Dragging the "edit" icon above an existing link changes the link
- Every link is increased in size after being followed.
- Export links data to a text file.
- Import links data from a text file.
- Reset all the links to the minimum size.
- Delete all the links.
The links data is stored using the html5
localStorage of your browser.
Deleting the browser cookies usually cause the localStorage to be deleted.
Back to LinkTable