uwdata / living-papers

Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.
BSD 3-Clause "New" or "Revised" License
127 stars 10 forks source link

add resizable, moveable figure tooltips to cross-ref #80

Closed tu21897 closed 1 year ago

tu21897 commented 1 year ago

Demo: https://homes.cs.washington.edu/~tu21897/lpub/fast-kde/

Default:

Screenshot 2023-03-16 at 8 30 28 PM

Resized:

Screenshot 2023-03-16 at 8 30 41 PM

Resized & Dragged:

Screenshot 2023-03-16 at 8 31 56 PM
jheer commented 1 year ago

Cool! #79 (with the tooltip class) has been merged.

While I like the functionality you're exploring here, I lean towards "keeping it simple" and getting a basic working version in production first. So perhaps we could merge an initial version that uses a "normal" tooltip with figure preview content, then open a second PR with more "advanced" features (resizing, moving, and window chrome).