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

Enhancement: Add date/time in "history" (CTRL-O) results #154

Closed
afilp opened this issue Apr 13, 2020 · 2 comments
Closed

Enhancement: Add date/time in "history" (CTRL-O) results #154

afilp opened this issue Apr 13, 2020 · 2 comments

Comments

@afilp
Copy link

afilp commented Apr 13, 2020

When I searched in history I was not sure if the results were sorted with DESC date/time, so that I can use the latest URL parameters of some URL:

image

Apart from that, I believe it would be useful to have the date/time on history access (maybe on bookmarks too), as proposed above.

The button could also be "sticky" among different searches (i.e. remember its status, so we only have to press/depress it once to choose if we want to see the "more info" date/time or not).

Thanks!

gdh1995 added a commit that referenced this issue May 2, 2020
@gdh1995
Copy link
Owner

gdh1995 commented Jul 19, 2020

Hello, I've implemented a base version and you may take a try: vimium_c-1.84.1-firefox-a02b52c.zip, vimium_c-1.84.1-chrome-a02b52c.zip.

The time string is not added by default, you'll need to add some keywords to the styles of Vomnibar settings:

  • time means to show time spans relative to "now"
  • time absolute-time means to show local time strings
  • time absolute-num-time means to show standard date time strings (only including English characters)

For example, { ..., "style": "mono-url time absolute-time" } means the second one.

How to install .zip: https://github.com/gdh1995/vimium-c/wiki/Test-a-zip-package

@gdh1995
Copy link
Owner

gdh1995 commented Jul 28, 2020

Hello, Vimium C v1.84.2 has been released on Firefox Add-ons and Chrome Web Store, and Edge Addons is verifying it, so you may take a try.

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

2 participants