Command Chain Recipes
-
@neltherion No, I’m afraid it’s not possible
-
Clone pinned tab and unpin it
- clone tab
- pin/unpin tab
nothin great but practical
-
@ukanuk said in Command Chain Recipes:
New (empty) Stacked Tab
@ukanuk how to do the same while opening a link from an existing page??
I want smth like the context option of "Open in new tab stack" from vivaldi android browser in vivaldi desktop. It opens the long pressed link in a new tab placed in current/new stack with current tab.
-
@yashpalgoyal1304 said in Command Chain Recipes:
I want smth like the context option of "Open in new tab stack" from vivaldi android browser in vivaldi desktop. It opens the long pressed link in a new tab placed in current/new stack with current tab.
Maybe you could use a combination of @ChimeraLove's Search 2 Engines with Selection and Tile for JavaScript to get whatever link is currently under the mouse on the page, along with @Pesala's Periodic Reload Context Menu (Custom) to add it to the right-click context menu?
-
@legobuilder26 very nice! I'm adding that and it working, thanks!
can I add a text template for the name of the newly saved session?
-
-
doe's anyone found a list of all the options for commands? (not the command chain but the commands themselves)
I would like to find out if I can compose the chain I want (navigate to the mouse gagsters settings specifically)
-
@omrid There are currently about 270 commands that can be used in Command Chains, but navigation in settings is not included.
Manage Profiles Quick Commands Customize Toolbar Fullscreen Mode Task Manager Settings Extensions History Notes Bookmarks Vivaldi Welcome Tour Delete Browsing Data Bookmarks Bar Menu Position Status Bar Start Page Navigation Show Privacy Statistics Next Theme Exit Show Exit Confirmation Dialog Vivaldi Help Keyboard Cheat Sheet Report a Problem Show Webpage Access Key Shortcuts Break Mode Cast Use Privacy Guard Tab Bar Panel Toggle Address Bar Toggle UI Capture Area to File Capture Area to Clipboard Focus Next Pane Focus Previous Pane New Tab New Top Level Tab new Background Tab Duplicate Selected Tabs Pin / Unpin Tab Close Tab Tabs on Top Tabs on Bottom Tabs on Left Tabs on Right Close Tabs to the Left Close Tabs to the right Close Other Tabs Tab Thumnail About Check for Updates Community Blogs Tab Cycler Back Tab Cycler Forward Previous Tab (by Order) Next Tab (by Order) Previous Tab (Recent) Next Tab (Recent) Move Tabs to Beginning Move Tabs to End Move Active Tab Backward Move Active Tab Forward Disable Periodic Timers Periodic Reload Select Current Tab Select Previous Tab Select Next Tab Select Related Tabs Deselect Tabs Rename Tab Stack Switch to Tab 1 Switch to Tab 2 Switch to Tab 3 Switch to Tab 4 Switch to Tab 5 Switch to Tab 6 Switch to Tab 7 Switch to Tab 8 Switch to Tab 9 Switch to the Last Tab Hibernate Background Tabs Show Closed Tabs Reopen Closed Tab Tile Vertically Tile Horizontally Tile to Grid Untile Tabs Stack Tabs Unstack Tabs Remove from Tab Stack Close Tab Stack Reload Tab Stack Toggle Mouse Gestures Load Images Images On Images Off Load Images from Cache Loop Animations No Animations Play Animations Once Mut / Unmute Tab Mute Other Tabs Mute All Tabs Unmute All Tabs Capture Page to File Capture Page to Clipboard Translate Page Import from Applications or Files Export Bookmarks Export Notes Import Notes Toggle Reader View Bookmark Selected Tabs Save All Tabs as Session Save Selected Tabs as Session Open Save Session Create Bookmark Add Page to Reading List Block / Unblock Tracking Block / Unblock Ads and Tracking Focus Address Field Open Downloads Popup Reload Page Force Page Reload Page Up Page Down Scroll Page to Top Scroll Page to Bottom Focus Page Disable Keyboard Shortcuts Focus Search Field Find in Page Find Next in Page Find Previous in Page History Back History Forward History Rewind Fast Forward Go to Parent Directory Print Stop Loading Open File Save Page As Search with Selection Default Page Zoom Page Zoom Page Zoom In Page Zoom Out Page Zoom Out Half Page Zoom in Double Page Zoom Reset View Page Source Developer Tools Toggle Developer Tools Developer Tools Console Homepage Panel Focus Panel Focus Panel Controls Focus Main Menu Focus Bookmarks Bar Focus Tab Bar Toggle Floating Panel Open Next Panel Open Previous Panel Toggle Current Panel Bookmarks Panel Reading List Panel Downloads Panel History Panel Notes Panel Translate Panel Window Panel Session Panel Mail Panel Calendar Panel Takss Panel Feeds Panel Contacts Panel Web Panel 1 Web Panel 2 Web Panel 3 Web Panel 4 Web Panel 5 Web Panel 6 Web Panel 7 Web Panel 8 Web Panel 9 Copy Selected Text to Note Translate Selected Text Create QR Code for Active Page Spatial Navigation Left Spatial Navigation Up Spatial Navigation Down Spatial Navigation Right Undo Redo Cut Copy Paste Select All Paste as Plain Text Paste and Go Paste to New Note Calendar Add Calendar Even (Dialog) Add New Calendar Account Day View Week View Multi Week View Month View Year View Agenda View View Next Period View Previous Period View Today Zoom View In Zoom View Out Create Event Go to Date Search in Calendar Compose New Message Mail Reply to Message Reply All Forward Message Delete Permanently Mark Message as Read Mark Message as Spam Not Spam Move Message to Archive Restore Message from Archive Next Unread Previous Unread Mark All as Read Mark Message Thread as Read Mark Message Thread as Unread Mark Message as Unread Show Messages for Sender Show Message Thread Mark Message as Read and Go to Next Unread Add New Mail Account Show Message as Text Show Message as HTML Mail Settings Next Workspace Previous Workspace Create New Workspace Switch to Window Switch to Workspace 1 Switch to Workspace 2 Switch to Workspace 3 Switch to Workspace 4 Switch to Workspace 5 Switch to Workspace 6 Switch to Workspace 7 Switch to Workspace 8 Switch to Workspace 9 Hibernate Inactive Workspaces CSS Debugger Filter Black and White Filter Greyscale Filter Intensify Filter Invert Filter Obscure Filter Sepia Filter Monospace Highlight Focus Highlight Hover Inline Access Keys
-
Some of the above commands have parameters.
-
I'm trying to create a chain that would
Go to Mail Panel
change focus to next panel (list of emails)
focus on one item
open context menu...The last command is where I get stuck. I can't find any way to open context menu via commands.
Can someone help me w this? TIA
-
@janrif You only get stuck on the last step? Please share your steps, because I would get stuck before that.
-
@luetage
Delay 1000
Mail
Delay 2000
??? -
@kyu3a said in Command Chain Recipes:
By this chain, You will be able to capture and tweet quickly!
I lack the skills to find out ... is there an equivalent to capture and toot (on vivaldi.social)?
-
@janrif But then you don’t get stuck on the last step, but right after the first step, namely showing mail, as expected. Whatever it is you’re trying to do.
-
@WildEnte You would probably have to use the api ☛ https://docs.joinmastodon.org/client/intro/
-
@luetage well, the problem here is the lack of competence on my end, which ends quite quickly after copy & paste.
-
@WildEnte Seems Mastodon has a fairly similar "share" URL. There is a bit or trouble if you need to figure out the correct instance, but in this case, since you know it is Vivaldi Social, it should be easy.
Give this a try in place of the Twitter part:
javascript:window.open("https://social.vivaldi.net/share?text="+encodeURIComponent(document.title)+" "+encodeURIComponent(location.href))
And you could probably use some JS from this project if you needed a way to determine the correct instance.
@WildEnte said in Command Chain Recipes:
well, the problem here is the lack of competence on my end, which ends quite quickly after copy & paste.
Already 90% of the way there to being a full programmer. I concocted that JS by copying from 3 different spots and pasting them together
-
-
@WildEnte Yes! Just a few changes the above Command Chain.
- Capture Area to Clipboard (or Capture page to Clipboard)
- 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
-
i set up 2 Theme changer Commands lol My Matrix theme is activated when i Type My Name is Neo and Jarvis system activates by typing i am iron man lol