Command Chain Recipes
-
@Andrecon You want to make is "Caputure and Toot", isn't it? If so, it works in my Vivaldi. I used Vivaldi Snapshot 7.2.3621.36 on macOS Sequoia 15.3.1 (M1 Macbook Air). The command chain I am using is below.
- Capture Area to Clipboard (or Capture page to Clipboard)
- Delay (Parameter:1000)
- Open Link in Current Tab
Parameter:
javascript:window.open("https://social.vivaldi.net/share?text="+encodeURI(document.title)+"&url="+location.href);
- Delay (Parameter:2000)
- Paste
Perhaps the URL part of above mastodon.social is wrong. I don't have a mastodon.social account, so I can't try with mastodon.social.
Or If the image does not attach on the following screen, then the paste is not working. That happens sometimes in my Vivaldi. If that happens, I think you can use the keyboard shortcut to paste and the captured image will be attached.
-
@kyu3a well yea. I kinda needed the whole thing and thx. Ill check it later
-
@kyu3a I have vivaldi social acc too. still didn't work...
-
@Andrecon Really? It works on my Vivaldi. I have 3 questions.
- When you execute this comman-chain, does capture mode show?
- Does capture feature work? (Let's try to save JPEG or PNG. )
- Does the textarea like this show? ( If this textarea show and not image, Let's do paste keybord shorcut Ctrl+V or Cmd+V)
By the way, If I execute this command-chain, it will look something like this.
-
@kyu3a Maybe all that needs to be done is increasing the delays. I would set them to 8 seconds to make sure it’s not the issue.
-
@kyu3a everything works until 3. 3 and 4 nono
-
@kyu3a oh wait. it works until 2. it doesn't copy. saving works
-
@kyu3a can you send me the command chain export command? i just installed the mod. maybe that works
-
@Andrecon Quick commands are currently not exportable. If you cannot copy to the clipboard with the capture function, then there may be a problem with the capture function.
I am currently using the latest beta version of Vivaldi. I can copy to the clipboard with the capture function. So maybe this quick command will work after you update.
And please try to make a quick command with just the “3” of the above quick command. If you run that one, you should be able to post the title and URL of the page you have open now.
-
@kyu3a by export i mean: you dont have that import-export-command-chains.js mod? Cuz that is what i was trying to say. Export it using this. I tried installing something manually and it didn't work. When i imported using the mod, it worked how it should work
-
{"category":"CATEGORY_COMMAND_CHAIN","chain":[{"key":"2c2057eb-ec79-4d9e-a8de-5bbb0c2a6249","label":"Capture Area to Clipboard","name":"COMMAND_CAPTURE_AREA_TO_CLIPBOARD"},{"defaultValue":1000,"key":"2eb81004-6703-46db-9933-6afcfde924e4","label":"Delay","name":"COMMAND_CHAINED_SLEEP","param":8000},{"defaultValue":"https://vivaldi.com","key":"0b01337b-4c13-4197-90c8-179c5c91cfff","label":"Open Link in Current Tab","name":"COMMAND_OPEN_LINK_CURRENT","param":"javascript:window.open(\"https://social.vivaldi.net/share?text=\"+encodeURI(document.title)+\"&url=\"+location.href);"},{"defaultValue":1000,"key":"2eb81004-6703-46db-9933-6afcfde924e4","label":"Delay","name":"COMMAND_CHAINED_SLEEP","param":8000},{"key":"aa12b05a-94cf-4660-8272-37da19294192","label":"Paste","name":"COMMAND_CLIPBOARD_PASTE"}],"key":"d8f27a23-c5b7-40df-9d59-f70b211ca70b","label":"Capture and Toot","name":"COMMAND_d8f27a23-c5b7-40df-9d59-f70b211ca70b"}
But there is no reason to believe that importing a chain works better than writing it yourself. All chains have been written by someone. If anything, you could have typed it out yourself, exported, and then imported it.