Topic: WYSIWYG-Editor Plugin installation in mdb5-angular-ui-kit-pro-essential

saikrishna.mitta priority asked 2 years ago


Can you please help me with WYSIWYG-Editor Plugin installation in mdb5-angular-ui-kit-pro-essential.


Arkadiusz Idzikowski staff commented 2 years ago

@saikrishna.mitta WYSIWYG plugin is a part of mdb5-angular-ui-kit-advanced package. Did you purchase the advanced package and just want to install the plugin in different project?

Did you check our plugin installation guide?

https://mdbootstrap.com/docs/b5/angular/pro/plugins-installation/


saikrishna.mitta priority commented 2 years ago

Trying to install the plugin in the same project we are using other mdb components. In the link shared i can just see the name for calendar plugin. If i try the same: Command: npm i git+https://oauth2:*@git.mdbootstrap.com/mdb/angular/mdb5/plugins/prd/calendar fatal: repository 'https://git.mdbootstrap.com/mdb/angular/mdb5/plugins/prd/calendar/' not found


Arkadiusz Idzikowski staff answered 2 years ago


@saikrishna.mitta In this case you just need to replace the calendar with wysiwyg. For example:

Installation:

npm i git+https://oauth2:ACCESS_TOKEN@git.mdbootstrap.com/mdb/angular/mdb5/plugins/prd/wysiwyg

Module import:

import { MdbWysiwygModule } from 'mdb-angular-wysiwyg';

Styles import:

@import '~mdb-angular-wysiwyg/scss/wysiwyg.scss';

saikrishna.mitta priority commented 2 years ago

When i tried to install wysiwyg plugin.

Error:

npm i git+https://oauth2:ACCESS_TOKEN@git.mdbootstrap.com/mdb/angular/mdb5/plugins/prd/wysiwyg npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t https://oauth2:*@git.mdbootstrap.com/mdb/angular/mdb5/plugins/prd/wysiwyg npm ERR! npm ERR! remote: The project you were looking for could not be found or you don't have permission to view it. npm ERR! fatal: repository 'https://git.mdbootstrap.com/mdb/angular/mdb5/plugins/prd/wysiwyg/' not found npm ERR! npm ERR! exited with error code: 128


Grzegorz Bujański staff commented 2 years ago

Have you inserted your token in the ACCESS_TOKEN slot? Here you will find a guide on how to generate a token: https://www.youtube.com/watch?v=d6JZQTgOe_k&t=68s


saikrishna.mitta priority commented 2 years ago

I installed using the actual ACCESS_Token but hasn’t shared here. The error listed above is with the actual token. When I tried to look in the Git Repo, I don’t see the Plugins directory there too.


Arkadiusz Idzikowski staff commented 2 years ago

@saikrishna.mitta We fixed the problem with GitLab access, could you please try again and confirm if you can install the plugin?


saikrishna.mitta priority commented 2 years ago

Thanks Arkadiusz, That worked for my user. Can you please let me know how to make these changes for the other users in my team.


Arkadiusz Idzikowski staff commented 2 years ago

@saikrishna.mitta Please contact us at contact@mdbootstrap.com and send the registered email addresses of the other members of your team.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB Angular
  • MDB Version: MDB5 2.0.0
  • Device: Laptop
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No