Jump to content

Px2

Level 2
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Px2

  1. 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.

    • Thanks 1
  2. 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.

  3. 9 hours ago, HeBoIz said:

    If I am right then v1.4 of the "Evercuts"_Chrome-extension doesn't work anymore with Evernote Web 10.3.0 ?!?
    (at least shortcuts for Delete Note and Move Note)

    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

  4. 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)

    1. Search notes 
    2. Toggle fullscreen
    3. Add hyperlink
    4. Copy Note internal link
    5. Open note in new tab
    6. Open note in new window
    7. Move note
    8. Delete note
    9. 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.


     

    • Thanks 7
  5. 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.

  6. @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.

    • Like 1
  7. I need a few keyboard shortcuts to optimize my workflow in the webapp

    The top three are:

    1. Go to search bar (ctrl-q will open search in the desktop app. I need something like for web)
    2. 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)
    3. 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...