mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-27 06:52:27 +08: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.
|
||||
|
||||
🚧🚧🚧 STILL UNDER DEVELOPMENT 🚧🚧🚧
|
||||
|
||||
## Table of contents
|
||||
|
||||
* [Developing the package](#developing-the-package)
|
||||
|
13
package.json
13
package.json
@ -23,7 +23,7 @@
|
||||
"./browser/*": null,
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"license": "MIT",
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"npm": ">=5.7.1"
|
||||
@ -80,5 +80,14 @@
|
||||
"hooks": {
|
||||
"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';
|
||||
|
||||
export { default as Footnotes } from './footnotes.js';
|
||||
|
||||
export const icons = {
|
||||
ckeditor
|
||||
insertFootnoteIcon
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user