Slogger icon indicating copy to clipboard operation
Slogger copied to clipboard

Running for a past period?

Open mrjcleaver opened this issue 10 years ago • 4 comments

Hi,

Is there a way to run slogger for, say, every eight hours over the period of last week?

Or for say, the month of November last year?

Thanks, Martin.

mrjcleaver avatar Jan 26 '15 12:01 mrjcleaver

Not presently, no. You can run if for a certain period of time back to the present, but you can't put a to: date on it.

-Brett

On 26 Jan 2015, at 6:49, Martin Cleaver wrote:

Hi,

Is there a way to run slogger for, say, every eight hours over the period of last week?

Or for say, the month of November last year?

Thanks, Martin.


Reply to this email directly or view it on GitHub: https://github.com/ttscoff/Slogger/issues/349

ttscoff avatar Jan 26 '15 21:01 ttscoff

Thanks Brett,

Not particularly hard though, or is it?

Does the Day One API allow us to post-date? Would adding this as a feature mess up anything else in Slogger?

Thanks, M.

mrjcleaver avatar Jan 26 '15 21:01 mrjcleaver

No, not really. There are some issues with dealing with date handling from various sources, and each plugin would have to implement the feature separately, but I can't think of any showstoppers (other than I have no time to put into it, so someone else would need to code it…).

-Brett

On 26 Jan 2015, at 15:43, Martin Cleaver wrote:

Thanks Brett,

Not particularly hard though, is it?

Does the Day One API allow us to post-date? Would adding this as a feature mess up anything else in Slogger?

Thanks, M.


Reply to this email directly or view it on GitHub: https://github.com/ttscoff/Slogger/issues/349#issuecomment-71544476

ttscoff avatar Jan 26 '15 22:01 ttscoff

Do plugins already have sort of capabilities mechanism, whereby they can declare that they are capable of something? We'd need attributes such as capable of logging arbitrary dates.

mrjcleaver avatar Jan 27 '15 10:01 mrjcleaver