hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
245 stars 56 forks source link

tinymce aiview tweak #185

Closed crowjonah closed 9 years ago

crowjonah commented 9 years ago

Hey there! I hacked on my local version of https://github.com/bearded-avenger/aesop-core/tree/master/admin/assets/js/tinymce/aiview to show Chapter titles (if they exist) in the visual editor, because it makes it much easier for my users when composing their "stories". I'd submit a pull request if I could figure out how exactly you were building that particular asset – I see that the minified version is being loaded with the source map reference to the full file, but I don't see any of that happening in the Gruntfile. If you're interested and able, please point me in the right direction!

michaelbeil commented 9 years ago

Would you mind sending a screenshot or screencast of what you have done?

Best way to PR is against release/1.4 right now: https://github.com/bearded-avenger/aesop-core/tree/release/1.4

If you can't figure out the build, @bearded-avenger can take care of it later. Everything needed is in the Gruntfile.

bearded-avenger commented 9 years ago

Yeah I don't even think the tinymce plugin is in the grunt file so might just need to manually minify with http://refresh-sf.com/yui/ . Or if you want to add to the grunt file on it's own uglify task that's cool too. Either way, and thanks!

crowjonah commented 9 years ago

Opened PR #186