karlicoss

Results 351 comments of karlicoss

I guess if we don't use iframe and instead inject the sidebar directly in the body, it would work with the extensions. IIRC I used iframe to make sure there...

Ah yeah, didn't mean literally moving everything in the browser! More of just having a nice interface to the underlying proper database, because at the moment the only way to...

Some work on it here. For now just displays the local visit's timezone with potential to make it configurable to convert everything https://github.com/karlicoss/promnesia/pull/152/commits/c2f00eb4ee4018b02c9bf3966a036db69a43373d

Hi, sorry for late response! It's actually surprising it takes 17 minutes, for 8K notes/24K URLs -- do you know how many lines are these? Unless your laptop is really...

> I don't think this laptop is a slow environment Yep, looks decent, surprising it takes so much time! > But I think Promnesia needs incremental update code for slow...

Ah yeah thanks, it happens sometimes. It's kinda tricky to display popups properly in general case, although perhaps this one makes sense to fix Somewhat related: https://github.com/karlicoss/promnesia/issues/170

Thanks! Yeah, it's unfortunate it's pretty tedious to set up build env, even for me testing is a bit of a pain since browsers are very unfriendly towards dev setups.....

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

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

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