fate
fate copied to clipboard
state of this project ?
Hi there
we're looking for a lightweight wysiwyg editor for angular and this project seems like a great start, but I note there hasn't been much activity for a while and we can't install with versions of angular > 9.. and there are unmerged PRs.
Is it worth us making a PR to bring this project up to angular 16 (and merging the disabled state) or should we consider the project 'archived' .. any feedback would be appreciated.
thanks !
-ivan
It seems dead to me, we use it in our company, but due to lack of maintenance, I ended up creating my own WYSIWYG editor version. https://ngx-simple-text-editor.netlify.app/
oh wow ok that looks cool probably would have used it if it existed at the time we were looking !
we ended up using NgxEditor, (built on ProseMirror) , which meant we could have the plugins that come with prosemirror, noteably "@mentions" (autocomplete) which we needed also.. so far so good.
good luck !
Hi all! Yes sadly you should probably consider this projet as not actively maintained. I've started work on updating to the latest Angular version and move to standalone components but I don't have much time to dedicate to this.
I'll still try to push my work once it's done but even so I don't expect to be able to do much more after that.
@Raiper34 your editor looks great!