Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.03 KB

Auto Split

Opens notes with the editor & preview side-by-side when your workspace is empty. Also adds a command to split the current pane into two linked panes.

Only works on desktop & tablet devices - Obsidian 1.0+ doesn't support split panes on phones.

Changelog

  • 1.2: 2024-08-04
    • Added: "Split and link current pane" command
    • Changed: disable on phones
    • Changed: clean up settings and update copy
    • Changed: code cleanup
    • Changed: update dependencies
  • 1.1.2: 2022-01-30
    • Fixed: prevent splitting if there are already files open
  • 1.1.1: 2022-01-12
    • Changed: only activate on Markdown files
  • 1.1.0: 2021-12-10
    • Added: setting to disable on specific platforms
    • Changed: improved description
    • Changed: improved settings
  • 1.0.1: 2021-11-15
    • Fixed: add null check on activeLeaf
    • Fixed: remove extraneous onLayoutReady
  • 1.0.0: 2021-10-29
    • Initial release