phibr0 / cycle-through-panes

Cycle through Panes - Obsidian Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cycle through Panes GitHub tag (latest by date) GitHub all releases

This Plugin uses Code from Vinzent

In Combination with Mr. Jackphils Jump to Link plugin and Vim Keybindings, this plugin allows you to control Obsidian entirely without a Mouse!

How to use

There are two different groups of commands:

  • Navigate in the order of the tabs from left to right. In contrast to the native Obsidian commands, they ignore panes/tab groups and work per window.
    • "Go to right tab" Typically set to Ctrl + Tab
    • "Go to left tab" Typically set to Ctrl + Shift + Tab
  • Navigate in the order they were last used. These support holding the Ctrl key like in a browser.
    • "Go to previous tab" Typically set to Ctrl + Tab
    • "Go to next tab" Typically set to Ctrl + Shift + Tab

Note that this plugin does not set any default hotkeys, so that you can choose the behavior you prefer.

Showcase of the second mode

Showcase

Important

To prevent navigating to unwanted view types, there is a list in the settings, where you can specify which view types should be cycled through. There are additional commands to automatically add the current view type to the list or to remove it from the list.


Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/cycle-through-panes/.

API Documentation

See https://github.com/obsidianmd/obsidian-api

About

Cycle through Panes - Obsidian Plugin

License:GNU General Public License v3.0


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%Language:CSS 0.1%