onaluf / fate

Flexible Angular Text Editor
MIT License
37 stars 14 forks source link

state of this project ? #99

Open ivan-price-acted opened 11 months ago

ivan-price-acted commented 11 months ago

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

Raiper34 commented 3 months ago

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/

ivan-price-acted commented 2 months ago

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 !

onaluf commented 2 months ago

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!