what about full-featured editor
delai opened this issue · 1 comments
delai commented
It looks like we can not add/edit a REAL article(with style and photos) by flask-admin right now. Is it possible to fork it and add those functions?
wilsaj commented
That'd be awesome.
One thing to keep in mind is that to have formatted text you need to somehow store the formatting information - the extra characters that specify that a word should be bold, for example. There lots of options for how to do that: HTML, some flavor of markdown, RST, etc... Keeping the code modular so that we aren't forcing a anyone to go with one particular format would be a nice goal.