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.
- 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