promnesia icon indicating copy to clipboard operation
promnesia copied to clipboard

extension: allow running without the backend, improve error message

Open karlicoss opened this issue 5 years ago • 3 comments

At the moment if backend isn't running, user ends up with cryptic "ERROR: Failed to fetch". At the very list, could point to readme and mention they need to run the backend.

In addition, there is some value in running against just local browser history too, so we could be defensive and work with them even without the backend visits. This will require a change somewhere here

Although not sure all queries are possible with local history APIs, but looks doable

For hierarchical queries, this will also require a change to the way visits are treated, at the moment local visits are considered 'boring. Perhaps a toggle to treat certain sources as 'interesting'?

(see https://news.ycombinator.com/item?id=23672393)

karlicoss avatar Jun 28 '20 22:06 karlicoss

Some work on it here.. https://github.com/karlicoss/promnesia/pull/163 I guess the only remaining bit is the 'toggle' to visualize the hierarchy

karlicoss avatar Nov 11 '20 06:11 karlicoss

Even more work here! https://github.com/karlicoss/promnesia/pull/164

karlicoss avatar Nov 13 '20 06:11 karlicoss

More work here https://github.com/karlicoss/promnesia/pull/165, basically everything that works for backend visits also works for in-browser visits now

karlicoss avatar Nov 15 '20 03:11 karlicoss