-
Notifications
You must be signed in to change notification settings - Fork 10
Popup images wikipedia style #986
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
Conversation
My bad @bryceerobertson , should be fixed now, at least in production. If you are having issues in dev, you can clear cache in http://localhost:8787/cache |
|
I'm having problems with my Cursor which I don't have time to fix at the moment so I suggest pushing to prod and we can test there |
|
I investigated Wikipedia's code, and they feed the dimensions of the image in the metadata at the same time the glossary info is fed. Updated this in StampyAI/GDocsRelatedThings#101, we should merge both together. |
efbfbf3 to
28bd336
Compare
History was rewritten to sidestep a merge conflict
11f8151 to
0abbc72
Compare
|
I had to rewrite git history to sidestep merge issues. Now working on fixing issues that were raised. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tradeoffs discussed also on discord => feel free to merge as long as it works in testing

Alternate to #976
Follow guidelines in #976 (comment)
Closer to original style
It would be cleaner to have the layout calculated with columns/rows, but I never got it to work properly.