Red dots (unrecognized characters): How to remove all of them in a note?

When I clip some page sometimes I can see red dots for unrecognized characters which will break synchronization to Android, so I have to manually delete it all and then it will work as expected.

Is there a way how to remove all these red dots at once?

I just figured it out. In these case you select a red dot with mouse, right click -> Copy, then invoke Vim mode and after this:

:%s/­

you paste it but you don't see it, so it will look like this:

:%s/­//g

After you click 'Enter' all of red dots are gone.

Have a great day!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.