Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalyao/evermonkey
Evernote Editing. Redefined. 关于 token 的问题请去 https://github.com/michalyao/evermonkey/issues/94 中查看!
https://github.com/michalyao/evermonkey
evernote evernote-developer nodejs typescript vscode vscode-extension
Last synced: 14 days ago
JSON representation
Evernote Editing. Redefined. 关于 token 的问题请去 https://github.com/michalyao/evermonkey/issues/94 中查看!
- Host: GitHub
- URL: https://github.com/michalyao/evermonkey
- Owner: michalyao
- License: mit
- Created: 2017-03-16T15:23:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T15:40:34.000Z (about 2 years ago)
- Last Synced: 2024-08-01T05:24:16.860Z (3 months ago)
- Topics: evernote, evernote-developer, nodejs, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage: http://monkey.yoryor.top
- Size: 11.2 MB
- Stars: 544
- Watchers: 18
- Forks: 56
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - michalyao/evermonkey - Evernote Editing. Redefined. 关于 token 的问题请去 https://github.com/michalyao/evermonkey/issues/94 中查看! (TypeScript)
README
# EverMonkey
[![Build Status](https://travis-ci.org/michalyao/evermonkey.svg?branch=master)](https://travis-ci.org/michalyao/evermonkey)
Evernoting in vscode with *Markdown* Support!
![](https://www.yourkit.com/images/yklogo.png)
YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of YourKit Java Profiler
and YourKit .NET Profiler,
innovative and intelligent tools for profiling Java and .NET applications.中国的朋友可以加我的微信公众号,**自在极客(微信号:javadev_)**。我会分享一些编程以及工作生活经验。有evermonkey 的使用问题也可以通过公众号反馈。
[Get Full Doc And Star Me](http://monkey.yoryor.top)
## Features
You can use `ever new` to create an untitle file with metadata support, edit it and use `ever publish` to publish it to evernote. And of course more than that.
Why EverMonkey is better? EverMonkey is inspired by the Sublime Text one, make local cache to avoid making net request everytime and in result
you got a faster experience.**For tags use: you may have to use comma "," to split tags**. You can get tips if you insert tags already exsist. Otherwise a new tag will be created.
```
---
title: note title
tags: tag1, tag2, tag3
notebook: notebook
---
```## Example
![editnote](assets/editnote.gif)
![veiwnote](assets/viewnote.gif)## Extension Settings
**IMPORTANT: Please read this carefully before you start using the extension**
Use command `ever token` to help you get your token & noteStoreUrl. After enter that command (Or your can visit the page directly - [China](https://app.yinxiang.com/api/DeveloperToken.action) | [Other Countries](https://www.evernote.com/api/DeveloperToken.action)).
Then open your user setting by `Preferences: Open User Settings`, and copy&paste token info to (Search `evermonkey` to get you there):
* `evermonkey.token`: your developer token
* `evermonkey.noteStoreUrl`: your API url-----------------------------------------------------------------------------------------------------------
## Buy me a coffee
If you really like evermonkey, what about buying me a coffee? :smile:
[paypal](https://paypal.me/Michalyao)
![支付宝](assets/alipay.png)
**Have fun!**