karlicoss

Results 351 comments of karlicoss

Hi! Sorry for late reply! These are good questions people sometimes ask, and I should probably put it in FAQ at some point. So TLDR -- creating new annotations is...

Yeah, good suggestion! Just adding to context is a quick & easy workaround. In general there are all kinds of metadata that could be useful, e.g: - org-mode has tags...

Thanks, the change looks good! So I think I know why this happens. Here's the bit of code responsible for searching stuff: https://github.com/karlicoss/promnesia/blob/aded41c5271c57d704f721d48670ee5135cc5f7c/src/promnesia/server.py#L271-L280 , as you can see it searches...

Hey, yeah that would be useful! And yeah, a basic promnesia module could be very simple, e.g. similar to instapaper https://github.com/karlicoss/promnesia/blob/master/src/promnesia/sources/instapaper.py It would be also cool to somehow support modules...

@krillin666 Oh nice, this is super useful! Will try to give it a go! Btw, you seem interested in knowledge management tools, you'll be very welcome to join and participate...

Yes! Thanks for a specific example though. The 'algorithm' is pretty much the dumbest thing I've come up with, so there are artifacts at times: https://github.com/karlicoss/promnesia/blob/afceaa4dcf3a3a75a65ecfd18bea2c4784bf8d86/extension/src/sidebar.js#L215-L249 This specific thing might...

More work on it here https://github.com/karlicoss/promnesia/pull/152/commits/9d21d184a8d3659d3e204171990cb00b62acb616

Hi @OmarAshkar can you share a snippet of org-mode and the website you clipped it from? So I could try to debug

Ah indeed, thanks, same happens for me. I guess in principle, I should have the whole https://github.com/karlicoss/promnesia highlighted because I have this repository cloned and indexed, wheras it has a...

Ah no, indeed it will ideally highlight the sentence/paragraph only. I just meant that because I have the whole `README.org` file indexed by promnesia, it should match all content on...