fhstp-mfg / mobilot

Mobilot is a web and mobile app for easily creating context-oriented content.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

[ngWYSIWYG] Fork to own library #84

Open abisz opened 8 years ago

abisz commented 8 years ago

Get newest version of library and either fork it to make custom changes or find a way to use the original one without writing inside its source

miclaus commented 8 years ago

@abisz What do you think is better/easiest ?

If we fork it, the final fork should be on the @fhstp-mfg organisation account. So either it's possible to transfer it, or fork it from the beginning on that account.

abisz commented 8 years ago

Working on it

abisz commented 8 years ago

@miclaus @doomsayer2 I would like to redo the WYSIWYG editor completely. I tried updating the library but things broke and it's a mess. Also it uses some techniques that aren't best practices. There is this neat rich text editor framework from facebook - draft.js - that allows really nice implementations of WYSIWYG stuff. Please discuss it in your next meeting, before I start hacking on it. It's on top of react and I know we didn't want to introduce it to the project. I will play around with draft anyhow, but it would be cool to make something useful!

miclaus commented 8 years ago

@abisz We could totally do this! I certainly like the idea of using React and it would be suited not only for the Editor. We wanted to use React for the Drag & Drop feature of list items in CreatorCategories and CreatorMenu aswell (see #30).

I will mention it in the next meeting. For now we must concentrate on finishing v1.0. After that we could improve the stable version and use React for parts of the application. Also this must be documented well for future developers.

Since we would also need React for the Drag & Drop feature for #30, I would suggest, that we create a feature/init-react branch, where we add react and make it work as well for the new Editor and the Drag & Drop feature.

abisz commented 8 years ago

@miclaus It would also be good if you discuss what formatting features are needed. When is v1.0 scheduled?

miclaus commented 8 years ago

@abisz when everything in Milestone v1.0 is finished :)

miclaus commented 8 years ago

@abisz @kblumenstein and I were just talking, everything that is now low priority should be finished for v1.0 :)