LocalNote让你能够像使用本地文件一样使用印象笔记,支持markdown语法。Use your evernote like local file system in all platforms (markdown supported)
Project description
LocalNote enables you to use evernote in the local-file way.
Popular markdown format is supported and can be perfectly shown in evernote while raw markdown format is well stored.
Oridinary note of evernote can also be translated into markdown format easily.
Available on three platforms, linux users can have a better way to use evernote.
You are welcomed to join this project on Github.
Screenshot
Video is here.
Installation
pip install localnote
Usage
Commonly used commands
# initialize the root folder, please use this in an empty folder
localnote init
# download your notes from your evernote to your computer
localnote pull
# show the difference between your local notes and online notes
localnote status
# upload your notes from your computer to your evernote
localnote push
# translate html documents into markdown formats
localnote convert 需要转换的文件.html
Storage format
A folder in the root folder means a notebook
A document, folder as well, in notebook folder means a note
A note can contain main document only or have attachments in any format.
Main document of a note must be a .md or .html file, its file name will be used as note name.
示例文件树
Root My default notebook My first notebook.html My second notebook.html Attachment notebook My third notebook My third notebook.md Packed documents.zip Note of packing.txt Empty notebook
FAQ
Q: I have an error errorCode=19, how should I deal with it?
A: This is the hourly limit of evernote, you just need to wait for an hour. The whole Exception is evernote.edam.error.ttypes.EDAMSystemException: EDAMSystemException(errorCode=19, rateLimitDuration=1039, _message=None)
Q: Will the first pull take a long time?
A: It depands how big your files are, the downloading speed is about 200k/s.
Q: How to preview markdown files locally?
A: You need a web browser plugin. Take Chrom for example, it’s Markdown Preview Plus.
Comments
If you have any question or suggestion, you can discuss with me in this Issue .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for LocalNote-1.0.5-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43d1fc6a6b81ff164bde1d0e6462c0ebe69f7476b4546790e8686c47859a32de |
|
MD5 | 2b0261b381f5f678592816556966604d |
|
BLAKE2b-256 | 70248cfc6a17375a6215a5a92d1d79f0dfdb3ca4ac424afc1c8f7dd50cbf9976 |