evernote-random icon indicating copy to clipboard operation
evernote-random copied to clipboard

Use evernote API as a logged-in user - react and express project

Results 46 evernote-random issues
Sort by recently updated
recently updated
newest added

Hi galtenberg, I just found your cool, little web-app and it's super elegant and helpful. Thank you! Short background for this feature request: I use Evernote to collect quotes from...

Hello, does Evernote authorization allow you to see note contents on your side? This is a big issue for those with sensitive info. Thanks

`enml-js` should be replaceable by `enml2html` here: https://github.com/galtenberg/evernote-random/blob/master/src/components/Notes/Note.js#L80 Was seeing some weirdness with text being cut off - see if that's still the case.

good first issue

Add a settings and checkbox experience for "Enable ForteLabs BASB features in this browser". Save preference to browser-local storage. If this setting is not enabled, do not show "Any PAR"...

UI

BASB members may use folder names "1 Project", "2 Areas", which could make the "Any PAR" and "Any PARA" buttons behave unpredictably. Reported here: https://forum.fortelabs.co/t/randomnote-web-3-0/2939/4?u=galtenberg. Report back to this thread...

UI

Refactor all SVG icons used into a single component, that accepts props of width, height, title, iconPath, fillPath

refactor

Don't allow the folders area become more than ~6 rows of folders in height. If the user has more folders than that, allow vertical scrolling of that panel.

good first issue
css / design

Glitch isn't serving react in development mode, requiring express logic to send `build/` artifacts (see https://github.com/galtenberg/evernote-random/blob/master/server/index.js#L21-L29). Make those lines unnecessary / serve react ala development mode. (When we do an...

Running local or on glitch requires changing the `proxy` setting in `package.json`. See if there's a solution that can work in either mode.

Per Evernote API team: > Looking at our logs, I'm seeing an abnormal number of calls for `getUserUrls` - 380 calls for a single user. I'd recommend caching the result...