Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online lookup from editor #763

Open
vkbo opened this issue Apr 26, 2021 · 0 comments
Open

Online lookup from editor #763

vkbo opened this issue Apr 26, 2021 · 0 comments
Assignees
Labels
editor Component: Editor enhancement Request: New feature or improvement planned Note: Feature planned for a later release

Comments

@vkbo
Copy link
Owner

vkbo commented Apr 26, 2021

It should be easy to add context menu entries for looking up words and selections online. For instance, for single words, formatting a lookup URL to an online dictionary is possible. For selected text, perhaps a lookup in a search engine is also a useful option.

These are pretty easy to implement. All that is needed is a small GUI to set up the entries, perhaps with a few defaults pre-defined. An example for a lookup URL for single words could be:

Merriam Webster: https://www.merriam-webster.com/dictionary/{word}

Where {word} would be replaced with the selected word. The URL can then be opened in the OS' default browser.

There are various approaches to making the settings, but the simplest is a Name/URL list where the user can check/uncheck the ones they want to show up in the editor context menu and add their own. The list should be filled in with a few default options. They should be divided into two categories: "Look up in" and "Search with".

@vkbo vkbo added the enhancement Request: New feature or improvement label Apr 26, 2021
@vkbo vkbo self-assigned this Apr 26, 2021
@vkbo vkbo added this to the Release 1.6 Beta 1 milestone Aug 19, 2021
@vkbo vkbo added the todo label Aug 20, 2021
@vkbo vkbo modified the milestones: Release 1.6 RC 1, Future Release Feb 6, 2022
@vkbo vkbo added the editor Component: Editor label May 31, 2022
@vkbo vkbo added planned Note: Feature planned for a later release and removed todo labels Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Component: Editor enhancement Request: New feature or improvement planned Note: Feature planned for a later release
Projects
None yet
Development

No branches or pull requests

1 participant