Jump to content

kimillian

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by kimillian

  1. Hi all, I've always been wondering whether there's a way to collect multiple variants from the input. I only know how to use keyword {query}, that's only 1 variable. For example, I want to type in "100" a numeric value for the price, "For a dress" as a text for the description. What should I do? - Is there a way, like a pop-up or something to collect more information other than the default Alfred popup? - Or, should I use some features in the "utilities" to process the one-line text that I input. For example, I still type in "100, For a dress", and I can use "utilities" to split it into 2 variables based on an identifier, like a ",".? Thank you so much for your help!
  2. For example, I want to type in "daystoday 20200113" to pass the result of the days between 20200103 and today. How should I do that?
  3. Hello Vitor, my difficulty is that I need the replaced text to switch lines. It seems that if I don't put <br> the text would simply go to one line without breaks. Name: Mark Joe Contact:(718) 350-**81
  4. Hello thank you for helping me out! https://drive.google.com/file/d/1kaqotdzmF_E76HUnDbZJ56YtB25evW71/view?usp=sharing Can you try with this sample text: Name: Mark Joe 电 话: (718) 350-**81 And see how I can make it: Name: Mark Joe Contact: (718) 350-**81 Instead of not switching lines? Name: Mark Joe Contact:(718) 350-**81 Thanks a ton!
  5. Hello guys, I'm looking for help in building a workflow, by replacing the certain words in a paragraph to English. Our order processing system is not in English, so we need to translate these information when communicating with our customers and it consumes a lot of time. I know how to use "replace text" but I just don't know how to make the text to go to a different line. The original text is as follow. 收件人: ******** 电 话: ******** 手 机: 国家/地区: ******** 省 / 州: ******** 城 市: ******** 地 址 1: ******** 门牌号: 地 址 2: 邮 编: ******** 公 司: ******** 税 号: ******** For example, I want "收件人" to be replaced with "Name", "电 话" to be replaced with "contact number". but when all is done, there's no line breaks. I tried <br> by making it part of the "replace with", like ---> Replace "收件人" with "name<br>", but it's not working and seems the <br> part was taken as plain text too. Thanks for the help in advance!
×
×
  • Create New...