awesomeSheet icon indicating copy to clipboard operation
awesomeSheet copied to clipboard

[Feature suggestion] Markdown formatting

Open DigiBear opened this issue 7 years ago • 6 comments

For the large boxes, especially at the feats and abilities section, it would be great to do some basic text formatting to make large amounts of texts a bit easier to read.

DigiBear avatar Feb 17 '18 19:02 DigiBear

Agreed, that would be good. I've looked into this in the past and it's a tall order as the logical progression here is to support Markdown. I found it difficult to find a workable solution the last time I tried to build this out. So I may resort to using an off the shelf solution/plugin.

I'll add this to my project board and investigate in the future.

zombieFox avatar Feb 18 '18 11:02 zombieFox

Quill could work https://quilljs.com/ It's a very light rich-text editor that saves as html, which could then be used to export as markdown.

Could look at integrating?

johnantoni avatar Jul 02 '18 16:07 johnantoni

Another good suggestion. Thanks, I'm taking a look at quilljs now.

I would welcome any help with this issue.

zombieFox avatar Jul 02 '18 22:07 zombieFox

I'll try. I've seen a couple of areas I can help out with. I'll see what I can do.

johnantoni avatar Jul 04 '18 22:07 johnantoni

I like this too. This library seems to be a nice option for Markdown editing these days.

http://ui.toast.com/tui-editor/

hexus avatar Oct 16 '18 09:10 hexus

Nice pick @hexus i also like that it includes i18n support, something that is sadly lacking in Quill at the moment.

johnantoni avatar Oct 16 '18 15:10 johnantoni