Skip to content

Commit 8609914

Browse files
committed
#51 Using em dashes instead of regular dashes for line separators
1 parent 6fed51e commit 8609914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Chrome.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ exports.saveTo = function(selectedText){
141141
converter.charset = "UTF-8";
142142

143143
if (Preference.get('lineSeparator')){
144-
string += '----------------------------------------------------------------------\n\n';
144+
string += '\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\n\n';
145145
}
146146

147147
if (Preference.get('datestampInLine')){

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Saves highlighted text to a file in a specified directory",
66
"author": "Robert Byrne",
77
"license": "GNU GPL v3",
8-
"version": "2.2.4",
8+
"version": "2.2.5",
99
"permissions": {"private-browsing": true},
1010
"preferences": [{
1111
"name": "fileName",

0 commit comments

Comments
 (0)