Skip to main content

LocalNote让你能够像使用本地文件一样使用印象笔记,支持markdown语法。Use your evernote like local file system in all platforms (markdown supported)

Project description

Gitter Python27 Chinese Version

LocalNote enables you to use evernote in the local-file way.

Popular markdown format is supported and can be perfectly performed in evernote (the download format will remain as .md instead of .html).

Majority of notes in evernote can also be translated into markdown format easily.

LocalNote is also available on three platforms, which ensure that linux users can also have a good experience with evernote.

You are welcomed to join this project on Github.

Screenshot

GifDemo

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 file_need_convert.html

Patterns

You may use your whole evernote with LocalNote, or choose the ones you like.

# Set notebooks that sync with LocalNote
localnote notebook

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.

Example file tree

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). Login will also be limited in the hour, so warning about not loged in will be shown.

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 .

Or you may contact me on gitter: Gitter

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LocalNote-1.0.11.zip (31.1 kB view hashes)

Uploaded Source

Built Distribution

LocalNote-1.0.11-py2-none-any.whl (36.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page