zaaack / vscode-markdown-editor

A vscode extension to make your vscode become a full-featured WYSIWYG markdown editor
https://marketplace.visualstudio.com/items?itemName=zaaack.markdown-editor
MIT License
361 stars 48 forks source link

add outline support #24

Open ijesonchen opened 3 years ago

ijesonchen commented 3 years ago

When opening in markdown-editor, the outline sidebar is disabled, showed "The active editor cannot provide outline information.". Will you add this feature? Thanks.

TheOneValen commented 2 years ago

outline works here, I just have to reopen the outline pane everytime

huyz commented 2 years ago

@TheOneValen are you sure it works? Maybe you're talking about the built-in outline that show up to the left but inside of the text editor:

screenshot 2022-08-02T134450Z

I believe that @ijesonchen is talking about the VScode outline panel that works with all types of files (not just markdown): screenshot 2022-08-02T134523Z

Like OP, I would prefer to re-use the VScode Outline panel if possible.

huyz commented 2 years ago

Dup of #5