ialbert / biostar-central

Biostar Q&A
http://www.biostars.org/
MIT License
581 stars 231 forks source link

No editor in the reply #535

Closed piggybit closed 4 years ago

piggybit commented 4 years ago

Merry Christmas! I wonder why we don't have the editor in the Reply, while it's there in the new post? Thank you. REPLY with no editor Reply

New Post has the editor NewPost

Natay commented 4 years ago

Thank you for brining this to our attention, we will look into it. Merry Christmas

piggybit commented 4 years ago

btw, when i check pagedown, it has no support for image drop-drag.. which is really weird for recent days. Should we move to another WYSIWYG Editors?

piggybit commented 4 years ago

@Natay i found django-ckeditor seems to be good wysiwyg for django, with very active community. However, when i look into inplace_form.html, we have a mix of custom Mardown and UI and could make it hard to migrate to any other WYSIWYG, so do i wonder if you have any plan to migrate?

ialbert commented 4 years ago

we will stay with Markdown based editors. We used to have CKEditor in some early versions but turned out to cause more trouble than worth. Code was hard to edit, html gets wonky etc.

Our audience should be technical enough to be able to understand and deal with Markdown.

piggybit commented 4 years ago

@Natay i still do not see pagedown editor in new post and in reply part, could you check? Thanks.

Screenshot from 2020-02-04 00-44-12 Screenshot from 2020-02-04 00-43-47

ialbert commented 4 years ago

thanks for finding interesting bugs, @piggybit,

the reasons for this are a bit more subtle, we are on it

we added you to the contributor's list, let us know if you don't want to be listed

https://github.com/ialbert/biostar-central/blob/master/contributors.md

piggybit commented 4 years ago

Thank you for your answer @ialbert . I am glad to be in the list, even though i believe my contribution is just very little, hope in future i can contribute more :).