Jump to content

Is it possible to edit Evernote's CSS in the desktop program?


Recommended Posts

There are parts of the Evernote design I don't like and would like to edit.
I already have knowledge of the css I need to do this, but I'm not sure if it's possible to do.

Do anyone know if it's possible to edit the css my desktop program uses? I only mean for myself of course, and not an official change.

Link to comment

Updates overwriting my changes I can live with. I'm just curious if it's somehow possible. I could in theory press F12 every time I open the program and make a javascript script to fix the things I don't like, but that's too much work. I'd like a solution that directly affects files.

Link to comment
  • 2 months later...

Hi Dr. Dark,

I had some success overriding CSS, using `asar` to unpack the app (you can install it with `npm install -g asar`), and then "messing" with the CSS files under `ce`. You can find some good tips on how to do this in the article mentioned below. The author is after Skype, but the tricks he mentions work just as well with Evernote. The simple thing I did was to reduce the size of the font they use for `code`, which to me looks just disproportionately large compared to the size of regular text.

https://www.codepicky.com/hacking-electron-restyle-skype/

Good luck!

-Alex

  • Like 3
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...