Drafts Extension Ignores Paragraphs

Greetings

If I use the Drafts extension and highlight text containing multiple paragraphs, the result ignores paragraphs and instead runs the text together.

Is there a way to retain the carriage returns or line feeds between paragraphs?

Is that in Google Chrome?

Now that you point it out - yes, it happens in Chrome. It works fine in Safari.

Is there a way to fix that in Chrome?

Can you try in Terminal:

defaults write com.pilotmoon.popclip DeepCapture -bool YES

then Quit and restart PopClip.

Should sort it. PopClip will now use the “pasteboard grab” method always, instead of reading from the Accessibility API. Unfortunately Chrome has a bug, it omits line breaks when reading text from Accessibilty API.

I’ll try and see if I can work around this more elegantly.

2 Likes

That works perfectly @nick
Many thanks

1 Like