sumatrapdf icon indicating copy to clipboard operation
sumatrapdf copied to clipboard

Frequently read view

Open Codingkingsman opened this issue 7 months ago • 3 comments

Is your feature request related to a problem? Please describe. Well I like the frequently read feature as it is quite nifty. But instead of seeing a thumbnail preview, I would like to have a list view.

Describe the solution you'd like As stated earlier, there should be an option to view the "frequently read files" as a list also. Is there an option to this already and am I missing it out?

Codingkingsman avatar Apr 27 '25 15:04 Codingkingsman

File history as a list is 10 fields in file menu or many more as # part of the CTRL+K dropdown and can be set as a # key or toolbar text # icon or variations on those. the order is most recent / current at top.

So is limited by amount of screen under the toolbar then will need scrolling for more but do try to avoid building a back history of hundreds unless you back up regularly.

I have about that many at present but regularly delete the lot by unclick and re-click remember files

Image

GitHubRulesOK avatar Apr 27 '25 19:04 GitHubRulesOK

I was wondering if something like this can be implemented:

Image

Codingkingsman avatar May 04 '25 17:05 Codingkingsman

The point I was trying to make is if you have an icon like for example the shown # then when you click it you will have the last file thus a 100 or more is not impossible.

to add an icon use shortcuts[
	[
		Cmd = CmdCommandPalette #
		Key = #
		ToolbarText = #
	]
]

Image

Image

GitHubRulesOK avatar May 04 '25 21:05 GitHubRulesOK