File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ exports.saveTo = function(selectedText){
141
141
converter . charset = "UTF-8" ;
142
142
143
143
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' ;
145
145
}
146
146
147
147
if ( Preference . get ( 'datestampInLine' ) ) {
Original file line number Diff line number Diff line change 5
5
"description" : " Saves highlighted text to a file in a specified directory" ,
6
6
"author" : " Robert Byrne" ,
7
7
"license" : " GNU GPL v3" ,
8
- "version" : " 2.2.4 " ,
8
+ "version" : " 2.2.5 " ,
9
9
"permissions" : {"private-browsing" : true },
10
10
"preferences" : [{
11
11
"name" : " fileName" ,
You can’t perform that action at this time.
0 commit comments