mdtocrohThis VSCode extension creates (automated) table of contents in markdown. IntroductionAs im using vscode and write a lot in markdown, i decided to build an extension that creates table of contents in markdown automatically. This extension is easy to use and keeps every markdown file up date if configured. FeaturesThis extension uses file inline configurations, implements settings via user or workspace and commands. Why it uses inline commands for configurations: Unfortunately VSCode does not support settings per file, so using inline comment configurations was the only way to apply a different configuration to each markdown file. Commands
Settings
Inline ConfigurationsInline configurations are enclosed in html comments, this way they are not shown in file preview and are ignored by other markdown parsers.
RequirementsThere no requirements. Known IssuesThere are no know issues. Release Notes0.0.1Initial Release License |