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
513 stars 62 forks source link

Added setting for csv separator #8

Closed goldenxp closed 3 years ago

goldenxp commented 3 years ago

Enables use of custom separator such as comma and adds 2 quotes to double quotes to preserve content. Original behavior for tabs is preserved.