angular-email-editor
angular-email-editor copied to clipboard
Please attach screenshots or demo
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 sure, you're welcome to help π do you have any ideas?
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 .
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 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
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 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 its only works for tools , not for setLinkTypes .How to use that function in angular ?