MarkdownPreview
MarkdownPreview copied to clipboard
Panel should appear above Find in Files
- Open a .md document & turn on Markdown Preview
- Perform a Find in Files / Replace in Files
Result: results panel appears in between the Markdown Preview panel and the code editor.
Ideally, things that are closely connected to the editor should appear higher up vertically in the "panel stack" compared to panels that are more global.
@peterflynn do you have any recommendations on how to keep the preview panel at the top of the panel stack? The code is just calling PanelManager.createBottomPanel(), which doesn't have any parameters for positioning.