
aksiksi
Level 1-
Content Count
3 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout aksiksi

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ios EverExport: a note export client for Scala and JavaScript
aksiksi replied to aksiksi's topic in Evernote Integrations
Glad to hear that- 3 replies
-
- evernote windows / statistics on android device
- evernote
-
(and 116 more)
Tagged with:
- evernote windows / statistics on android device
- evernote
- windows
- bug
- evernote
- windows
- hotkey
- evernote
- android
- evernote
- ios
- tables
- note
- export
- api
- evernote
- windows
- evernote
- basic
- suche
- search
- suchfunktion
- evernote
- windows
- dictionary
- update
- evernote
- windows
- evernote
- windows
- evernote
- clipper
- firefox
- blank window
- bug
- ongoing
- dropbox
- evernote
- windows
- evernote
- ios
- no notes
- evernote
- android
- evernote
- windows
- feedback survey
- 表
- note
- size
- premium
- plus
- helper
- evernote
- ios
- evernote
- mac
- evernote
- windows
- text formatting
- bulleted list
- numbered list
- evernote
- ios
- date
- time
- today
- emails
- syncing
- delete
- notes
- data security
- evernote
- mac
- bug
- images
- desktop
- web
- gtd
- evernote templates
- access to customer service
- desktop icon
- answered
- windows
- taskbar
- faq
- evernote
- mac
- evernote
- mac
- filtering
- tags
- search results
- feature-request
- evernote
- windows
- cambio terminal fallo
- evernote
- ios
- scanner
- businesscard
- evernote
- windows
- notes
- evernote
- android
- samsung
- s pen
- s notes
- lockscreen
- scanned documents
- skitch
- ios
- evernote
- windows
- 記事本
- 行銷
- eve
-
Hello all! I recently released EverExport, an open-source note export client written in Scala. The goal is to simplify working with the Evernote SDK and abstract away some of the more... confusing API methods. The client is cross-compiled to JavaScript using Scala.js, so you can also use the client from JavaScript! You can install it through NPM: npm install everexport Here is a JS example that shows how to list all notebooks in a user's account and then list all notes in the first notebook: const everexport = require('everexport') const token = "YOUR_EVERNOTE_TOKEN" con
- 3 replies
-
- 1
-
-
- evernote windows / statistics on android device
- evernote
-
(and 116 more)
Tagged with:
- evernote windows / statistics on android device
- evernote
- windows
- bug
- evernote
- windows
- hotkey
- evernote
- android
- evernote
- ios
- tables
- note
- export
- api
- evernote
- windows
- evernote
- basic
- suche
- search
- suchfunktion
- evernote
- windows
- dictionary
- update
- evernote
- windows
- evernote
- windows
- evernote
- clipper
- firefox
- blank window
- bug
- ongoing
- dropbox
- evernote
- windows
- evernote
- ios
- no notes
- evernote
- android
- evernote
- windows
- feedback survey
- 表
- note
- size
- premium
- plus
- helper
- evernote
- ios
- evernote
- mac
- evernote
- windows
- text formatting
- bulleted list
- numbered list
- evernote
- ios
- date
- time
- today
- emails
- syncing
- delete
- notes
- data security
- evernote
- mac
- bug
- images
- desktop
- web
- gtd
- evernote templates
- access to customer service
- desktop icon
- answered
- windows
- taskbar
- faq
- evernote
- mac
- evernote
- mac
- filtering
- tags
- search results
- feature-request
- evernote
- windows
- cambio terminal fallo
- evernote
- ios
- scanner
- businesscard
- evernote
- windows
- notes
- evernote
- android
- samsung
- s pen
- s notes
- lockscreen
- scanned documents
- skitch
- ios
- evernote
- windows
- 記事本
- 行銷
- eve
-
Dude... I've been planning to create exactly the same thing, but I was thinking of making it an online app. Structured export to Markdown or PDF. Free for < x notes/notebooks, but $$$ for larger users. Just like you, my main concern is how many people are actually interested in something like this? The main target for such a service would be people who are dissatisfied with Evernote and would like to manage their notes manually, so you'd need to somehow figure out how large of an audience that actually is. What do you think about teaming up on this, at least for discussion and ide