mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	refactor(build): switch to submodule for ckeditor5-math
This commit is contained in:
		
							parent
							
								
									15de8e1b57
								
							
						
					
					
						commit
						3a24a959a2
					
				@ -50,9 +50,7 @@
 | 
				
			|||||||
    "@ckeditor/ckeditor5-paste-from-office": "43.2.0",
 | 
					    "@ckeditor/ckeditor5-paste-from-office": "43.2.0",
 | 
				
			||||||
    "@ckeditor/ckeditor5-table": "43.2.0",
 | 
					    "@ckeditor/ckeditor5-table": "43.2.0",
 | 
				
			||||||
    "@ckeditor/ckeditor5-typing": "43.2.0",
 | 
					    "@ckeditor/ckeditor5-typing": "43.2.0",
 | 
				
			||||||
    "@ckeditor/ckeditor5-utils": "43.2.0",
 | 
					    "@ckeditor/ckeditor5-utils": "43.2.0"
 | 
				
			||||||
    "@triliumnext/ckeditor5-math": "43.2.0-hotfix1",
 | 
					 | 
				
			||||||
    "@triliumnext/ckeditor5-footnotes": "0.0.4-hotfix11"
 | 
					 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@ckeditor/ckeditor5-core": "43.2.0",
 | 
					    "@ckeditor/ckeditor5-core": "43.2.0",
 | 
				
			||||||
 | 
				
			|||||||
@ -70,8 +70,7 @@ import removeFormatLinksPlugin from './remove_format_links';
 | 
				
			|||||||
import {SpecialCharactersEmoji} from "./special_characters_emoji";
 | 
					import {SpecialCharactersEmoji} from "./special_characters_emoji";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// External plugins
 | 
					// External plugins
 | 
				
			||||||
import Math from '@triliumnext/ckeditor5-math/src/math';
 | 
					import { Math, AutoformatMath } from '../../ckeditor5-math/src/index';
 | 
				
			||||||
import AutoformatMath from '@triliumnext/ckeditor5-math/src/autoformatmath';
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { Mermaid } from "../../ckeditor5-mermaid/src/index";
 | 
					import { Mermaid } from "../../ckeditor5-mermaid/src/index";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user