2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/.gitignore
chrox 5c1d5c3314 add Evernote plugin to export highlights and notes
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.
2014-04-23 22:30:36 +08:00

25 lines
194 B
Plaintext

*.swp
*.swo
cscope.*
*.orig
lua
lua-*
.reader.kpdfview.lua
.vimrc
git-rev
*.o
tags
test/*
*.tar
emu
koreader-*.zip
/.cproject
/.project
koreader-arm-linux-gnueabi
koreader-x86_64-linux-gnu