Jump to content

dmitry_bond

Level 2
  • Posts

    57
  • Joined

  • Last visited

About dmitry_bond

Recent Profile Visitors

1,408 profile views

dmitry_bond's Achievements

10

Reputation

  1. Ok. Thank you that helped. But what about another weird empty space in UI ? (please see screenshot) I doubt there is any settings to control this strange empty line below the menu... or how such option could be called then?
  2. I noticed big empty fields in notes about a week (or more?) ago. But at that time it was not in every note. It was displayed kind of "randomly" - sometimes I can reopen the same note couple of times and big empty field disappeared. But after today's update there are BIG EMPTY FIELDS IN EVERY NOTE! I already clicked Sign Out on this device with full data removal and logged in again. That did not help. Also I tried to reload UI - nothing changed. What the purpose of such completely unpractical big empty fields in every note? (please see enclosed screenshot with red line)
  3. I'm saving in EverNote my discussion logs - with relatives, with different opponents, with team members and so on. This is very important materials for me! But(!) when I see a lot of text of the same color and format - that is deadly bad to read and recognize something in it! Please note: I do not need to complex formatting! I'm 100% fine with very simple eye-catching techniques - bold + underline + color. So, I need at least one of: support of scripts like VBA in MS Office So, when I can write a simple code to apply formatting to text. Example: foreach (string line in note.Lines) { if (/Polina\s+\w+\[\d+\.\d+\.\d+\.\s+\d+\:\d+\.\]/.match(line)) line.applyFormat(stylePerson2Header); } auto-formatting by text-template. Example of such definitions: "Dmitry Bond\s+\[\d+\.\d+\.\d+\.\s+\d+\:\d+\.\]" => "line[font-style:bold,underline; font-color:navy]; switch-to[font-color:navy]" "Polina Pashko\s+\[\d+\.\d+\.\d+\.\s+\d+\:\d+\.\]" => "line[font-style:bold,underline; font-color:magenta]; switch-to[font-color:magenta]" In this example it means - the line itself formatted by "font-style:bold,underline; font-color:navy" and from this point to next text-pattern it is formatted by "font-color:navy". So, for me it is enough to have formatting on a per-line-basis. Because in current version if I only missed formatting piece of text once then I have to spend about an hour to scroll, scroll and scroll and format the all non-formatted text. Of course - the first option would be more generic, flexible and better.
  4. Hm... Very interesting effect! I did logout and then login... As result - exactly the same binaries displaying completely different UI! Different theme, different UI behavior (see in attach)...
  5. Thanks. I see - I can open Dev Tools. But the question is - how to find image there?! When I export a note - I see 2 huge images in output. But when I copy-paste OuterHTML into a text file I cannot find any <img> HTML elements and even anything which refer to "image.png" or "image(1).png". 😕 So, I'm not sure - how Dev Tools could help here then?
  6. Here is the screenshot. WHY THERE ARE SO MANY EMPTY SPACE in UI?! Columns must be resizable! I'm not using tags at all - they are completely useless for me, so huge amount of empty space in columns - that looks really weird and user-unfriendly! The date values - takes only 45 pixels but the column allocating 160 pixels!!! WHY?! For what do we need all the extra empty space?! Why you are wasting UI space? Also note names starts with the same prefix, so all notes looks the same for me because as such weird UI design. 😕 Another bug - button clicks DO NOT WORK! To make button works I need to click exactly on the button caption text! So, when I click on the button empty space it does not react at all!
  7. Sorry, nothing did help. 😕 Due to lack of time I simply have to ignore this problem. The best solution (as I see it) - we need "The Objects Inspector" for the Note!!! So, where we can enum/browse all such objects in the Note. At least in a read-only mode.
  8. By mistake there appears 2 screenshots in a note. I guess I accidentally clicked [PrintScreen] button and clicked [Paste] in a note. I though I'm pasting a piece of log file but in real it pasted an image and that happened twice during last month. When I export it to *.HTML (or to *.ENEX) I see these 2 images - image.png and image(1).png - 1Mb and 0.5Mb. But I cannot find them in a note! When I scrolling a note - I cannot find these images at all. So, I cannot locate/focus it and delete. The question is - how to find and remove these unwanted images from note in case when EverNote does not display them at all?! Is there someking of "Note Objects Inspector", so if I can browse all objects in a note and deleted unwanted?
  9. I found that in such case it is easier to replace all files in "c:\Program Files (x86)\Evernote\" with all files from "C:\Users\{UserName}\AppData\Local\Programs\Evernote". So, like this pskill EverNote.exe robocopy "C:\Users\{UserName}\AppData\Local\Programs\Evernote" "c:\Program Files (x86)\Evernote" /MIR I really do not like idea of uninstalling/installing/reloading full EverNote db.
  10. Week ago or such I seen a notification "EverNote updated to 10.62.5". Clicked [Ok] and continue. After OS restarted I seen a new notification "EverNote updated to 10.62.2". That was confusing, however I was busy and continue as usual. During last 4-5 days I seen such "switch updates" about 7 times. Almost on each OS restart. Small investigation discovered that when it shows "EverNote updated to 10.62.5" then it start EverNote from "C:\Users\{UserName}\AppData\Local\Programs\Evernote". And when it shows a "EverNote updated to 10.62.2" message it started from its normal location - "c:\Program Files (x86)\Evernote\". After a "EverNote updated to 10.62.5" message I tried to explicitly start it from "c:\Program Files (x86)\Evernote\" - but it redirected to version in "C:\Users\{UserName}\AppData\Local\Programs\Evernote". However, after yet another Windows 11 restart I see a yet another "EverNote updated to 10.62.2" message and then it running all from "c:\Program Files (x86)\Evernote\". So, it is entered endless loop of "updating" between: 10.62.5-win-ddl-public (20230928204806) Editor: V176.13.0 Service: v1.74.5 And "10.62.2-win-ddl-public (*)" Is it possible to leave this endless loop of "switched updates" ? Should it be safe if I would simply kill all EverNote processes and override "c:\Program Files (x86)\Evernote\" with content from "C:\Users\{UserName}\AppData\Local\Programs\Evernote" ?
  11. Ok. Thank you for answers. I exported all notebooks to *.enex (just to make a full backup of current state). Then uninstalled winstore version and installed latest one from specified url. Will see if that will change something...
  12. 10.61.10-winstore-public. On "Check Updates" it shows nothing. So, seems 10.61.* is latest.
  13. Thank you for answers. Seems I finally discovered a method how I can handle it. I found workarounds for minors bugs in EverNote editor.
  14. It is not a first time I noticed - DATA DISAPPEARED from EverNote! On my disk I have an exported notes for some of synopsizes I wrote for IT courses I completed. Now I tried to find it in EverNote BUT IT IS NOT THERE! So, after course completion I exported a synopsis to disk but now I discovered - there is no such note in EverNote! And I know for 100%-sure I never deleted that! How is that possible?! How can I trust EverNote if some very important notes silently disappeared from it?! And perhaps I could think - there might be "auto-archiving of old notes" BUT(!) some recent notes also disappeared! So, I can guess "auto-archiving" for notes older than year or more but when a new notes (a month ago) silently disappeared - that is critical bug in EverNote! Also I found - a bunch of very important notes suddenly appears in Trash! HOW?! I never deleted it! And I even could not think to delete that! So, for sure this is another critical bug in EverNote - it may randomly send notes to trash! Taking into account huge lags in UI I can guess - it may do that. Also please note - this is on Core i5-13500/32Gb RAM PC, so you can compare - how big UI lags would be on older computers!!! Performance of EverNote UI processing is deadly bad. 😞 So, idea is: need a journal of "notes operations" - what notes created, what deleted, exported, etc - anything related to note life cycle. need an option to search also in trash (for cases when note appears in trash due to lag in UI) So, for example - 2 new checkboxes: "Search in trash" and "Search in lifecycle journal" - to see if any of notes were deleted or moved or whatever In this case should be enough to search in note captions only, do not need to search in note's content (ex: for "lifecycle journal" - only note caption is actual) also - please return back "Note size" column to the view! How can I see the difference between notes without seeing its size?! Update: I check all things once again. Seems the main problem - lot of notes appears in Trash without my actions! How is that possible at all?!... I remember I created a new notebook and all notes related to certain education-provider moved to it, but some of notes instead appears in Trash. Why?! Lag in UI? What other reasons could be?...
  15. If I cannot highlight a piece of code (with bold or color or highlighter) - that useless for me! (and for team also) That is why I'm always using own formatting for code pieces. As I already mentioned - Monospace + font size + fore color + indent = 4 additional manual formatting operations on each piece of code. So, it is not about code itself. It is exactly about styles! It can be code, it can be quotes from literature or whatever. I need a tool to format all such pieces in similar way with minimal efforts.
×
×
  • Create New...