Skip to content

Commit 34237a2

Browse files
committed
added a next todo in overlayMode.md
1 parent bd8629d commit 34237a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.brotkeys.js.swp

72 KB
Binary file not shown.

notesToSelf/overlayMode.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,8 @@ in order to get <kbd>dt</kbd> as a link hint.
7171

7272
Regarding images, it's a bit harder since they would need an outer wrapper div or span that is relative. Modify the img tag itself to be absolute, and also have above code snippet in it (with or without the span part). If the image is not positioned absolutely, the link hint will show up next to the image instead.
7373

74-
That is also ok for the moment though, since images will neeed their own case anyways.
74+
That is also ok for the moment though, since images will neeed their own case anyways.
75+
76+
77+
78+
For images, I either have to make the user tag them with a different class. But that's annoying for them. Or I just check whether the element to generate a link hint for is an image, and if yes launch my image mode. Next todo is finding out where exactly to perform that check.

0 commit comments

Comments
 (0)