0.0.3 • Published 12 years ago
ep_collabticker v0.0.3
ep_CollabTicker
Function
Inserts the current localtime when the user types a the string defined in triggerSequence at the beginning of a line.
There is a very simple time-offset-correction implemented, which is triggered every updateInterval milliseconds.
Settings
"ep_CollabTicker" : {
"updateInterval": "30000",
"triggerSequence": "###",
"wordpress_url": "http://your.wordpressinstallation.com/",
"ticker_id": "4",
"exportInterval": "30000"
}Sub-Settings:
updateInterval, defaults to30000,-1means no auto-updating, the interval in which the time-offset gets updatedtriggerSequence, defaults to###, the characters the user has to write to trigger a timestamp-insertationwordpress_url, the full URL to your WordPress with http/https and port if it differs from the standardsticker_id, the ID of the post that you want to use - you can find this number in the URL of the "edit post" page, e.g. if the URL ishttp://wordpresstargeturl.com/wp-admin/post.php?post=4514&action=editthen 4514 is your lucky number ;)exportInterval, defaults to30000, the interval in which the pad gets exported to wordpress (in milliseconds)