codex-team / codex-team/editor.js

hyperlink not changing

Open
#1,773 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
31.9k
Forks
2.2k
Avg merge
1d 1h
Merged PRs (30d)
1

Description

when i try to change hyper link its not updating.
`export const PLUGINS = {
checklist: {
inlineToolbar: true,
class: Checklist,
},
code: CodeEditor,
divider: Divider,
linebreak: LineBreak,
embed: {
class: Embed,
inlineToolbar: true,
config: {
services: {
youtube: true,
codepen: true,
instagram: true,
imgur: true,
twitter: true,
},
},
},
header: {
inlineToolbar: true,
class: Header,
config: {
placeholder: "Enter your content here...",
},
},
image: {
class: Image,
inlineToolbar: true,
config: {
uploader: {
uploadByFile(file) {
return GUIDE_API.uploadImage(file).then((response) => {
return response;
});
},
},
},
},
inlineCode: InlineCode,
link: {
class: Link,
config: {
endpoint: "/api/link-metadata",
},
},
list: {
class: List,
},
markdownImporter: MDImporter,
marker: {
inlineToolbar: true,
class: Marker,
},
paragraph: {
inlineToolbar: true,
class: Paragraph,
},
quote: {
inlineToolbar: true,
class: Quote,
},
table: {
inlineToolbar: true,
class: Table,
},
warning: Warning,
info: Info,
success: Success,
error: Error,
hyperlink: Hyperlink,
};`

https://user-images.githubusercontent.com/85753351/131976488-683fd847-5024-468d-947c-cd3171a588e5.mov

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.