wilsaj / flask-admin-old

Deprecated Flask-Admin 0.x branch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what about full-featured editor

delai opened this issue · comments

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?

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.