mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
5c1d5c3314
The "My Clipping" file that storing highlights and notes for Kindle native readers could also be parsed and exported. The parser is implemented in `evernote.koplugin/clip.lua`. Parsed highlights and notes in one book will be packed and rendered into html node with a slt2 template `note.tpl` that complies with evernote markup language(ENML). Finally the evernote client will create or update note entries and push them to Evernote cloud.
28 lines
428 B
INI
28 lines
428 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = false
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
indent_size = 8
|
|
|
|
[Makefile.def]
|
|
indent_style = tab
|
|
indent_size = 8
|
|
|
|
[*.{js,json,css,scss,sass,html,handlebars,tpl}]
|
|
indent_style = space
|
|
indent_size = 2
|