Jump to content

Px2

Level 2
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    2

Px2 last won the day on January 4 2022

Px2 had the most liked content!

About Px2

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Px2's Achievements

16

Reputation

  1. There have never been native keyboard shortcuts for EN web. I would be willing to make a bet keyboard shortcuts on web is off the table.... That said, I wrote a chrome extension, Evercuts, that adds a few of the most basic keyboard shortcuts. Install it here and check out the code here.
  2. If you have a mouse with a middle button you can click the links with that. It sort of executes a "Open link in new tab" action which bypasses this warning screen. I know this doesn't fix the problem, but until Evernote removes this lame "feature" it's the only thing we have.
  3. I wrote a simple chrome extension called Evercuts that adds a bunch of keyboard shortcuts to the new web interface. You can install it via chrome. The extension add the following keyboard shortcuts 1. Search Notes (Alt+Q) 2. View note in fullscreen (Alt+P) 3. Move Note (Alt+M) 4. Delete Note (Alt+Delete) 5. Open note in new window (Alt+Click) 6. Copy Internal Link* 7. New Note* 8. Previous Note* 9. Next Note* 10. Open note in new tab* 11. Open Insert Menu* 12. Edit Tags* Items marked with * are not set by default. All shortcuts are configurable except for Alt+Click because it is not setup with chrome commands.
  4. Check out evercuts a chrome extension I wrote a while back adds keyboard shortcuts and they are customizable.
  5. @HeBoIz - just sent v1.7 to the chrome store which fixes the issue for move/delete note. Should be live soon. If you're using github you can just update now.
  6. Yeah you are right. The code to click on the "More Actions" button doesn't work anymore. So the following features are currently broken. delete note move note copy internal link Not sure why we can't programatically click on this button with javascript anymore but hopefully it'll be fixed soon
  7. If you install the Evercuts extension you can configure it to add hyperlinks with Ctrl+K. By default Alt+K adds the hyperlink, but this action is configurable by visiting chrome://extension/shortcuts Disclaimer: I wrote it and here is the source code
  8. I was also suffering from the lack of keyboard shortcuts in the web client so I wrote a chrome extension called Evercuts which adds some. I have already reaped the benefits and now want other people to use it too. You can download the extension from the Chrome web store or from my Github. It has the following shortcuts as of today (v1.4) Search notes Toggle fullscreen Add hyperlink Copy Note internal link Open note in new tab Open note in new window Move note Delete note Next/Previous note in list Some of the shortcuts are set by default, but they can be changed by visiting chrome://extensions/shortcuts The only action you cannot configure is alt+click to open a note in a new window.
  9. When I try to find notes which are not tagged using the following query -tag:* a lot of notes show up which actually have tags. This issue exists in the web version but not the Windows desktop client. Anyone know why this is happening or have some work around to find untagged notes?
  10. I made a super simple chrome extension that has keyboard shortcuts to click on search bar and toggle fullscreen. It's available here, https://github.com/RealP/evercuts/ Now if only it could open notes in a new tab then I wouldn't need this request anymore ALT+Click now does what I want. I want to leave this request open because these features should really be a part of Evernote, not some 3rd party extension.
  11. @gazumped - I've looked into doing that but I would need access to the HTML to click on the XPATH or element ID. I've seen some example's online but they always launch a new instance of the browser. Anyways I'm on linux so I'd be using some other software. If there was an extension that clicked on custom XPATHs and IDs on keypress that would probably be good enough for me.
  12. I need a few keyboard shortcuts to optimize my workflow in the webapp The top three are: Go to search bar (ctrl-q will open search in the desktop app. I need something like for web) Toggle full screen (my window is often too small to read the note properly and I don't want to use my mouse all the time) Open a note in a new tab or window. (If I ctrl click on a note it should open it in a new tab) Anyone have any ideas how I can do this? I've seen EverShort but it only works with old UI.
×
×
  • Create New...