How to convert single return to double return when pasting?

The text for copying use single return to seperate paragraphs,
and TiddlyWiki use double returns to seperate paragraphs,
so any automatic convertion when pasting?

BTW, triple quotes (i.e. """) helps, but e.g. a wiki table in triple quotes can not be represented as expected.

Use the tiddlywiki plugin,Manual bulk find and replace is required

  • $:/plugins/tiddlywiki/codemirror-search-replace ( CodeMirror Search and Replace: Search and replace for CodeMirror)

Some methods outside of tiddlywiki are:

  • Let the AI re-output the text pasted by the user in a specific format “Enter Enter” (chatgpt……)
  • Use the EmEditor editor to find and replace text to be converted in batches with regular expressions

Thanks

I’ve tried vscodium, it works.
I’ll try the plugin later.