Closed jjnilton closed 7 years ago
I believe custom="first\nsecond\nthird"
should work, I remember using it myself.
Or should we switch to a JSON format (handles newlines, escapes, etc)...
Weird, it does not work for me.
I think that switch to JSON is a good idea. I see that in use in a text expander program, maybe it will be good in TextSuggest too.
Something like this:
{
"!custom": "first line\nsecond line\nthird line\n\n\nfifth line",
"d8": "it is %d(MMMM Do YYYY, h:mm:ss a) right now",
"p@": "This is your final warning: %clip% "
}
JSON switch in progress.
JSON switch complete as of commit 5548e2870198.
Convert your custom_words.txt, please. Documentation updated too.
Is there a way to set line breaks in the
Custom_Words.txt
file?Would be something like
custom="first line\n second line"
inCustom_Words.txt
file.Or like this: