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

Add new automatic append translation feature and newline toggle #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 13, 2024

  1. Add new automatic append translation feature and newline toggle

    Implement a new command 'Translate selection: Automatically append selection' that automatically uses the predefined 'To language' to translate and append the selected text without requiring user interaction through a modal. Enhance both append functionalities with a configurable newline toggle, allowing users to decide if a newline should be added before appending the translated text.
    arcticpinecone committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bf28983 View commit details
    Browse the repository at this point in the history
  2. Update main.ts

    The new line toggle should work also with the existing `Translate selection: To language and append to selection` option.
    arcticpinecone committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f8bd5ba View commit details
    Browse the repository at this point in the history