friebetill / obsidian-deepl

DeepL for Obsidian.
MIT License
46 stars 6 forks source link

Add new auto-append translation feature and newline toggle #11

Closed arcticpinecone closed 4 months ago

arcticpinecone commented 4 months ago

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 commented 4 months ago

This is my first EVER pull request. Sorry if it seems messy. I would like to try a cleaner commit. Bear with my fledgling mistakes as I learn this git process better. I hope you find the code satisfactory.