Kirilllive / tuesday-js

simple web-based, free and open-source visual novel editor that can be used in a web browser. It is written in JavaScript without using any third party libraries and thus does not require additional software installation. The engine uses standard HTML document elements such as div and img. This allows the use of any media format supported by browsers including vector graphics svg, gif animations and css styles.
https://kirilllive.github.io/tuesday-js/
Apache License 2.0
514 stars 62 forks source link

Rich text formatting #19

Closed bryanrieger closed 2 years ago

bryanrieger commented 2 years ago

Is it currently possible to use rich text formatting (bold, italic, color, etc) within Tuesday.js? I often find that there are times where being able to draw attention to a word or passage of text would be really helpful. I've tried using both HTML and Markdown and neither appear to work.

Kirilllive commented 2 years ago

Unfortunately, nothing like this is currently supported, it may appear in the future.