-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight text and images on a page and make annotations #144
Comments
Update: c31b896 supports highlighting selected text on the tab page (reuse the implementation in old-historymap with a few apis migrated to manifest v3 features). The highlighted content is not sent to HistoryMap yet. |
I just had a look at the wiki page and found the comments on missing features.
I think highlighting multiple images is a practical need. For example, when I searching for inspiring prompts and images on a web gallery, I would like to highlight all the images that might be desirable. The original implementation allows only one representative image by removing any previously highlighted image when there is a new one (see the following code). It should be easy to push multiple images to HistoryMap/old-historymap/src/background/contentScriptData.js Lines 15 to 30 in c31b896
|
Indeed, and it needs to be compact so it would still work when there are many nodes and images. I don't have a strong preference between the two; maybe it also relates to the layout, i.e., how the node size/shape with images would better work with the layout. |
Implemented highlighting images and showing the highlighted text and images on historymap (902f4ab).
A preview figure: Todo
|
Editing note on HistoryMap (5edec7e): |
Add annotation and tag in the same window/box. Adding a hashtag # marks it is a tag. |
No description provided.
The text was updated successfully, but these errors were encountered: