0.0.3 • Published 10 years ago

ep_collabticker v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

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 to 30000, -1 means no auto-updating, the interval in which the time-offset gets updated
  • triggerSequence, defaults to ###, the characters the user has to write to trigger a timestamp-insertation
  • wordpress_url, the full URL to your WordPress with http/https and port if it differs from the standards
  • ticker_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 is http://wordpresstargeturl.com/wp-admin/post.php?post=4514&action=edit then 4514 is your lucky number ;)
  • exportInterval, defaults to 30000, the interval in which the pad gets exported to wordpress (in milliseconds)
0.0.3

10 years ago

0.0.2

11 years ago

0.0.1

11 years ago