joethei / obsidian-rss

Read RSS Feeds from inside Obsidian
GNU General Public License v3.0
394 stars 23 forks source link

[Feature Request] Hotkeys for Navigation inside the visualization window #13

Closed FelipeRearden closed 2 years ago

FelipeRearden commented 3 years ago

Hello @joethei !!!!

The screen to read the content of the link is amazing and I feel that we could have a few hotkeys to navigate with the keyboard inside that screen :)

New buttons and Hotkeys:

Have a great day!

joethei commented 3 years ago

For navigation to the next/previous link there is already a default hotkey(Tab and Shift+Tab).

None of the themes I have tried highlight that though, so you might need to add a css snippet like this one:

a:focus {
    background-color: aquamarine;
    color: black
}

Currently, the buttons at the top are also included in this, but will be removed with the next update(later today).

FelipeRearden commented 3 years ago

Hello @joethei !!!

Forgive me for my bad explanation about my FR before. Im thinking about a hotkey to switch/navigate between feed links (previous/next) and not links '[]()' inside a feed link (tab or shift+tab)

When using shift+tab I get this: 0

For example: I´m on 2021-10-09 Style Guide Enforcement & Sitemap-style view (line6)

1

0

And I want a hotkey to navigate for:

Currently, the buttons at the top are also included in this, but will be removed with the next update(later today).

:eyes: :eyes: :eyes:

joethei commented 3 years ago

Getting the next/previous buttons to work will take a bit of work since that view does not have any reference to other articles.

I have added hotkeys for the other features in the current version(0.6.4) The current settings interface for this is not final, but I could not figure out how create the nice looking hotkeys as used in the hotkeys dialog

FelipeRearden commented 3 years ago

Getting the next/previous buttons to work will take a bit of work since that view does not have any reference to other articles.

Thank you very much for working hard to bring this feature to us :) I hope you find an easy solution :)

I have added hotkeys for the other features in the current version(0.6.4)

Amazing!!!!!! I already tested and I have two comments:

COMMENT 1: Copy to Clipboard and Create a New Note have the same default hotkey -> c

COMMENT 2: Change the hotkey of Create New Note to -> n is not being saved when closing the settings panel

Step 1: change Create a New Note to n Step 2: close settings panel Step 3: open settings panel

When open again the hotkey is back to -> c

The current settings interface for this is not final, but I could not figure out how create the nice looking hotkeys as used in the hotkeys dialog

I must say that I loved this interface!!!! It has everything we need :)


Thank you very much for these new features :)

joethei commented 3 years ago

Oops, at least for Nr. 2 that is just displayed wrong, but for all hotkeys.... , fixed in 0.6.5

FelipeRearden commented 3 years ago

Oops, at least for Nr. 2 that is just displayed wrong, but for all hotkeys.... , fixed in 0.6.5

:+1: Working perfect in version '0.6.5' Obsidian '0.12.19'

Thank you very much!!!!!!!

annargrs commented 3 years ago

+1 for this. Once you start reading the content of the links, it's a lot more convenient to continue to the next one without closing the content view and going back to the title list. Ideally there would be a single-action button/shortcut to mark the current item as read and switch to the next one.

wenlzhang commented 3 years ago

Ideally there would be a single-action button/shortcut to mark the current item as read and switch to the next one.

Indeed, this would be very useful. A possible way for achieving this would be that, when navigating to the next article, e.g. with the left/right arrow key, the current article would be automatically marked as read. One can set the desired behavior in the configuration pane for navigating to the next article, i.e. whether to automatically mark the current article as read or not.

It would also be very useful if one can add tags by using hotkeys, i.e. t. Specifically, after pressing t, one can start to type the desired tag and tag autocomplete would be applied when typing, as suggested in the following issue: https://github.com/joethei/obsidian-rss/issues/38. Then one can hit Enter to select the desired one from the list of suggested tags. This is what Inoreader handle tag suggestion.

wenlzhang commented 3 years ago

In addition, it would be great if article navigation would work for articles with a feed and filtered folders.

joethei commented 2 years ago

Switching between articles will be possible with the next release by using the left & right arrow keys.

Ideally there would be a single-action button/shortcut to mark the current item as read and switch to the next one.

Since the first version of this plugin any opened article will be marked as read automatically.

FelipeRearden commented 2 years ago

Switching between articles will be possible with the next release by using the left & right arrow keys.

AMAZING !!!!! thank you very much for this @joethei !!!!!!

Since the first version of this plugin any opened article will be marked as read automatically.

100% agree :)

FelipeRearden commented 2 years ago

Working perfect on version 0.9.1 Obsidian 0.12.19

Thank you !!!!!!