No description
Find a file
2022-04-10 11:57:22 +01:00
media new demo gif 2021-05-21 18:20:08 +05:30
.gitattributes Initial commit 2021-04-19 08:10:59 +05:30
.gitignore changes suggested by licat (left old code as comments in place) 2021-04-26 09:12:12 +05:30
LICENSE Initial commit 2021-04-19 08:10:59 +05:30
main.ts update 2022-04-10T1157 2022-04-10 11:57:22 +01:00
manifest.json updated manifest.json 2021-05-13 19:57:46 +05:30
package-lock.json Initial commit 2021-04-19 08:10:59 +05:30
package.json Initial commit 2021-04-19 08:10:59 +05:30
README.md Update README.md 2021-05-21 18:31:52 +05:30
rollup.config.js Initial commit 2021-04-19 08:10:59 +05:30
styles.css update 2022-04-10T1157 2022-04-10 11:57:22 +01:00
tsconfig.json Initial commit 2021-04-19 08:10:59 +05:30
versions.json Initial commit 2021-04-19 08:10:59 +05:30

koncham workspace

an obsidian plugin to enhance the workspace

features

'Center-panes' view on sidebar (vertical tabs)

This is a tab on the left side-bar that lists all the panes open in the main area. This works a little like vertical tabs (in vivaldi and edge browsers).

features of this view:

  • switch to any pane with one click
  • active note is highlighted
  • more features exposed through right-clicking the tab header

This view is useful when using obsidian in ways that hide some open panes.

examples of such modes include:

  • sliding-panes
  • maximize active pane

This screen recording demonstrates usage in the default and maximized modes:

center-panes in action

pin/unpin panes

Pinning all panes forces every new note to open in it's own pane. When some external applications open a note in Obsidian, they switch away from the last active un-pinned pane. Pinning prevents losing your existing open notes.

features planned

  • more functionality in center panes view through right click
  • pane switcher modal
  • pane arrangements such as (1+1), (1+2) using commands
  • rearrange panes in alphabetical order

known issues

-- none right now --