All Projects → TobiasTao → vscode-md

TobiasTao / vscode-md

Licence: other
VSCode markdown extension

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to vscode-md

vscode-markdown-editor
A vscode extension to make your vscode become a full-featured WYSIWYG markdown editor
Stars: ✭ 249 (+654.55%)
Mutual labels:  wysiwyg, vditor
nova-froala-field
A Laravel Nova Froala WYSIWYG Editor Field.
Stars: ✭ 110 (+233.33%)
Mutual labels:  wysiwyg
redactor2
Integriert den Redactor WYSIWYG-Editor in Version 2
Stars: ✭ 55 (+66.67%)
Mutual labels:  wysiwyg
picgo-plugin-bilibili
为 PicGo 开发的一款插件,新增了B站图床 图床。 使用用户动态的图片上传API。填写SESSDATA即可,获取方式在下面。
Stars: ✭ 43 (+30.3%)
Mutual labels:  picgo
striven-editor
The editor used in the Striven ERP system.
Stars: ✭ 14 (-57.58%)
Mutual labels:  wysiwyg
doubao community frontend
手把手vue+springboot前后端分离项目实战---豆宝社区前端项目代码
Stars: ✭ 119 (+260.61%)
Mutual labels:  vditor
codex-web-app
React frontend for Codex (status: open alpha)
Stars: ✭ 58 (+75.76%)
Mutual labels:  wysiwyg
meteor-editable-text-wysiwyg-bootstrap-3
WYSIWYG extension for babrahams:editable-text package for bootstrap-3 apps
Stars: ✭ 18 (-45.45%)
Mutual labels:  wysiwyg
django-vditor
A WYSIWYG editor plugin made by vditor for django
Stars: ✭ 14 (-57.58%)
Mutual labels:  wysiwyg
tiny-editor
A tiny HTML rich text editor written in vanilla JavaScript
Stars: ✭ 58 (+75.76%)
Mutual labels:  wysiwyg
svelte-slate
slate svelte view layer
Stars: ✭ 43 (+30.3%)
Mutual labels:  wysiwyg
typora-hivacruz-theme
A Typora theme forked from Cobalt to match my other color schemes.
Stars: ✭ 38 (+15.15%)
Mutual labels:  wysiwyg
blocko
A block-based WYSIWYG editor.
Stars: ✭ 43 (+30.3%)
Mutual labels:  wysiwyg
arma-dialog-creator
A dialog/GUI creation tool for Arma 3.
Stars: ✭ 73 (+121.21%)
Mutual labels:  wysiwyg
yii2-content-tools
ContentTools editor implementation for Yii 2
Stars: ✭ 79 (+139.39%)
Mutual labels:  wysiwyg
ray
HTML-powered text editor for creating and organizing personal notes.
Stars: ✭ 115 (+248.48%)
Mutual labels:  wysiwyg
bangle.dev
Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io
Stars: ✭ 541 (+1539.39%)
Mutual labels:  wysiwyg
cazary
jQuery plugin of WYSIWYG editor that aims for fast, lightweight, stylish, customizable, cross-browser, and multi-language.
Stars: ✭ 12 (-63.64%)
Mutual labels:  wysiwyg
ed
Text editing with media widgets
Stars: ✭ 56 (+69.7%)
Mutual labels:  wysiwyg
wysihtml5-rails
A wysiwyg text editor for use in the Rails asset pipeline
Stars: ✭ 28 (-15.15%)
Mutual labels:  wysiwyg

💡 Introduction

A full-featured markdown extension for vscode, powered by vditor and picgo.

Features

  • Support three editing modes: WYSIWYG, Instant Rendering and Split View

  • Support outline, mathematical formulas, mind maps, charts, flowcharts, Gantt charts, timing charts, staffs, multimedia, voice reading, heading anchors, code highlighting and copying, graphviz rendering
  • Multi-language support, built-in Chinese, English, Korean text localization
  • Built-in security filtering, export, image lazy loading, task list, at, multi-platform preview, multi-theme switching, copy to WeChat function
  • The toolbar contains 30+ items of operations.
  • Emoji auto-complete.
  • You can use drag and drop to store your images, and then store them locally or upload to the server.
  • The markup HTML is automatically converted to Markdown.
  • Support character counting.
  • Multi-theme support.

🔧 Configurations

  • vscode-md.options.mode: Choose default edit mode
    • ir: Instant render mode
    • wysiwyg: What-you-see-is-what-you-get mode
    • sv: Traditional split view mode
  • vscode-md.options.lang: Localization, i18n
  • vscode-md.options.outline: Show outline of markdown
  • vscode-md.options.counter.enable: Whether to use counter
  • vscode-md.options.toolbarConfig.hide : Whether to hide the toolbar
  • vscode-md.options.toolbarConfig.pin: Whether to pin the toolbar
  • vscode-md.options.preview.hljs.lineNumber: Whether to enable line number
  • vscode-md.options.preview.math.engine: Choose mathematical formula rendering engine: KaTeX/MathJax
  • "vscode-md.options.preview.markdown.mark": Enable mark syntax
  • vscode-md.image.pathType: The markdown image path type, relative/absolute/picgo
  • vscode-md.image.dirPath: The directory used to store the pictures, it must be in workspace. The default is the path where Markdown is located
  • vscode-md.theme.global: Global theme
  • vscode-md.theme.content: Markdown content theme
  • vscode-md.theme.code: Code theme, see Chroma for more information
  • vscode-md.picgo.configPath: The path to your PicGo configuration.

📚 Documentation

📄 License

MIT

❤️ Thanks

vditor: An In-browser Markdown editor, support WYSIWYG, Instant Rendering (Typora-like) and Split View modes.

picgo: New Experience of Image Upload and Management

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].