martzcodes / gt-course-surveys

Helping students assess course difficulty and workload.
https://omscentral.com
36 stars 11 forks source link

support rich text #13

Open mehmetbajin opened 8 years ago

mehmetbajin commented 8 years ago

for example, with textangular

mehmetbajin commented 7 years ago

Not doing. Plain text is consistent and works well

cmeury commented 7 years ago

Markdown?

mehmetbajin commented 7 years ago

Hmmm...good idea.

This would make it super simple:

https://github.com/btford/angular-markdown-directive

I'll add later today.

mehmetbajin commented 7 years ago

So it's going to be more complicated than just flipping a switch, because with markdown support, what used to be plain text now becomes rich HTML with all sorts of elements that require special stylings to prevent the review cards from looking horrible.

cmeury commented 7 years ago

Could you render existing reports (that haven no markdown flag) without markdown and only render new ones with markdown? Or add an option to switch on markdown support when writing a review? Then people can take care that it looks fine?

martzcodes commented 6 years ago

@cmeury I'll do this when I switch the project over to webpack (after I get it back up)