VisualStudioCode - zollak/pentest-notes GitHub Wiki
Official sites:
- https://code.visualstudio.com/docs/getstarted/tips-and-tricks
- https://github.com/microsoft/vscode-tips-and-tricks/blob/master/README.md
I use the following extensions in VS Code:
Generate TOC (table of contents) of headlines from parsed markdown file.
If you want to use a unique setting for a file, you can add attributes to , just like:
<!-- TOC depthFrom:1 orderedList:true -->
Generate a file tree TOC for a directory of markdown files from command line:
$ python md_file_tree.py README.md
Note: you should add the additional file extensions into the md_exts
variable on line 101 that you want to present in the TOC.
bierner.github-markdown-preview
howto: https://code.visualstudio.com/Docs/languages/markdown#_markdown-preview
Online Markdown editor (it has WYSWYG): https://stackedit.io/app#