Translate a selection #148
Taitava
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you very much @Taitava !!!!! Great idea for us learning new languages . Note to myself: search about MacOS dictionary Apple script to open dictionary app using {{selection}} as input |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just created a simple shell command for opening Google Translate in a web browser, passing it the text that is selected in Obsidian.
start "https://translate.google.fi/?hl=fi&sl=auto&tl=fi&op=translate&text={{selection}}"
(note that you need to changetl=fi
to your own language, e.gtl=en
for English ortl=pt
for Portuguese). Source language isauto
, i.e. detected automatically.Things to develop further:
&
, then I guess all text after&
would be left out from the translation.P.S. One translator plugin was mentioned in #92.
Beta Was this translation helpful? Give feedback.
All reactions