djhart10 0 Posted December 3, 2014 Share Posted December 3, 2014 I'm a software engineer and use Terminal in OS X all day. When I try to select text from my Terminal and use the right-click 'Add to Evernote' I get odd spaces in evernote that make it very difficult to read. What Terminal shows would be this: mysql> describe mysql.servers; +-------------+----------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |+-------------+----------+------+-----+---------+-------+| Server_name | char(64) | NO | PRI | | || Host | char(64) | NO | | | || Db | char(64) | NO | | | || Username | char(64) | NO | | | || Password | char(64) | NO | | | || Port | int(4) | NO | | 0 | || Socket | char(64) | NO | | | || Wrapper | char(64) | NO | | | || Owner | char(64) | NO | | | |+-------------+----------+------+-----+---------+-------+9 rows in set (0.01 sec) But what I see in my OS X Evernote has spaces like the attached image. When I view the note online using Evernote Web, it looks fine. Any idea what is causing this? Thanks Link to comment
Level 5* gazumped 9,808 Posted December 24, 2014 Level 5* Share Posted December 24, 2014 Have you tried 'remove formatting' ? Link to comment
John Christopher Jones 29 Posted December 4, 2014 Share Posted December 4, 2014 They look identical to me. Maybe you misposted? Link to comment
djhart10 0 Posted December 4, 2014 Author Share Posted December 4, 2014 Sorry, it said the image type that I tried to post wasn't correct so the other image didn't make it. But without the 2nd image, I think you can see the white spaces between every line. Link to comment
Idea
djhart10 0
I'm a software engineer and use Terminal in OS X all day. When I try to select text from my Terminal and
use the right-click 'Add to Evernote' I get odd spaces in evernote that make it very difficult to read.
What Terminal shows would be this:
mysql> describe mysql.servers;
+-------------+----------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+----------+------+-----+---------+-------+
| Server_name | char(64) | NO | PRI | | |
| Host | char(64) | NO | | | |
| Db | char(64) | NO | | | |
| Username | char(64) | NO | | | |
| Password | char(64) | NO | | | |
| Port | int(4) | NO | | 0 | |
| Socket | char(64) | NO | | | |
| Wrapper | char(64) | NO | | | |
| Owner | char(64) | NO | | | |
+-------------+----------+------+-----+---------+-------+
9 rows in set (0.01 sec)
But what I see in my OS X Evernote has spaces like the attached image.
When I view the note online using Evernote Web, it looks fine.
Any idea what is causing this?
Thanks
Link to comment
3 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.