zombieFox / awesomeSheet

Online Pathfinder Character Sheet
https://zombiefox.github.io/awesomeSheet/
MIT License
152 stars 28 forks source link

[Feature suggestion] Markdown formatting #139

Open DigiBear opened 6 years ago

DigiBear commented 6 years ago

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.

zombieFox commented 6 years ago

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.

johnantoni commented 6 years ago

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?

zombieFox commented 6 years ago

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

I would welcome any help with this issue.

johnantoni commented 6 years ago

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

hexus commented 5 years ago

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

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

johnantoni commented 5 years ago

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