infinitered / thesis-phoenix

A lightweight, bolt-on, intuitive content editing system for Elixir/Phoenix websites. Star this repo and follow along with our progress!
Other
645 stars 62 forks source link

Switch to a more powerful WYSIWYG editor #105

Open ryanlntn opened 7 years ago

ryanlntn commented 7 years ago

The current editor doesn't allow editing source which can be quite a hassle. I suggests we switch to using Trumbowyg which has been working well for us in some other applications.

yulolimum commented 7 years ago

@ryanlntn - where are we at with this?

ryanlntn commented 7 years ago

@yulolimum https://github.com/infinitered/thesis-phoenix/pull/107 added support for custom html editors. We could still switch the default editor if we want. I was wondering if it wouldn't make sense to wrap up what I did for Trumbowyg in an npm package to make it easier to add.

3141618 commented 4 years ago

@ryanlntn , @yulolimum , @jamonholmgren Can you provide a step by step documentation on implementing trumbowyg in thesis?

Thank you!