Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
cursee171596yDidn't know basecamp creators make one.
And I also didn't know they created Ruby on Rails :O
https://github.com/basecamp/trix -
Trix is pretty cool yeah... Also, it's coming to Rails 6 👍
I also use the tinymce gem on other projects but I will probably move to trix once rails 6 is out. -
C0D4681466yI’ve come to bend tinymce to my will.
Although using multiple instances in the dom can be a pain. -
cursee171596y@ElectroMantis I don't mind it if it's a stand alone library (which is also not very heavy) 😛
Sadly it's not. -
@cursee Last time I checked, you could install the Js lib via npm. I think there was another cms besides WordPress that was thinking of integrating it.
Not that I would recommend that though ( I was mostly joking ). There are much simpler options available. -
cursee171596y@hash-table I personally like medium editor.
But I don't think my users are intelligent enough for it yet 😆 -
Not technically an editor, but after you use it for a long long time, LaTeX can become WYSIWYG... And then it's the best of all them
-
Medium editor.
You can modify it however you want/need it. Eg. I also didn't like the floating button, so I made a sticky version of the toolbar.
What's your favourite WYSIWYG editor?
I'm currently looking around internet for something simple and light weight.
Basically all I need are bold, italic, list, quote and image upload.
question