How to batch edit notes?

I imported articles from a different note editor, and the import did not recognize newlines.


So I have a bunch without newlines, like:
"""
SUMMARY ABC - point 1 - point 2
"""


And I need to turn this into:
"""
SUMMARY \n ABC \n- point 1 \n- point 2
""""

How would I go about doing this?
Sign In or Register to comment.