zombieFox / awesomeSheet

Online Pathfinder Character Sheet

Home Page:https://zombiefox.github.io/awesomeSheet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature suggestion] Markdown formatting

DigiBear opened this issue · 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.

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.

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?

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

I would welcome any help with this issue.

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

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

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

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