Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm not sure how to install such plugin using this plugin #110

Open
ScreamZ opened this issue Jun 12, 2023 · 0 comments
Open

I'm not sure how to install such plugin using this plugin #110

ScreamZ opened this issue Jun 12, 2023 · 0 comments

Comments

@ScreamZ
Copy link

ScreamZ commented Jun 12, 2023

Hi !

I'm trying to implement an internal link feature, after some investigation I figured out some plugins that might be nice candidate :
https://github.com/SamhammerAG/ckeditor5-internallink-plugin

But I need to provide some arguments, which I'm not sure how to proceed with the txt file…

InlineEditor
	.create( editorElement, {
		internallink: {
			testmode: false,
			autocompleteurl: '',
			titleurl: '',
			previewurl: '',
			axiosInstance: undefined
		}
	} )
	.then( ... )
	.catch( ... );
	```

Any help ? Thank you very much
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant