You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,11 @@ There is already:
47
47
48
48
This works by using Javascript to add iframe windows for previewing.
49
49
50
-
This extension adapts the approach of `sphinx-preview`, but:
50
+
### Changes to sphinx-preview
51
51
52
-
1. Replaces the use of jquery with vanilla JavaScript
52
+
This extension adapts the approach of `sphinx-preview`, but makes some changes including:
53
+
54
+
1. Replaces the use of JQuery with vanilla JavaScript
53
55
2. Always uses clickable icons to show the preview window, rather than mouseover hover (I feel this gives the user more control, and understanding of which links are preview-able)
54
56
3. Fixes some bugs with the scroll-to-anchor behaviour, and preview window positioning
55
57
4. Adds anchoring of the preview window to the reference, during scrolling and window resizing
0 commit comments