Nick Sergeant
Nick Sergeant
Also in addition to supporting universal links or keyboard shortcuts for specific folders, would be great if we had system menu items for `Next Folder` / `Previous Folder`.
Oh neat, there is `a` and `z` defined here for next/prev folder / sub: https://github.com/Ranchero-Software/NetNewsWire/blob/78047fcaf7eb70ba0964c478342150a4936f11f1/Shared/Resources/GlobalKeyboardShortcuts.plist#L4
You can just remap to a command that will go to the start of the line, then finds the first quotation character, then executes the jump: ```nnoremap gl ^f'gf```
@pryley thanks!
@vbudovski we ran into a need for RAC navigation as well and began implementing your solution here (which is an awesome start!). Fairly new to RAC and discovered that implementation...
@vbudovski quick GIF demo screencast here - Safari on the left (no errors in console), Chrome on the right: 
@vbudovski thanks for the reply! That approach is using the Menu component (`role="menu"` under the hood) which should be avoided for site navigations: https://adrianroselli.com/2017/10/dont-use-aria-menu-roles-for-site-nav.html I'll keep tinkering with your example....
I am totally on board with this. I initially launched this service based on my relationship with GiveForward, but have always planned to expand to every other relevant crowd-funding service...
I think we can just do it right here in this issue, actually. Should be good enough :)
Same issue here - was going to post a crash report but it seems this might be fixed with #522. Anything we can do to help move that along?