Taitava / obsidian-shellcommands

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
GNU General Public License v3.0
348 stars 11 forks source link

Obsidian 0.16: Output channel "Open files" creates a new tab instead of a new pane #276

Closed Taitava closed 1 year ago

Taitava commented 1 year ago

This is not an actual bug of SC, but rather a change that came when Obsidian introduced tabs in 0.16.0 (republished as 1.0.0). If Output channel is "Open files" and and a :new-pane flag is used, SC should open up a new pane like it did in Obsidian < 0.16. Instead, now a file is opened in a new tab.

Changes:

Taitava commented 1 year ago

Done. Will be released in 0.17.0.

Taitava commented 1 year ago

Released now.