karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.74k stars 74 forks source link

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

Open karlicoss opened 1 year ago

karlicoss commented 1 year ago

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 commented 1 year ago

after: image

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

AnweshGangula commented 9 months ago

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