Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support yinxiang note(chinese local version of evernote) #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wangxiaomo
Copy link

rt.add support of yinxiang
and thx @kakkyz81 writing such a cool plugin.

@@ -220,7 +222,8 @@ def __init__(self):

#EVERNOTE_HOST = "sandbox.evernote.com"
EVERNOTE_HOST = "www.evernote.com"
USERSTORE_URI = "https://" + EVERNOTE_HOST + "/edam/user"
YINXIANG_HOST = "app.yinxiang.com"
USERSTORE_URI_FORMAT = "https://%s/edam/user"
CONSUMER_SECRET = '960305afca85b6b0'

NOTESTORE_URIBASE = "https://" + EVERNOTE_HOST + "/edam/note/"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont know how to change NOTESTORE_URIBASE, so i left it unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant