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
477 stars 194 forks source link

Trying to edit ckeditor toolbar #292

Open morais17 opened 8 years ago

morais17 commented 8 years ago

Hello, i've been trying to edit ckeditor toolbar to include some plugins about line spacing and height. However i've been unable to edit the toolbar.

I've tried creating ckeditor/config.js and changing there but it doesnt change. I've also tried changing monologue/admin/ckeditor-config.js without sucess .

Is there any file i should be changing that i missed?

Thanks

jipiboily commented 8 years ago

When you say you tried changing monologue/admin/ckeditor-config.js, did you make a copy in your project at the same exact location? The file should be exactly at this location in your project: app/assets/javascripts/monologue/admin/ckeditor-config.js, then it should work.

morais17 commented 8 years ago

Yes, i did in the same location. I should have specified better with the assets path sorry. I tried removing some options from the toolbar to check if it was changing but it was always the same, nothing was changing :/

jipiboily commented 8 years ago

I have no idea why it would not work honestly. Do you have a repo I could look at to figure this out?