angular-email-editor icon indicating copy to clipboard operation
angular-email-editor copied to clipboard

Please attach screenshots or demo

Open askynet opened this issue 5 years ago β€’ 8 comments

askynet avatar May 29 '19 12:05 askynet

The have a full demo described in the README. (here's the link)

Anyway @adeelraza , this is not the place to discuss this, but i would like to help maintain this project (i like it quite a lot and i'm thinking of start using it). This issue is +1 year old and it's not relevant anymore so i believe it can be closed.

schimini avatar Aug 27 '20 18:08 schimini

@schimini sure, you're welcome to help πŸ‘ do you have any ideas?

adeelraza avatar Aug 28 '20 05:08 adeelraza

I believe we could probably check all the issues pretty quickly , try to reproduce them , probably make a template for future issues, etc . I was also wondering about the roadmap. I understand that the project roadmap is probably private , but the library users could benefit from it. This is just community related suggestions. As for the project itself give me a week or so to look into it properly and I'll get back to you. Thanks for the fast response!

On Fri, Aug 28, 2020, 06:35 Adeel Raza [email protected] wrote:

@schimini https://github.com/schimini sure, you're welcome to help πŸ‘ do you have any ideas?

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/unlayer/angular-email-editor/issues/3#issuecomment-682334979, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACN4CJ42A7HR7VVGVPTO6D3SC462FANCNFSM4HQMQZYQ .

schimini avatar Aug 28 '20 06:08 schimini

If I can suggest something: The demo / demo code should include code for init() and adding a custom tool, that would be extremely helpful.

Thanks ;)

hhetland avatar Aug 28 '20 06:08 hhetland

@hhetland If you're talking about the wrapped library i believe it's here in the docs.

@adeelraza On other notes, there are no tag/releases on this repo and they probably should match npm releases

schimini avatar Aug 28 '20 08:08 schimini

Well..

The Angular wrapper injects the embed.js script but the β€˜init()’ function is not injected and I cannot find a way to do that..

hhetland avatar Aug 28 '20 09:08 hhetland

@hhetland the init function is available like this.emailEditor.editor.init. Basically instead of unlayer., you will have to use this.emailEditor.editor. and all remaining functions are available.

adeelraza avatar Aug 28 '20 09:08 adeelraza

@adeelraza its only works for tools , not for setLinkTypes .How to use that function in angular ?

Navya-adft avatar Mar 26 '21 03:03 Navya-adft