Jacky Zhao 
							
						 
					 
					
						
						
							
						
						e9b60c7285 
					 
					
						
						
							
							fix(popover): popover id calculation + scroll consistency  
						
						 
						
						
						
						
					 
					
						2025-04-10 16:46:30 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						b1a920e5c0 
					 
					
						
						
							
							fix: add proper popover hint to tag content page  
						
						 
						
						
						
						
					 
					
						2025-04-10 16:28:36 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emile Bangma 
							
						 
					 
					
						
						
							
						
						9db66d500e 
					 
					
						
						
							
							fix(popover): round coords remove blurred popovers ( #1911 )  
						
						 
						
						
						
						
					 
					
						2025-04-07 00:23:49 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						ee8c1dc968 
					 
					
						
						
							
							chore(css): style tweaks for overflow  
						
						 
						
						
						
						
					 
					
						2025-04-05 11:38:50 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								1 gal Rosemary 
							
						 
					 
					
						
						
							
						
						bb24cd13c7 
					 
					
						
						
							
							fix(css): styles issues with popover, overflow, and scroll overflow ( #1907 )  
						
						 
						
						... 
						
						
						
						* fix(style): fix toc overflow & scrolling overflow
* fix(style): fix explorer scrolling overflow
* fix(style): fix backlinks overflow & scrolling overflow
* fix(style): resolve popover overflow issue causing incomplete display
* chore: rename function to enhance readability
* fix(popover): make the backlink's id unique & use translate() instead of translateY() 
						
						
					 
					
						2025-04-05 10:39:28 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emile Bangma 
							
						 
					 
					
						
						
							
						
						d61fb266c7 
					 
					
						
						
							
							fix(popover): automatically position anchored links properly ( #1897 )  
						
						 
						
						... 
						
						
						
						* fix(popover): automatically position heading links at heading
* Impement linking of blockreferences
* Popover fixes
* id mapping
* Remove excess regexes
* Updated blockref
* Remove linker element
* Restore the docs to their former glory
* Move the hash out of the loop
* Redundant
* Redundant
* Restore docs
* Remove log
* Let it const 
						
						
					 
					
						2025-04-05 10:31:17 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						8d33608808 
					 
					
						
						
							
							fix(popovers): clear id to avoid anchor jumps within popover  
						
						 
						
						
						
						
					 
					
						2025-03-10 00:08:06 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anton Bulakh 
							
						 
					 
					
						
						
							
						
						99011cb1b0 
					 
					
						
						
							
							fix(spa): handle HTML redirects for aliases ( #1680 )  
						
						 
						
						
						
						
					 
					
						2024-12-27 07:18:22 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cao Mingjun 
							
						 
					 
					
						
						
							
						
						4eeacb7fbf 
					 
					
						
						
							
							Fix Non-English Anchor Popover Positioning Issue and Update Type Hint ( #1252 )  
						
						 
						
						... 
						
						
						
						- [Major] Changed `hash` passed to `querySelector` to `decodeURIComponent(hash)` to fix the issue where non-English anchors were not correctly positioning the popover content to the corresponding title.
- [Minor] Updated the type hint from `HTMLLinkElement` to `HTMLAnchorElement` as the passed element is an `<a>` element, not a `<link>` element (reference: https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement ). 
						
						
					 
					
						2024-07-08 13:34:43 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aaron Pham 
							
						 
					 
					
						
						
							
						
						129e878b29 
					 
					
						
						
							
							chore(img): return targetUrl as given href ( #916 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com > 
						
						
					 
					
						2024-02-22 21:55:35 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aaron Pham 
							
						 
					 
					
						
						
							
						
						96c7076fb5 
					 
					
						
						
							
							feat(popover): add support for PDF ( #913 )  
						
						 
						
						... 
						
						
						
						* feat(popover): add support for PDF
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
* chore: split pdf by ';'
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
* fix: remove unnecessary check
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
---------
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com > 
						
						
					 
					
						2024-02-22 22:16:40 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Fischer 
							
						 
					 
					
						
						
							
						
						6c8023463d 
					 
					
						
						
							
							Add support for image popovers ( #854 )  
						
						 
						
						... 
						
						
						
						* feat(popover): Add support for images
* fix: run prettier
* feat(popover): use switch logic for content types & adjust styles
* feat(popover): Add content type data tag for popover-inner class 
						
						
					 
					
						2024-02-14 15:41:13 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						c00089bd57 
					 
					
						
						
							
							chore: add window.addCleanup() for cleaning up handlers  
						
						 
						
						
						
						
					 
					
						2024-02-01 21:19:51 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						9c88d5967f 
					 
					
						
						
							
							fix: don't show popovers on heading anchors  
						
						 
						
						
						
						
					 
					
						2023-12-03 09:22:16 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						b5fec6c87f 
					 
					
						
						
							
							feat: allow popovers on intrapage links ( closes   #243 )  
						
						 
						
						
						
						
					 
					
						2023-12-01 09:00:47 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						296c1cf83f 
					 
					
						
						
							
							fix: spa shouldn't use popover script directly  
						
						 
						
						
						
						
					 
					
						2023-11-18 18:46:58 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						95b1141b9d 
					 
					
						
						
							
							fix: include anchor when normalizing urls for spa/popovers  
						
						 
						
						
						
						
					 
					
						2023-11-15 20:35:45 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						d1551872ff 
					 
					
						
						
							
							fix: check if popover exists after fetching and before inserting  
						
						 
						
						
						
						
					 
					
						2023-11-11 20:46:57 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						7db2eda76c 
					 
					
						
						
							
							run prettier  
						
						 
						
						
						
						
					 
					
						2023-07-22 17:27:41 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						ab9da02c60 
					 
					
						
						
							
							fix indexing causing main thread freeze, various polish  
						
						 
						
						
						
						
					 
					
						2023-07-04 10:08:32 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						e0ebee5aa9 
					 
					
						
						
							
							various polish  
						
						 
						
						
						
						
					 
					
						2023-07-02 13:08:29 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						24348b24a9 
					 
					
						
						
							
							fix: parsing wikilinks that have codeblock anchors, scroll to anchor  
						
						 
						
						
						
						
					 
					
						2023-06-19 22:50:25 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						fd5c8d17d3 
					 
					
						
						
							
							basic search implementation  
						
						 
						
						
						
						
					 
					
						2023-06-19 20:37:45 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						c4cf0dcb02 
					 
					
						
						
							
							local and global graph  
						
						 
						
						
						
						
					 
					
						2023-06-18 10:47:07 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						8bfee04c8c 
					 
					
						
						
							
							popovers  
						
						 
						
						
						
						
					 
					
						2023-06-17 16:05:46 -07:00