Wox-launcher / Wox

A cross-platform launcher that simply works
http://wox-launcher.github.io/Wox/
GNU General Public License v3.0
24.34k stars 2.37k forks source link

Is there a way to be able to support multi-line paste input in the Wox input box like alfred? #3797

Open 209914097 opened 1 year ago

209914097 commented 1 year ago

Sometimes I need to copy and paste multiple lines of text into the Wox input box, and then trigger the plugin develop by myself to process it. The examples are below, 22-16 23+13 I copy two lines of text into the Wox input box. In mac alfred input box, both lines (including newlines) can be input,it can be captured by the plugin or scripts. however Wox can only be pasted the first line, it means the plugin or scripts just captured the first line text, only intput 22-16, no 23+13.

有时候需要复制多行文本粘贴到wox输入框中,然后触发插件进行处理。 例如,复制文本: 22-16 23+13 在alfred输入框中是支持把它们两行(包括换行)都输入进去的,但是wox只能粘贴到第一行,即22-16。

qianlifeng commented 10 months ago

@lylwx please consider this one