jipiboily / monologue

Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
http://jipiboily.com/2013/monologue-0-3-0-released-and-monologue-markdown
MIT License
478 stars 196 forks source link

Spellcheck? #302

Closed illegalnumbers closed 7 years ago

illegalnumbers commented 7 years ago

Does monologue not support spellcheck? It seemed like the default installation didn't have it which seemed a bit weird.

jipiboily commented 7 years ago

Good question! I don't think so. @msevestre sounds familiar?

msevestre commented 7 years ago

nope. I always assumed this would be something out of the box

On Fri, Nov 25, 2016 at 12:04 AM Jean-Philippe Boily < notifications@github.com> wrote:

Good question! I don't think so. @msevestre https://github.com/msevestre sounds familiar?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/jipiboily/monologue/issues/302#issuecomment-262881418, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_jVcge7-BJUrQSvCf0ovFR2Bb-I69Fks5rBmxggaJpZM4K7Iyk .

illegalnumbers commented 7 years ago

I know TinyMCE supports a lot more functionality that the current RCE that you are using doesn't have. I'm more familiar with it so I'm biased towards it but if you want to migrate toward having that as the 'base' RCE functionality I wouldn't be opposed to adding that as a pull request. Here is the spellcheck plugin they use - https://www.tinymce.com/docs/plugins/spellchecker/

What rich content editor do you guys use so I could double check if something existing is present we can plug in?

illegalnumbers commented 7 years ago

Ah. ckeditor! Looking at spellcheck options.

illegalnumbers commented 7 years ago

http://docs.ckeditor.com/#!/guide/dev_spellcheck

Seems spellcheck is disabled by default, I'll open a PR with this config option enabled.

jipiboily commented 7 years ago

Sounds good, thanks!

JP Boily PS: Want to get the most out of Google Analytics? Get our free email course < http://metricswatch.com/free-5-part-email-course/ >.

Founder @ Metrics Watch - Reports & Alerts for Google Analytics

Check out our new product "Email Reports for Agencies < http://metricswatch.com/email-reports-for-agencies/ >" - Send weekly Google Analytics reports to your all your clients, with your name and logo. Want to share some news or events with your customer? Add it to their weekly report! Happy to jump on a quick 15 minutes call for a demo https://calendly.com/metricswatch/report-for-agencies-demo.

On Sat, Nov 26, 2016 at 8:01 PM, Ben Nelson notifications@github.com wrote:

http://docs.ckeditor.com/#!/guide/dev_spellcheck

Seems spellcheck is disabled by default, I'll open a PR with this config option enabled.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jipiboily/monologue/issues/302#issuecomment-263095498, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOOIb8-JAw3Ie_vCHLFbCtkNcL6Ji9jks5rCNZjgaJpZM4K7Iyk .