@sereneinserenade/tiptap-inline-suggestion
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -33,2 +33,3 @@ /** | ||
function __awaiter(thisArg, _arguments, P, generator) { | ||
@@ -149,2 +150,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
exports.default = InlineSuggestion; | ||
exports.inlineSuggestionPluginKey = inlineSuggestionPluginKey; | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -1,2 +0,2 @@ | ||
export { InlineSuggestion } from './inlineSuggestion'; | ||
export { InlineSuggestion as default } from './inlineSuggestion'; | ||
export { InlineSuggestion, InlineSuggestion as default, inlineSuggestionPluginKey } from "./inlineSuggestion"; | ||
export type { InlineSuggestionOptions, InlineSuggestionStorage } from "./inlineSuggestion"; |
@@ -29,2 +29,3 @@ /** | ||
function __awaiter(thisArg, _arguments, P, generator) { | ||
@@ -143,3 +144,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
export { InlineSuggestion, InlineSuggestion as default }; | ||
export { InlineSuggestion, InlineSuggestion as default, inlineSuggestionPluginKey }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sereneinserenade/tiptap-inline-suggestion", | ||
"version": "0.0.1", | ||
"description": "", | ||
"version": "0.0.2", | ||
"description": "Tiptap Extension for adding inline suggestions. Ex. for AI autocompletion.", | ||
"keywords": [ | ||
"tiptap", | ||
"tiptap-extension", | ||
"wysiwyg", | ||
"text editor", | ||
"inline suggestion", | ||
"ai-autocompletion", | ||
"prosemirror" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sereneinserenade/tiptap-inline-suggestion/" | ||
}, | ||
"author": "Jeet Mandaliya (github: sereneinserenade)", | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://github.com/sponsors/sereneinserenade" | ||
}, | ||
"license": "MIT", | ||
"main": "dist/index.cjs.js", | ||
@@ -6,0 +25,0 @@ "module": "dist/index.js", |
@@ -10,3 +10,3 @@ # InlineSuggestion | ||
https://github.com/sereneinserenade/tiptap-inline-suggestion/assets/45892659/1174060e-6f7d-4df5-a228-d428caa2b9e1 | ||
https://github.com/sereneinserenade/tiptap-inline-suggestion/assets/45892659/b69efd59-f853-4c03-9a03-85044e43f58a | ||
@@ -61,2 +61,11 @@ </details> | ||
## My | ||
A ⭐️ to the repo if you 👍 / ❤️ what I'm doing would be much appreciated. If you're using this extension, it'd be very kind of you to **[:heart: Sponsor me](https://github.com/sponsors/sereneinserenade)**. | ||
I've made a bunch of extensions for Tiptap 2, some of them are **Resiable Images And Videos**, **Search and Replace**, **LanguageTool integration** with tiptap. You can check it our here https://github.com/sereneinserenade#a-glance-of-my-projects. | ||
## License | ||
MIT © Jeet Mandaliya(github: sereneinserenade) |
@@ -1,2 +0,7 @@ | ||
export { InlineSuggestion } from './inlineSuggestion' | ||
export { InlineSuggestion as default } from './inlineSuggestion' | ||
export { InlineSuggestion, InlineSuggestion as default, inlineSuggestionPluginKey } from "./inlineSuggestion"; | ||
export type { | ||
InlineSuggestionOptions, | ||
InlineSuggestionStorage | ||
} from "./inlineSuggestion"; | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
519
1
70
0
25753
15