Jump to content

Klaus

Level 2
  • Posts

    26
  • Joined

  • Last visited

About Klaus

Recent Profile Visitors

1,568 profile views

Klaus's Achievements

4

Reputation

  1. When clipping from stackoverflow, I noticed that indentation is lost, making code-examples hard to read. In the case of python or explanatory ascii art graphs, the result is outright broken, since indentation is significant there. E.g. when trying to clip https://stackoverflow.com/questions/47792846/what-is-ours-and-their-while-doing-git-rebase/61339092#61339092: The browser reports the indented lines as "<span> content</span>" with a single space in front. Adding more spaces would cause correct indentation, so it isn't a pure CSS issue. However, I cannot judge whether the stored note contains incorrect indentation, or whether the representation sent to rendering component contains an incorrect simplification.
  2. Sadly, they haven't. Some basic hotkeys (like Ctrl+B) are available, but there doesn't seem to be any documentation on which ones are.
  3. When hovering the mouse over a GUI element, the associated hotkey should be displayed. This approach would allow "learning by doing" of work processes, without the need to repeatedly read documentation for basic interactions, and has become a defacto standard for desktop software, and is even available here in the Forum editor. Otherwise, it would already help to have a list of hotkeys available. On the long run, it would also help a lot to have configurable hotkeys, since the Evernote team cannot possibly predict all keyboards people are going to use. As an example, GMail has had for years hotkeys such as "Ctrl+Alt+[" which cannot be triggered on a German keyboard. Only "modifier keys plus default 26 latin letters" is safe for even Western keyboard layouts, with "Modifier keys plus number" already potentially failing to be registered correctly across keyboards, depending on the detection method.
  4. Sadly those solutions wouldn't fulfill the "new note visible as a browser tab" constraint :(
  5. Is there any other option to quickly add new notes? I usually need to create notes, that are subsequently open as browser tabs. Support for the web-client has recently grown more important for me, as I am given a Linux-PC at work. My workflow usually is: Create new note. Push evernote URL to another device (e.g. home-pc) with Pushbullet. This works reasonably well with Google Keep, but that solution suffers from how easy it is to accidentially close a note and from Google Keep not updating tab titles. It works less well with evernote, where the crucial "create new note" step isn't quite as fast.
  6. Rather, support for transparency in graphics is needed. I've seen the problem with Kindle ebooks too, where chapter headings, that are displayed a graphic, look badly off with any background color other than white. A solution may be tricky though for the devs. It is obviously appropriate to invert the colors of an equation in dark mode, as it would be for black&white graphics in Kindle apps, but there is no reliable way to distinguish such a graphic from a grayscale photo. Or when embedding equations as pre-rendered raster graphics, some software may inappropriately bake in sub-pixel rendering. This gets even worse, when taking into account the possibility of having colored subexpressions in equations. A possibility may be to use a basic heuristic: If the image consists predominantly of two grayscale values / a dark gray scale value on transparent background (e.g. black and white, dark gray and white, or black on transparent background) it is probably appropriate to adjust or invert the color in dark mode. The user would however need the ability to explicitly flag images for inversion / not inversion, when the heuristic decides wrong.
  7. That was just me finding only "Formats > Blocks > Pre". I didn't expect it under "Text box", since I usually associate the term with free-floating elements in Office software.
  8. While certainly powerful, the "webclient only" restriction is a big "if". The Chrome extensions lacks feedback about available hotkeys compared to the official client (). Even the code-block feature itself isn't really solved. All the Chrome extension is, is provide direct access to the "<pre>" tag in all contexts, but it doesn't assign it backgrounds or borders; At this point one might as well just apply a monospaced font. An officially supported solution in the official deskotp client would be very much appreciated.
  9. I wanted to express my support for this feature request. Currently code blocks are just limited. In my case, I usually run into the issue when trying to use paragraph intentation to create "description list" style structuring of a note. In Summary the code bloch feature fails to provide useful behavior in these cases (pasted from evernote).
  10. The issue has cropped up today for me with Wikipedia, which now also uses SVG for displaying images. Worse, the SVG may not have a file extension such that the file attached to the clipped note cannot even be opened without first renaming the file. Example: Wikipedia page https://en.wikipedia.org/wiki/Electric_power Equation image https://wikimedia.org/api/rest_v1/media/math/render/svg/4151eb304b73e790d0e4855d8948c8e0c4263cf2 (no extension)
×
×
  • Create New...