Skip to content

Commit

Permalink
Added some FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Gajewski committed Sep 20, 2012
1 parent d06b371 commit 40aa423
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,17 @@ In this case of course, you would have to add the extra part to your router as w
```


###3. Why is there no function to save to database out-of-the-box?
###3. Why TEXTAREA and not a WYWIWYG editor?

TEXTAREA is core HTML and provides a light and easy way to edit HTML code. ContentEditable is used to edit tag contents that are based on few words as well, so using a WYSIWYG editor for this is not very optimal approach.


###4. Why is there no function to save to database out-of-the-box?

My plans are to add such capability is a future version. Stay tuned!


###4. Are there any other future plans?
###5. Are there any other future plans?

Yes. I am planning on adding preview functionality so that you can preview the content before saving it. Also there will be nicer looking styles for the TEXTAREA editor. I will also implement a better looking modal for confirmation and messages instead of alert function.

Expand Down

0 comments on commit 40aa423

Please sign in to comment.