mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	remove thing frmo README
This commit is contained in:
		
							parent
							
								
									7e08b63636
								
							
						
					
					
						commit
						c177f4a1be
					
				| @ -3,8 +3,6 @@ | |||||||
| 
 | 
 | ||||||
| This package was created by the [ckeditor5-package-generator](https://www.npmjs.com/package/ckeditor5-package-generator) package. It is highly derivative of [ForumMagnum Footnote Plugin](https://github.com/ForumMagnum/ForumMagnum/tree/master/public/lesswrong-editor/src/ckeditor5-footnote/src). All intellectual credit should go to the developers of this plugin. | This package was created by the [ckeditor5-package-generator](https://www.npmjs.com/package/ckeditor5-package-generator) package. It is highly derivative of [ForumMagnum Footnote Plugin](https://github.com/ForumMagnum/ForumMagnum/tree/master/public/lesswrong-editor/src/ckeditor5-footnote/src). All intellectual credit should go to the developers of this plugin. | ||||||
| 
 | 
 | ||||||
| 🚧🚧🚧 STILL UNDER DEVELOPMENT 🚧🚧🚧 |  | ||||||
| 
 |  | ||||||
| ## Table of contents | ## Table of contents | ||||||
| 
 | 
 | ||||||
| * [Developing the package](#developing-the-package) | * [Developing the package](#developing-the-package) | ||||||
|  | |||||||
							
								
								
									
										13
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								package.json
									
									
									
									
									
								
							| @ -23,7 +23,7 @@ | |||||||
|     "./browser/*": null, |     "./browser/*": null, | ||||||
|     "./package.json": "./package.json" |     "./package.json": "./package.json" | ||||||
|   }, |   }, | ||||||
|   "license": "MIT", |   "license": "ISC", | ||||||
|   "engines": { |   "engines": { | ||||||
|     "node": ">=18.0.0", |     "node": ">=18.0.0", | ||||||
|     "npm": ">=5.7.1" |     "npm": ">=5.7.1" | ||||||
| @ -80,5 +80,14 @@ | |||||||
|     "hooks": { |     "hooks": { | ||||||
|       "pre-commit": "lint-staged" |       "pre-commit": "lint-staged" | ||||||
|     } |     } | ||||||
|   } |   }, | ||||||
|  |   "repository": { | ||||||
|  |     "type": "git", | ||||||
|  |     "url": "git+https://github.com/ThomasAitken/ckeditor5-footnotes.git" | ||||||
|  |   }, | ||||||
|  |   "author": "Thomas Aitken", | ||||||
|  |   "bugs": { | ||||||
|  |     "url": "https://github.com/ThomasAitken/ckeditor5-footnotes/issues" | ||||||
|  |   }, | ||||||
|  |   "homepage": "https://github.com/ThomasAitken/ckeditor5-footnotes#readme" | ||||||
| } | } | ||||||
|  | |||||||
| @ -1,8 +1,8 @@ | |||||||
| import ckeditor from './../theme/icons/ckeditor.svg'; | import insertFootnoteIcon from './../theme/icons/insert-footnote.svg'; | ||||||
| import './augmentation.js'; | import './augmentation.js'; | ||||||
| 
 | 
 | ||||||
| export { default as Footnotes } from './footnotes.js'; | export { default as Footnotes } from './footnotes.js'; | ||||||
| 
 | 
 | ||||||
| export const icons = { | export const icons = { | ||||||
| 	ckeditor | 	insertFootnoteIcon | ||||||
| }; | }; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Aitken
						Tom Aitken