Put space on word boundary
Reading words without dividing is uncomfortable.
word文字word
Add word-boundary spaces to rescue.
word 文字 word
Space is widely used as a word divider,
while in Chinese/Japanese writing, there are no separation inter words.
When mixing two systems, for example word文字word
, many people believe some
spacing should appear between word
and 文字
for readability, lead it seems
like word 文字 word
.
We haven’t developed a good solution to add space yet, but have to add
whitespace by hand. This plugin just comes to make it easier.
wordword#break()
function to convert string with spaces added.foo,bar
to foo, bar
.Most features were disabled by default, please read doc to configure yourself.
Release to public domain.