orgzly / orgzly-android

Outliner for taking notes and managing to-do lists
https://www.orgzly.com
GNU General Public License v3.0
2.7k stars 304 forks source link

Vote for at least s.now from Search proposal #265

Closed zentiggr closed 6 years ago

zentiggr commented 6 years ago

My optimal filtering and structure for a master todo list would be

s.now o.state o.sched o.dead

Since o.state support is already committed, I would love to have s.now even if the entire search proposal doesn't make it in yet.

Barely familiar with Kotlin or I would consider working up the PR myself... or give me a little while...

nevenz commented 6 years ago

Just to be clear - you want to get rid of entries that have scheduled time between now and midnight? (Otherwise you could be using s.today.)

zentiggr commented 6 years ago

Yes - I am using "s.today o.sched o.dead" right now... but with s.now I could use "s.now o.state o.sched" and have only up to the minute items in the list.
(I have some focus issues, and have a suite of +1d and ++12h repeaters that I would like to only see when the current instance is relevant, instead of having all night's repetitions as well.) o.state has me very excited and s.now would pair off perfectly, and have me closer to "perfect" organizer than even my hand-rolled spreadsheet attempt.

nevenz commented 6 years ago

I've implemented this for next version (current beta), as it uncovered a bug with s.0h (which I was going to suggest you use). Thanks!

zentiggr commented 6 years ago

I think s.Nh is undocumented... it is live in 1.6.1 though? I could easily use s.1h or s.2h, as just that much lookahead could be very helpful and I was assuming s.today and s.now were the closest I could get.

zentiggr commented 6 years ago

Tested and I see s.1h is acting like s.today.

nevenz commented 6 years ago

I think s.Nh is undocumented... it is live in 1.6.1 though?

Yes to both, I'm updating documentation right now.

Tested and I see s.1h is acting like s.today.

Yeah, this has been fixed.

zentiggr commented 6 years ago

Awesome... Grabbing the beta 2 apk!

On Jan 8, 2018 12:46 PM, "Neven" notifications@github.com wrote:

I think s.Nh is undocumented... it is live in 1.6.1 though?

Yes to both, I'm updating documentation right now.

Tested and I see s.1h is acting like s.today.

Yeah, this has been fixed.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/orgzly/orgzly-android/issues/265#issuecomment-356057118, or mute the thread https://github.com/notifications/unsubscribe-auth/ABbYMxwEBFexmHBW5dCkQvBmz6SgXSQDks5tImKjgaJpZM4RWm0H .

nevenz commented 6 years ago

Awesome... Grabbing the beta 2 apk!

It's not in beta.2 BTW, it will be in the next one (probably tomorrow).

zentiggr commented 6 years ago

Ok... cooling my jets. Thanks!

zentiggr commented 6 years ago

Tested, working just as intended. Thanks so much!