Subject
Open livedoor Reader pinned items.
Commands
:[count]pino
Following option is avilable.
- -list
- Show pinned item list.
Global variables
- g:pinoOpenItemsCount
- default: 5
- g:pinoOpenBehavior
- default: liberator.NEW_BACKGROUND_TAB
- g:pinoAscendingOrder
- default: "false"
- g:pinoBaseURL
- If you want to use fastladder, set "http://fastladder.com" into this variable.
default: "http://reader.livedoor.com"
- g:pinoOpenInterval
- Interval of opening tabs. (msec)
API
- plugins.pino.items()
- Return pinned items list array.
Each item is following structure.
{
created_on : (create date),
link : (url),
title : (page title)
} - plugins.pino.shift()
- Return first item and remove pin.
- plugins.pino.remove(link)
- Remove pin from item that matched by 'link'.