RickStrahl / MarkdownMonster

An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
https://markdownmonster.west-wind.com
Other
1.59k stars 235 forks source link

How to enter a tab character (`\t`) in the "Import CSV to Markdown Table" dialog? #1086

Closed jbridgy closed 7 months ago

jbridgy commented 8 months ago

The Table Editor of MM v3.2.5 has a Load from... button which allows a CSV file or the Clipboard to be imported. However, I could not figure out how to specify a non-printable character such as tab (\t) in the following dialog:

image

It would be nice if MM offered radio buttons for the most commonly used CSV separators including , , ;, | and \t. Furthermore I suggest that MM uses the most recently used CSV separator instead of , as default value.

RickStrahl commented 8 months ago

Added a dropdown that allows selecting common values and set up the input to support \t .

image

Last separator uses is now written into the configuration and persisted.