-
Notifications
You must be signed in to change notification settings - Fork 1
/
defaults.txt
145 lines (145 loc) · 16.5 KB
/
defaults.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"Import Settings": {
"Kindle 3, with bookmarks": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks \n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ \t\t# \n(?P<Type>(Highlight|Note|Bookmark)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc\\.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>(.*)(AM|PM)) \t# Date & time\n\\s* \t# \n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "dddd, MMMM d, yyyy, h:mm A",
"Delimiter": "=========="
},
"Kindle 3, no bookmarks": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks \n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ \t\t# \n(?P<Type>(Highlight|Note)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc\\.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>(.*)(AM|PM)) \t# Date & time\n\\s* \t# \n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "dddd, MMMM d, yyyy, h:mm A",
"Delimiter": "=========="
},
"KTouch 5.1.2, with bookmarks, time WITH seconds": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "True",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ Your\\ \t#\n(?P<Type>(Highlight|Note|Bookmark)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>(.*)(AM|PM)) \t# Date & time\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "dddd, MMMM d, yyyy h:mm:ss A",
"Delimiter": "=========="
},
"KWhite 5.3.1, no bookmarks": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ Your\\ \t#\n(?P<Type>(Highlight|Note)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc\\.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>([^\\r\\n]*)) \t# Date & time\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "%A, %d %B %y %H:%M:%S",
"Delimiter": "=========="
},
"KWhite 5.3.1, with bookmarks": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ Your\\ \t#\n(?P<Type>(Highlight|Note|Bookmark)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc\\.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>([^\\r\\n]*)) \t# Date & time\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "%A, %d %B %y %H:%M:%S",
"Delimiter": "=========="
},
"KTouch 5.1.2, no bookmarks, time WITH seconds": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ Your\\ \t#\n(?P<Type>(Highlight|Note)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>(.*)(AM|PM)) \t# Date & time\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "dddd, MMMM d, yyyy h:mm:ss A",
"Delimiter": "=========="
},
"Kindle 4, with bookmarks, time includes GMT+#s": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ \t#\n(?P<Type>(Highlight|Note|Bookmark)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc\\.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>(.*))\t\t# Date & time\n(\\ GMT(\\+|\\-)[0-9:]*)\t# Padding to exclude GMT and +/- if listed\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "%A, %d %B %y %H:%M:%S",
"Delimiter": "=========="
},
"Kindle 4, no bookmarks, time includes GMT+#s": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ \t#\n(?P<Type>(Highlight|Note)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc\\.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>(.*))\t\t# Date & time\n(\\ GMT(\\+|\\-)[0-9:]*)\t# Padding to exclude GMT and +/- if listed\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "%A, %d %B %y %H:%M:%S",
"Delimiter": "=========="
},
"KTouch, with bookmarks, time WITHOUT seconds": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ Your\\ \t#\n(?P<Type>(Highlight|Note|Bookmarks)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>(.*)(AM|PM)) \t# Date & time\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "dddd, MMMM d, yyyy, hh:mm A",
"Delimiter": "=========="
},
"Spanish Example (change language settings too)": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ Mi\\ \t#\n(?P<Type>(subrayado|nota|marcador)) # Clipping type - 'Highlight' or 'Note' or 'Bookmark'\n(\\en \\la \\p\u00e1gina\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Posici\u00f3n)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?A\u00f1adido\\ el\\ \t\t#\n(?P<Date>([^\\r\\n]*)) \t# Date & time\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "dddd dd 'de' MMMM 'de' yyyy, HH:mm:ss",
"Delimiter": "=========="
},
"German Example (change language settings too)": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ Ihre?\\ \t#\n(?P<Type>(Markierung|Notiz|Lesezeichen)) # Clipping type - 'Highlight' or 'Note' or 'Bookmark'\n(\\ auf\\ Seite\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Position|Loc\\.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Hinzugef\u00fcgt\\ am\\ \t#\n(?P<Date>([^\\r\\n]*)) \t# Date & time\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "dddd, d. MMMM yyyy 'um' HH:mm:ss 'Uhr'",
"Delimiter": "=========="
},
"KTouch, no bookmarks, time WITHOUT seconds": {
"Extension": "",
"Encoding": "UTF-8 (all languages)",
"Default": "False",
"Pattern": "# Import notes and highlights from \"My Clippings.txt\" and ignore\n# bookmarks. Warnings with information on ignored bookmarks\n# will be added to the log - this is the app normal behaviour\n\n# Note that VERBOSE and UNICODE options are always on\n\n^\\s* \t# \n(?P<Book>.*?) \t# Book name\n(\\s*\\((?P<Author>[^\\()]*)\\))?\t# Author name (optional)\n\\s*-\\ Your\\ \t#\n(?P<Type>(Highlight|Note)) # Clipping type - 'Highlight' or 'Note'\n(\\ on\\ Page\\ \t#\n(?P<Page>[\\d-]*)\\ \\|)? \t# Page (optional)\n(.*(Location|Loc.)\\ \t#\n(?P<Location>[\\d-]*))? \t# Location (optional)\n.*?Added\\ on\\ \t#\n(?P<Date>(.*)(AM|PM)) \t# Date & time\n\\s* \t#\n(?P<Text>.*?) \t# Text\n\\s*$ \t\t#",
"Date Format": "dddd, MMMM d, yyyy, hh:mm A",
"Delimiter": "=========="
}
},
"Export Settings": {
"XML, Separate Notes and Highlights": {
"Body": "<clipping type = \"?P<XmlSafeType>\" date = \"?P<XmlSafeDate>\">\n <book>?P<XmlSafeBook></book>\n <author>?P<XmlSafeAuthor></author>\n <type>?P<XmlSafeType></type>\n <page>?P<XmlSafePage></page>\n <location>?P<XmlSafeLocation></location> \n <date>?P<XmlSafeDate></date>\n <note>?P<XmlSafeNote></note>\n <highlight>?P<XmlSafeHighlight></highlight>\n</clipping>\n",
"Extension": "xml",
"Bottom": "</clippings>\n<!-- Generated via DaleyKlippings: http://daleyklippings.claytondaley.com/ -->",
"Default": "False",
"Notes": "",
"Encoding": "UTF-16 (all languages)",
"Date Format": "yyyy-MM-dd HH:mm",
"Header": "<?xml version = \"1.0\" encoding = \"UTF-16\"?>\n<clippings>"
},
"Evernote": {
"Body": "<note>\n<title>?P<Type> from Location ?P<Location> of ?P<Book></title>\n<content>\n<![CDATA[<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\t<!DOCTYPE en-note SYSTEM \"http://xml.evernote.com/pub/enml2.dtd\">\n\t<en-note style=\"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;\">\n\t<div title=\"DaleyKlippingsV1.3.4\">\n\t\t<div>Source: ?P<XmlSafeSpanBook></div>\n\t\t<div>Author(s): ?P<XmlSafeSpanAuthor></div>\n\t\t<div>Page(s): ?P<XmlSafeSpanPage></div>\n\t\t<div>Location: ?P<XmlSafeSpanLocation></div>\n\t\t<div><br/></div>\n\t\t<div>?P<XmlSafeSpanText></div>\n\t</div>\n\t</en-note>\n]]>\n</content>\n<created>?P<Date></created>\n<updated>?P<Date></updated>\n<tag>KindleClipping</tag><tag>ConvertedByDaleyKlippings</tag>?P<EvernoteTagBook>?P<EvernoteTagAuthor>\n<note-attributes><author>?P<Author></author></note-attributes>\n</note>",
"Extension": "enex",
"Bottom": "</en-export>",
"Default": "True",
"Notes": "<div>?P<XmlSafeSpanNote></div>\n<div><br/></div>\n<div>REGARDING HIGHLIGHT</div>\n<div>=========</div>\n<div>?P<XmlSafeSpanHighlight></div>\n<div>=========</div>\n<div>END HIGHLIGHT</div>",
"Encoding": "UTF-8 (all languages)",
"Date Format": "yyyyMMddThhmmssZ",
"Header": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE en-export SYSTEM \"http://xml.evernote.com/pub/evernote-export.dtd\">\n<en-export export-date=\"20121211T220218Z\" application=\"Evernote/Windows\" version=\"4.x\">\n"
},
"XML, Attached Notes": {
"Body": "<clipping type = \"?P<XmlSafeType>\" date = \"?P<XmlSafeDate>\">\n <book>?P<XmlSafeBook></book>\n <author>?P<XmlSafeAuthor></author>\n <type>?P<XmlSafeType></type>\n <page>?P<XmlSafePage></page>\n <location>?P<XmlSafeLocation></location> \n <date>?P<XmlSafeDate></date>\n <text>?P<XmlSafeText></text>\n</clipping>\n",
"Extension": "xml",
"Bottom": "</clippings>\n<!-- Generated via DaleyKlippings: http://daleyklippings.claytondaley.com/ -->",
"Default": "False",
"Notes": "?P<XmlSafeNote>\n\nREGARDING HIGHLIGHT\n=========\n?P<XmlSafeHighlight>\n=========\nEND HIGHLIGHT",
"Encoding": "UTF-16 (all languages)",
"Date Format": "yyyy-MM-dd HH:mm",
"Header": "<?xml version = \"1.0\" encoding = \"UTF-16\"?>\n<clippings>"
}
},
"Application Settings": {
"Attach Notes": {
"Attach Notes": "True",
"Notes Position": "Automatic (default)"
},
"Language": {
"Note": "",
"Highlight": "",
"Bookmark": "",
"Range Separator": "",
"Date Language": "English (default)"
}
}
}