shuzijun / markdown-editor

IntelliJ Platform A full-featured WYSIWYG editor for markdown
https://plugins.jetbrains.com/plugin/17254-markdown-editor
Apache License 2.0
165 stars 35 forks source link

(Feature request) Structure support #16

Closed brendony closed 2 years ago

brendony commented 2 years ago

The JetBrains markdown editor populates the Structure window with a collapsible, clickable tree structure of the markdown document. (View -> Tool windows -> Structure)

It would be great if this plugin could maintain this as it currently clears the Structure window.

brendony commented 2 years ago

Oh, once the Structure window is empty, you need to

  1. Choose the "Markdown split editor"
  2. Close the file
  3. Re-open the file ... to get the structure repopulated.
brendony commented 2 years ago

Oh! I just found the "Outline" view of this plugin. This mostly does what the Structure window does. It would be great if this plugin could use the Structure window instead of having its own window...