promnesia icon indicating copy to clipboard operation
promnesia copied to clipboard

extension/indexers: ensure less 'span' in visited marks

Open karlicoss opened this issue 2 years ago • 2 comments

for @karlicoss a good example is this page https://github.com/settings/billing

image

One thing that would be nice is to make google takout visit 'boring' -- that can be achieved by removing contexts in promnesia indexer (for simple visits they only contain the domain name) https://github.com/karlicoss/promnesia/blob/master/src/promnesia/sources/takeout.py#L39

Another is perhaps adding an option to hide "boring" visits completely, or even better to hide certain sources. Maybe ideally with a javascript-based hook to start with

karlicoss avatar Jan 29 '23 16:01 karlicoss

after: image

still could benefit from excluding them from the visited marks UI I guess but it's quite a bit better

karlicoss avatar Jan 31 '23 02:01 karlicoss

Just sharing a related concern I'm facing:

The context in below screenshot renders the HTML text from Logseq

I have raised a related issue with contexts in search.html in #430

AnweshGangula avatar Dec 06 '23 12:12 AnweshGangula