mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	 2a700da824
			
		
	
	
		2a700da824
		
	
	
	
	
		
			
			git-subtree-dir: _regroup/ckeditor5-keyboard-marker git-subtree-mainline: b5fa9f8ea4d8bb37e1e4804e0fe6d30657247d0f git-subtree-split: c875badc77499941b974c0e5ea7c24728a47e35d
		
			
				
	
	
		
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /**
 | |
|  * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
 | |
|  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 | |
|  */
 | |
| 
 | |
| /* eslint-env node */
 | |
| 
 | |
| 'use strict';
 | |
| 
 | |
| module.exports = {
 | |
| 	extends: 'ckeditor5'
 | |
| };
 |