All Projects → raycon → Vscode Markdown Style

raycon / Vscode Markdown Style

Licence: mit
Markdown styles for vscode

Projects that are alternatives of or similar to Vscode Markdown Style

Vscode Mermaid Preview
Previews Mermaid diagrams
Stars: ✭ 111 (-11.9%)
Mutual labels:  vscode
Vscode Postgres
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
Stars: ✭ 117 (-7.14%)
Mutual labels:  vscode
Syntax
A VSCode dark theme inspired by Framer’s popular code editor.
Stars: ✭ 123 (-2.38%)
Mutual labels:  vscode
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-11.11%)
Mutual labels:  vscode
Vscode Sqlite
VSCode extension to explore and query SQLite databases.
Stars: ✭ 116 (-7.94%)
Mutual labels:  vscode
Vscode Language Pascal
Pascal language extension for Visual Studio Code
Stars: ✭ 117 (-7.14%)
Mutual labels:  vscode
Vscode Azure Blockchain Ethereum
Blockchain extension for VS Code
Stars: ✭ 111 (-11.9%)
Mutual labels:  vscode
Vscode Go
Go extension for Visual Studio Code
Stars: ✭ 2,268 (+1700%)
Mutual labels:  vscode
Luacoderassist
vscode lua assistant intelligent
Stars: ✭ 116 (-7.94%)
Mutual labels:  vscode
Vscode Pull Request Github
GitHub Pull Requests for Visual Studio Code
Stars: ✭ 1,769 (+1303.97%)
Mutual labels:  vscode
Geo Data Viewer
🗺️ Geo Data Viewer w/0 Py 🐍 || pyWidgets ⚙️ || pandas 🐼 || @reactjs ⚛️ required to gen. some snazzy maps 🗺️ with keplerGL ...
Stars: ✭ 115 (-8.73%)
Mutual labels:  vscode
Dendron
The personal knowledge management (PKM) tool that grows as you do!
Stars: ✭ 2,538 (+1914.29%)
Mutual labels:  vscode
Vscode Verilog Hdl Support
Verilog HDL/SystemVerilog/Bluespec SystemVerilog support for VS Code
Stars: ✭ 120 (-4.76%)
Mutual labels:  vscode
Vscode Clang Format Provider
A Visual Studio Code extension that provides C++, C, Obj-C, Java formatting with the use of clang-format
Stars: ✭ 112 (-11.11%)
Mutual labels:  vscode
Blender Debugger For Vscode
Blender addon for remote debugging Blender with VS Code (and Visual Studio)
Stars: ✭ 123 (-2.38%)
Mutual labels:  vscode
Ubuntu On Steroids
Developer setup & configuration guide for Ubuntu.
Stars: ✭ 111 (-11.9%)
Mutual labels:  vscode
Vscode Apielements
VSCode extensions for API Elements (aka: API Blueprint and Swagger)
Stars: ✭ 117 (-7.14%)
Mutual labels:  vscode
Mypy boto3 builder
Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
Stars: ✭ 123 (-2.38%)
Mutual labels:  vscode
Ionic Typescript Starter
📱 Platform and IDE agnostic starter project for building mobile apps with Ionic and TypeScript.
Stars: ✭ 124 (-1.59%)
Mutual labels:  vscode
Freebsd Vscode
Visual Studio Code port for FreeBSD
Stars: ✭ 121 (-3.97%)
Mutual labels:  vscode

vscode-markdown-style

Themes are based on VSCode's markdown default styles

C:\Program Files\Microsoft VS Code\resources\app\extensions\markdown-language-features\media\markdown.css

Themes

  • Preview Theme

  • Extension Theme

    • pandoc-github.html : for vscode-pandoc extension
    • markdown-pdf.css : for MarkdownPDF extension

Usage

  • Copy css files to root of your current workspace.
  • Edit Settings.json (File > Preferences > Settings) like below :

Github style:

// Preview Settings
// Github style for all VSCode theme
"markdown.styles": [
    "github.css"
]

Light, Dark style:

// Light/Dark style for Light/Dark VSCode theme
"markdown.styles": [
    "light-default.css",
    "dark-material.css"
]

MarkdownPDF style:

// Extension - MarkdownPDF
"markdown-pdf.styles": [
    "[YOUR_PATH]/markdown-pdf.css"
]

Pandoc style:

// Extension - vscode-pandoc
"pandoc.htmlOptString": "-s -f markdown_github -t html5 -H [YOUR_PATH]/pandoc-github.html",

License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].