Jacky Zhao 
							
						 
					 
					
						
						
							
						
						23df17233d 
					 
					
						
						
							
							fix(graph): make graph non-singleton, proper cleanup, fix radial  
						
						 
						
						
						
						
					 
					
						2025-03-10 11:39:08 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aaron Pham 
							
						 
					 
					
						
						
							
						
						fbc45548f7 
					 
					
						
						
							
							feat(graph): enable radial mode ( #1738 )  
						
						 
						
						
						
						
					 
					
						2025-02-01 16:22:29 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aaron Pham 
							
						 
					 
					
						
						
							
						
						bca74623a3 
					 
					
						
						
							
							perf(graph): canvas implementation ( #1328 )  
						
						 
						
						... 
						
						
						
						* perf(graph): initial canvas layout
include nodes and links drawn
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix(graph): update persistent for nodeGfx
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* chore(graph): add canvas element to avoid rerendering glitch
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix(spa): only render graph once in global
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix(graph): change svg as button
render global graph on toggle
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix(graph): fix anchor position and zIndex behaviour
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* chore(graph): increase linkDistance
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* refactor
* fmt
* pkg
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com > 
						
						
					 
					
						2024-08-25 00:33:14 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aaron Pham 
							
						 
					 
					
						
						
							
						
						cec3662c74 
					 
					
						
						
							
							feat(graph): focusOnHover ( #954 )  
						
						 
						
						... 
						
						
						
						by default, globalGraph will enable focusOnHover, similar to Obsidian.
---------
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com > 
						
						
					 
					
						2024-03-04 15:09:20 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aaron Pham 
							
						 
					 
					
						
						
							
						
						21c6bbf302 
					 
					
						
						
							
							chore(types): add additional hint for LSP support ( #864 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com > 
						
						
					 
					
						2024-02-13 23:53:44 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						36e4cc41a9 
					 
					
						
						
							
							chore(i18n): refactor and cleanup ( #805 )  
						
						 
						
						... 
						
						
						
						* checkpoint
* finish
* docs 
						
						
					 
					
						2024-02-04 20:57:10 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mara-Li 
							
						 
					 
					
						
						
							
						
						dbbc672c67 
					 
					
						
						
							
							feat: Adding support for i18n ( closes   #462 ) ( #738 )  
						
						 
						
						... 
						
						
						
						* fix: alt error mix with height/width
More granular detection of alt and resize in image
* fix: format
* feat: init i18n
* feat: add translation
* style: prettier for test
* fix: build-up the locale to fusion with dateLocale
* style: run prettier
* remove cursed file
* refactor: remove i18n library and use locale way instead
* format with prettier
* forgot to remove test
* prevent merging error
* format
* format
* fix: allow string for locale
- Check during translation if valid / existing locale
- Allow to use "en" and "en-US" for example
- Add fallback directly in the function
- Add default key in the function
- Add docstring to cfg.ts
* forgot item translation
* remove unused locale variable
* forgot to remove fr-FR testing
* format 
						
						
					 
					
						2024-02-03 19:55:24 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aaron Pham 
							
						 
					 
					
						
						
							
						
						37c6231e79 
					 
					
						
						
							
							fix(div): update class name to remove weird space afterwards ( #763 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com > 
						
						
					 
					
						2024-01-29 21:51:13 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luca Salvarani 
							
						 
					 
					
						
						
							
						
						c8f5dbbad3 
					 
					
						
						
							
							fix: Fix Backlinks not applying the display class ( #519 )  
						
						 
						
						... 
						
						
						
						* fix: Fix `Backlinks` not applying the display class
Fix  #518 
* fix: Apply `displayClass` to all layout components
* refactor: Use same style
* fix: Remove `undefined` class using coalescing operator 
						
						
					 
					
						2023-10-01 17:20:55 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oskar Manhart 
							
						 
					 
					
						
						
							
						
						14cbbdb8a2 
					 
					
						
						
							
							feat: display tag in graph view ( #466 )  
						
						 
						
						... 
						
						
						
						* feat: tags in graph view
* fix: revert changing graph forces
* fix: run prettier 
						
						
					 
					
						2023-09-13 20:55:59 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						8c943f47d6 
					 
					
						
						
							
							format, update default sidepanel width  
						
						 
						
						
						
						
					 
					
						2023-08-21 09:00:13 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								松浦 知也 Matsuura Tomoya 
							
						 
					 
					
						
						
							
						
						2774e976d2 
					 
					
						
						
							
							fix: opts being overriden in graph option ( #384 )  
						
						 
						
						
						
						
					 
					
						2023-08-21 08:45:47 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						7db2eda76c 
					 
					
						
						
							
							run prettier  
						
						 
						
						
						
						
					 
					
						2023-07-22 17:27:41 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						08f8e3b4a4 
					 
					
						
						
							
							docs + various polish  
						
						 
						
						
						
						
					 
					
						2023-07-09 19:32:24 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						38cff2d670 
					 
					
						
						
							
							more visual polish, adjust colours and spacing  
						
						 
						
						
						
						
					 
					
						2023-07-04 16:48:36 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						ab9da02c60 
					 
					
						
						
							
							fix indexing causing main thread freeze, various polish  
						
						 
						
						
						
						
					 
					
						2023-07-04 10:08:32 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacky Zhao 
							
						 
					 
					
						
						
							
						
						c4cf0dcb02 
					 
					
						
						
							
							local and global graph  
						
						 
						
						
						
						
					 
					
						2023-06-18 10:47:07 -07:00