Jump to content

Alex Krylov

Level 1
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Alex Krylov

  1. Yeah, we will wait. Some of the my requests are mummified here for years. But this time I want to believe ©
  2. Started 2017, now it is 2019 and we are still on the same place! Evernote team, it's not cool. So, the symptoms, the cause and the solution. The symptom I save a web page to Evernote with the Chrome Evernote Web Clipper in a "Simplified article" mode. When I open the saved page in the Evernote for Windows, or in the Evernote for Mac, or online, I see the beforementioned big ugly right margin. I can't get rid of it unless I reformat all of the note. The analysis I installed the Сhrome extension called “AlterNote” to dig into the note's source code. It works with online notes. What I found. The code of the stored note contains the content element with 36em width: <div style="margin: 0px auto; padding: 0px 2em; border: 0px; font-size: inherit; vertical-align: baseline; z-index: 200; position: relative; width: 36em;"> A short look into the HTML, produced by Evernote Web Clipper on Chrome, shows that it's a <div id="box"> element for the central column with content. It limits its width. It looks good on the browser's screen, but why they don't clean it up before the saving and store it in the note where it looks terrible? The solution For us, users — none. Ball's in the Evernote's court. They should just remove "width: 36em" from the HTML in the Web Clip before sending the simplified article to the server, and the problem will be solved. (The HTML of the simplified article is a complete mess, so probably they shouldn't stop on this element. But you just have to start somewhere.) I filled the ticket 2870996 and got my portion of “Everything'll be ok, lalala” from the Support. The workaround for poor forsaken us Install the “AlterNote” Chrome Add-on. Open the note online. Open the AlterNote window. Click on the “<>” button at the top to edit the note's source code. Locate the <DIV> with width: 36em; (not so far from the top). Delete width: 36em;. Close the source window. Save the note (from the menu, or just hit Ctrl-S on Windows). Close the note. Reload the page with note to see the changes. *Repeat steps 2-9 for each note with gaps. ***** it all and fill another ticket to the Evernote Support. * optional.
×
×
  • Create New...