Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to scroll back to specific time, or by relative amount of time #14173

Closed
Soundtoxin opened this issue Jun 24, 2020 · 2 comments
Closed

Comments

@Soundtoxin
Copy link

Is your suggestion related to a problem? Please describe.
It's quite annoying to catch up on backlog or refer to old messages. I've just recently run into an issues where replying to an old message sent me back to the present. After minutes of scrolling and waiting for loading, I still can't get back. I'd intended to read and reply to things in the order they happened from the last couple days.

Describe the solution you'd like
Something like irssi's scrollback command. You can do /scrollback goto 22:11 and have it jump back so that the stated timestamp is at the top of your window and you can start reading from there. You can also do /scrollback end to instantly jump back to the bottom. Having some similar commands I could run in Riot would be very very nice. For relative scrollback we can look at weechat where you can do something like /window scroll -24h or /window scroll -10d to go back 24 hours or 10 days, respectively. Having both options (absolute and relative) of backtracking would be ideal, but if there's a problem getting timezone info, relative stuff could still work.

Describe alternatives you've considered
Something graphical in the UI could be another option, though I imagine it being harder to implement well without looking sloppy. Maybe just show a small calendar where you can click any day of the current month or change month/year with an arrow. (if going this route, I suggest not making someone go back month by month to change the year, this is a common problem in calendar UI)

@jryans
Copy link
Collaborator

jryans commented Jun 24, 2020

Related to browsing by date: #7677

@MadLittleMods
Copy link
Contributor

MadLittleMods commented Mar 10, 2022

/jumptodate 2022-01-01 was added in matrix-org/matrix-react-sdk#7372

(please close this issue as I no longer have triage access)

@t3chguy t3chguy closed this as completed Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants