Copy and pasting from Evernote to text file
#1
Posted 30 August 2012 - 02:05 PM
For example, I create some simple text in BBEdit. Then I copy and paste the text into a new note in Evernote with no problem. But when I then copy/paste the same text from the note I just created back into a new text file, it comes out double spaced in the text file.
I've tried simplify formatting before copying the text out of Evernote. I've also tried pasting into Word, TextEdit, vi, etc and the pasted text from the note always comes out doublespaced.
The reason I use this is because I typically log config files(rc, hosts, etc) into Evernote before I make changes to systems I manage. That way I have them handy for quick access should I need to roll back changes.
Using Evernote 3.3.0 for Mac. Any idea?
#2
Posted 30 August 2012 - 02:11 PM
I've read a number of forum entries concerning pasting text into Evernote and getting double spaced lines in the note. What I'm trying to do is take text in Evernote and copy it out into a text file. It seems when I do this, I get double spaced results.
For example, I create some simple text in BBEdit. Then I copy and paste the text into a new note in Evernote with no problem. But when I then copy/paste the same text from the note I just created back into a new text file, it comes out double spaced in the text file.
I've tried simplify formatting before copying the text out of Evernote. I've also tried pasting into Word, TextEdit, vi, etc and the pasted text from the note always comes out doublespaced.
The reason I use this is because I typically log config files(rc, hosts, etc) into Evernote before I make changes to systems I manage. That way I have them handy for quick access should I need to roll back changes.
Using Evernote 3.3.0 for Mac. Any idea?
Hi. Welcome to the forums.
This is a difficulty I have encountered as well. There are a couple of solutions. You can export the note as an HTML file, open the note into your browser, and then copy/paste. Or, just log into the Web client and copy/paste from there.
Evernote Manual (Mac) http://evernote.com/...note/guide/mac/
Evernote Manual (Windows) http://evernote.com/.../guide/windows/
Evernote Manual (iOS) http://evernote.com/...note/guide/ios/
My Site http://www.princeton...mayo/index.html
#3
Posted 30 August 2012 - 02:32 PM
#4
Posted 30 August 2012 - 02:39 PM
If I take the text from the note, paste it into BBEdit(with a bunch of blank double-space lines), I can find/replace on ^\r and it will remove all blank lines. I can then copy from BBEdit to console, etc.
#5
Posted 30 August 2012 - 02:44 PM
Thanks Grumpy. I was afraid it was going to have to be something like that. Interesting thing though is if I create the text in a new note and then paste it into a text file, it comes out okay(1st line is messed up though). It seems to be pasted text or drag/dropped text files that don't copy out well.
This is my observation, but I may be wrong. The <div> and <p> tags are causing extra line breaks to be inserted, so it isn't just copy/pasted text, but text created in Evernote as well.
Evernote Manual (Mac) http://evernote.com/...note/guide/mac/
Evernote Manual (Windows) http://evernote.com/.../guide/windows/
Evernote Manual (iOS) http://evernote.com/...note/guide/ios/
My Site http://www.princeton...mayo/index.html
#6
Posted 13 September 2012 - 01:48 PM
#7
Posted 16 September 2012 - 04:16 PM
#8
Posted 28 September 2012 - 11:40 AM
#9
Posted 28 September 2012 - 11:55 AM
I am having this problem as well and I must say it is quite annoying. I manage several different systems and keep the plain-text configurations in Evernote, but it is very disrupting to my work flow to not be able to make changes right into Evernote, copy the text and paste it right into the Terminal or into an email or report, because of the extra line breaks. Please fix this!
As someone who works primarily in plain text, and really needs the spaces, line breaks, and so forth to be accurate, this is quite a disruption in my workflow as well. I suppose one could argue that we are plain-text nerds, geeks, and in the minority here, but I imagine everyone would appreciate knowing that their text will move out of Evernote without any problems.
Evernote Manual (Mac) http://evernote.com/...note/guide/mac/
Evernote Manual (Windows) http://evernote.com/.../guide/windows/
Evernote Manual (iOS) http://evernote.com/...note/guide/ios/
My Site http://www.princeton...mayo/index.html
#10
Posted 08 October 2012 - 02:58 PM
#11
Posted 09 October 2012 - 05:20 PM
#12
Posted 23 October 2012 - 03:47 PM
I use Clyppan's "Always paste clippings as plain text" setting to get text into Evernote with no formatting and I'd really like a shift+ctrl+c to copy the text to the clipboard in plain format when moving data out of Evernote -- or something to that effect.
#13
Posted 26 October 2012 - 06:14 AM
Why results a new created note in evernote with the format...
Hello World! hello world!
...after a copy and paste into textmate, sublime text 2 or i think nearly any other texteditor like program on the mac in
Hello World!hello world!
Thats really strange because is removes one \n after "Hello World!" and adds additional ones for each line.
The doubled \n disappears if the copied note isn't plain text. So if you temporary bold the complete text and copy it. The copied text looks like...
Hello World!hello world!
... without doubled \n, but not correct. After turning bold off the doubled \n are back in copied text.
The behaviour is the same if i first create the given text from above in textmate copy and paste it to a new created evernote note and copy and paste it back to textmate. The text isn't equal to the origin.
I think it is a bug and hope the evernote team will fix it soon.
#14
Posted 29 October 2012 - 11:55 PM
#15
Posted 03 November 2012 - 12:43 AM
On Windows, pasting with formatting is often unwanted - there is a terrific free (and tiny) program called PureText by Steve Miller that pastes as plain text. Rather like pasting into vanilla Notepad and copying back out. I use it all the time (copying into emails etc) and to copy into EN to get the consistent text font and size.
If I was on a Mac I would not hesitate to try Jake's script..
#16
Posted 15 November 2012 - 07:00 PM
#17
Posted 21 November 2012 - 01:55 AM
1. This "extra spaces on copy/paste" issue.
2. Plain text notes aren't genuine plain text: they just have formatting cleared and a different font applied.
2a. There's no keyboard shortcut for making a note plain text.
#18
Posted 17 December 2012 - 11:50 PM
#19
Posted 19 December 2012 - 09:57 PM
When copying the following text, from Evernote:
Line 1 Line 3 Line 4
Pasting it into a plain-text application, you end up with:
Line 1 Line 3 LIne 4
There's no possible way to differentiate that!
I managed to fix all the other cases, but this one is just making it impossible to develop a fix.
#20
Posted 21 December 2012 - 04:16 PM
Is this on the Evernote team's roadmap? This is really annoying.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












