All Projects → BoostIO → Ever2boost

BoostIO / Ever2boost

Licence: mit

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Ever2boost

quentier
Cross-platform desktop Evernote client
Stars: ✭ 115 (+76.92%)
Mutual labels:  evernote
onepile
Playground for the future of private notes and document management
Stars: ✭ 41 (-36.92%)
Mutual labels:  evernote
Evermonkey
Evernote Editing. Redefined. 关于 token 的问题请去 https://github.com/michalyao/evermonkey/issues/94 中查看!
Stars: ✭ 542 (+733.85%)
Mutual labels:  evernote
enml2md
Evernote to Markdown Converter
Stars: ✭ 36 (-44.62%)
Mutual labels:  evernote
EverFlowy
Sync your workflowy's items into evernote
Stars: ✭ 31 (-52.31%)
Mutual labels:  evernote
sublime-evernote
Open and Save Evernote notes from Sublime Text 3 using Markdown
Stars: ✭ 1,164 (+1690.77%)
Mutual labels:  evernote
Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+4609.23%)
Mutual labels:  evernote
Paperwork
Paperwork - OpenSource note-taking & archiving alternative to Evernote, Microsoft OneNote & Google Keep
Stars: ✭ 7,838 (+11958.46%)
Mutual labels:  evernote
evernote-markdown-win-theme
A markdown-theme of Chinese&Windows edition evernote.
Stars: ✭ 36 (-44.62%)
Mutual labels:  evernote
Leanote Ios
Leanote iOS App http://leanote.org
Stars: ✭ 444 (+583.08%)
Mutual labels:  evernote
nixnote2
Nixnote - Evernote desktop client for Linux
Stars: ✭ 281 (+332.31%)
Mutual labels:  evernote
evernote-backup
Backup & export all Evernote notes and notebooks
Stars: ✭ 104 (+60%)
Mutual labels:  evernote
Tusk
Refined Evernote desktop app
Stars: ✭ 3,076 (+4632.31%)
Mutual labels:  evernote
marknotes
📝 You’re taking a lot of notes and need a solution to manage them i.e. put your knowledge base in one central place and being able to retrieve quickly information’s, display them nicely through the browser as a HTML page or a slideshow, export them in many file formats (docx, odt, pdf, txt, …). Sensitive information’s can be encrypted and notes …
Stars: ✭ 73 (+12.31%)
Mutual labels:  evernote
Joplin
Joplin - an open source note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/
Stars: ✭ 26,916 (+41309.23%)
Mutual labels:  evernote
Lsyevernote
Stars: ✭ 248 (+281.54%)
Mutual labels:  evernote
onenote-md-exporter
ConsoleApp to export OneNote notebooks to Markdown formats
Stars: ✭ 246 (+278.46%)
Mutual labels:  evernote
Everblog
Evernote + Blog = EverBlog
Stars: ✭ 54 (-16.92%)
Mutual labels:  evernote
Wizquicksearch
wiz(为知笔记)快速搜索插件,仅支持 windows
Stars: ✭ 13 (-80%)
Mutual labels:  evernote
Whatever
An unofficial Evernote desktop client for Linux
Stars: ✭ 356 (+447.69%)
Mutual labels:  evernote

ever2boost

Build Status

ever2boost is a CLI tool for conversion Evernote to Boostnote.

Quick start

Get Evernote developer token from here.

$ gem install ever2boost
$ ever2boost import
DEVELOPER_TOKEN: <input your developer token>

Limitation? Go here

Connect to your Boostnote

You need to connect it to Boostnote. Go Menu -> Add Storage and add it.

how_to_add_storage

And select your storage. It's at ~/evernote_storage by default on import.

how_to_chose_the_directory


ever2boost command

Ever2boost has 2 commands for conversion convert and import.

$ ever2boost -h
Commands:
  ever2boost convert         # convert from .enex
  ever2boost help [COMMAND]  # Describe available commands or one specific co...
  ever2boost import          # import from evernote

Create notes storage from Evernote

First, you need to create new Boostnote storage by ever2boost. And you can choose which command do you use, import or convert.

import

Import all of notes from cloud storage at Evernote.

import command has 1 option d which specify output directory.

$ ever2boost help import
Usage:
  ever2boost import

Options:
  d, [--directory=DIRCTORY_PATH]  # make Boostnote storage in the directory default: ~/evernote_storage

import from evernote
  1. get your developer token from https://www.evernote.com/api/DeveloperToken.action how_to_get_your_developer_token

  2. run ever2boost import

$ ever2boost import
DEVELOPER_TOKEN: <input your developer token>

And import will start. It uses EvernoteAPI, thus you should take care access limitations.

convert

Convert notes from .enex file which is exported file from Evernote.

You can get how to export from official document.

convert has 1 option d which specify output directory.

$ ever2boost help convert
Usage:
  ever2boost convert

Options:
  d, [--directory=DIRCTORY_PATH]  # make Boostnote storage in the directory default: ~/evernote_storage

convert from .enex

Requirements

Ruby: 2.0.0 or above
bundler: Corresponding to Ruby

if you don't have bundler:

$ gem install bundler

if it fails by permission, you can run as sudo (perhaps you're using preinstalled Ruby in the OS)

Something happens

If your Boostnote would be broken:

  • Notes and folders disappear
  • Folder names are something wrong (e.g: Unknown 1)

First of all, look over this document. After that, if you would not find how to solve your error, please report an issue.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/BoostIO/ever2boost.

More information: how_to_develop_ever2boost

License

The gem is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].