obsidian-annotator icon indicating copy to clipboard operation
obsidian-annotator copied to clipboard

Work with web pages also?

Open antomonte opened this issue 4 years ago • 11 comments

Hi! The plugin is wonderful, but I think it could be hugely improved just adding the ability of working also with webpages.

So, the webpage could be rendered (maybe using iframes? don't know...) and we just go along highlighting, taking notes... and all of it automatically stored on markdown within our vault (as currently it does for PDF files)

Thanks!

antomonte avatar Sep 11 '21 09:09 antomonte

Yeah, I can investigate the possibility a bit more. The tricky part is CORS. Hypothesis can only annotate websites in iframes with the same domain as the website containing the iframe. Maybe I can find some workaround though...

elias-sundqvist avatar Sep 11 '21 09:09 elias-sundqvist

Oh wow this would be cool!! A Web Highlighter as well! Now that would definitely get some extra attention!

GitMurf avatar Sep 14 '21 04:09 GitMurf

Can we support saved html files to start with? I think CORS issue doesn't affect locally saved html files.

joellti avatar Sep 29 '21 17:09 joellti

Can we support saved html files to start with? I think CORS issue doesn't affect locally saved html files.

I implemented a CORS workaround for computers in release 1.3, so that is no longer an issue. I just need to find the time to work on the plugin.

Here is a proof-of-concept screenshot. Most websites are a bit glitchy, but it kind of works. image

elias-sundqvist avatar Sep 29 '21 20:09 elias-sundqvist

Really great! keep it going!

antomonte avatar Sep 29 '21 20:09 antomonte

Hi!

is there any update on this topic?

antomonte avatar Nov 14 '21 22:11 antomonte

Hi!

is there any update on this topic?

Hi, I'm sorry to say that I haven't found much time to work on this plugin these past months. I did most of the development of this plugin during my summer break, and when my studies at the university started again things have stagnated significantly. The web page annotations are still not really at a useable state.

If I'm not too occupied this weekend, I will push my current code and add BRAT so that these newer/less stable features can be tested.

I'm not exactly sure when I will get much free time to work on the plugin again, but rest assured that I haven't abandoned it.

elias-sundqvist avatar Nov 15 '21 18:11 elias-sundqvist

Sure!

you have your own priorities, so do not feel bad about it.

I think that for us it is enough just knowing that the project will not fall forgotten, and from time to time you'll spend some available time... and maybe in the future we can count with one of the best plugins we'll ever see.

Best regards

antomonte avatar Nov 15 '21 19:11 antomonte

Hi @elias-sundqvist, any update about this feature?

Seraphli avatar Feb 28 '22 11:02 Seraphli

Yes, I should be able to make a beta release with this feature in one or two weeks. All websites don't work, but many do.

elias-sundqvist avatar Feb 28 '22 11:02 elias-sundqvist

Beta 0.2.1 is now released with some basic web annotation support. A major limitation right now is that you cannot navigate by clicking on links. Also, this feature does not work on mobile at the moment. But it should start working as soon as the latest API features become available for mobile.

elias-sundqvist avatar Mar 06 '22 22:03 elias-sundqvist