Bhishan Posted May 18, 2018 Posted May 18, 2018 (edited) Is there a simple way of replacing the text in any text editor like this: original text: print('hello') markdown code formatted replace text: `print('hello')` keyboard shortcut: ctrl-opt-c My attempted workflow is shared on github. Edited May 19, 2018 by Bhishan
vitor Posted May 18, 2018 Posted May 18, 2018 What’s the problem with the Workflow? The top part works fine.
Bhishan Posted May 18, 2018 Author Posted May 18, 2018 (edited) The top parts, works but it gives me two outputs of the same thing. Example: 1. text selected: This is practice 2. select the text with mouse 3.hit the keyboard combination, it gives: `This is practice``This is practice` 4. it should give: `This is practice` Edited May 18, 2018 by Bhishan
vitor Posted May 19, 2018 Posted May 19, 2018 Can’t reproduce your issue. It works fine with me. You should check if other app (like another clipboard manager) isn’t causing the duplication problem.
Bhishan Posted May 19, 2018 Author Posted May 19, 2018 @vitor Solved today, idk what was the problem, but the good news is it works fine now in any text fields.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now