A user can mark a line as important like in a desktop text editor and return to it when needed.
Bookmarks can be added (mouse clicked + B) and then the user can step through them (N). Pressing Shift+N allows to step through them backwards.
When creating a bookmark, it will be displayed on the left side of the page using an image marker.
They get removed by either clicking on them or pressing the key D (all get removed).
The programmer can even set the color of a highlighted bookmark, or the maximum number of allowed bookmarks.
Requirements:
· JavaScript enabled on client side
· jQuery 1.3.2 or higher
Limitations:
· The bookmarks will be lost when navigation away from the page.