Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://shd101wyy.github.io/markdown-preview-enhanced/
One of the 'BEST' markdown preview extensions for Atom editor!
https://shd101wyy.github.io/markdown-preview-enhanced/
atom atom-package katex markdown markdown-editor mathjax mermaid pandoc plantuml toc
Last synced: 3 days ago
JSON representation
One of the 'BEST' markdown preview extensions for Atom editor!
- Host: GitHub
- URL: https://shd101wyy.github.io/markdown-preview-enhanced/
- Owner: shd101wyy
- License: other
- Created: 2015-04-22T04:52:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T13:43:27.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:06:37.784Z (11 days ago)
- Topics: atom, atom-package, katex, markdown, markdown-editor, mathjax, mermaid, pandoc, plantuml, toc
- Language: HTML
- Homepage: https://shd101wyy.github.io/markdown-preview-enhanced
- Size: 36.1 MB
- Stars: 4,130
- Watchers: 79
- Forks: 518
- Open Issues: 211
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Markdown Preview Enhanced
**⚠️ Note:**
This repository is now only used for hosting the documentation of **Markdown Preview Enhanced**.
The source code of the VSCode extension has been moved to [shd101wyy/vscode-markdown-preview-enhanced](https://github.com/shd101wyy/vscode-markdown-preview-enhanced).
If you are posting **issues** or **feature requests** related to the VSCode extension, please post them at [shd101wyy/vscode-markdown-preview-enhanced](https://github.com/shd101wyy/vscode-markdown-preview-enhanced).![intro](https://user-images.githubusercontent.com/1908863/28227953-eb6eefa4-68a1-11e7-8769-96ea83facf3b.png)
& vscode.devIf you are interested, please also try out our new prototype web app: [0xGG/crossnote](https://github.com/0xGG/crossnote)
## Supporting this project
Markdown Preview Enhanced is an open source project released under the [University of Illinois/NCSA Open Source License](LICENSE.md). Its ongoing development is made possible thanks to the support by these awesome [backers](https://shd101wyy.github.io/markdown-preview-enhanced/#/backers). You can help make this project better by [supporting us on GitHub Sponsors](https://github.com/sponsors/shd101wyy), [PayPal](https://shd101wyy.github.io/markdown-preview-enhanced/#/paypal), or [微信支付 Wechat Pay](https://shd101wyy.github.io/markdown-preview-enhanced/#/wechat). Thank you!
## Sponsors
Manage pull requests and conduct code reviews in your IDE with full source-tree context. Comment on any line, not just the diffs. Use jump-to-definition, your favorite keybindings, and code intelligence with more of your workflow.
Learn More
These [GitHub Sponsors](https://github.com/sponsors/shd101wyy#sponsors) and [Backers](https://shd101wyy.github.io/markdown-preview-enhanced/#/backers) help push this project forward 🎉.
## Introduction
Markdown Preview Enhanced is an extension that provides you with many useful functionalities such as automatic scroll sync, [math typesetting](https://shd101wyy.github.io/markdown-preview-enhanced/#/math), [mermaid](https://shd101wyy.github.io/markdown-preview-enhanced/#/diagrams?id=mermaid), [PlantUML](https://shd101wyy.github.io/markdown-preview-enhanced/#/diagrams?id=plantuml), [pandoc](https://shd101wyy.github.io/markdown-preview-enhanced/#/pandoc), PDF export, [code chunk](https://shd101wyy.github.io/markdown-preview-enhanced/#/code-chunk), [presentation writer](https://rawgit.com/shd101wyy/markdown-preview-enhanced/master/docs/presentation-intro.html), etc. A lot of its ideas are inspired by [Markdown Preview Plus](https://github.com/atom-community/markdown-preview-plus) and [RStudio Markdown](http://rmarkdown.rstudio.com/).
Feel free to ask questions, post issues, submit pull request, and request new features.
For more information about this project and how to use this extension, please check out our documentation ⬇︎
## Documentation
To check out the documentation, visit
- [English](https://shd101wyy.github.io/markdown-preview-enhanced/#/)
- [简体中文](https://shd101wyy.github.io/markdown-preview-enhanced/#/zh-cn/)
- [繁體中文](https://shd101wyy.github.io/markdown-preview-enhanced/#/zh-tw/)
- [日本語](https://shd101wyy.github.io/markdown-preview-enhanced/#/ja-jp/)
- [한국어](https://shd101wyy.github.io/markdown-preview-enhanced/#/ko-kr/)Contact me if you are willing to help translate the documentation :)
## Keybindings
> The cmd key for _Windows_ is ctrl.
| Shortcuts | Functionality |
| ------------------------------------------- | -------------------------- |
| ctrl-shift-m | Toggle preview |
| ctrl-shift-s | Sync preview / Sync source |
| shift-enter | Run Code Chunk |
| ctrl-shift-enter | Run all Code Chunks |
| cmd-= or cmd-shift-= | Preview zoom in |
| cmd-- or cmd-shift-\_ | Preview zoom out |
| cmd-0 | Preview reset zoom |
| esc | Toggle sidebar TOC |## Changelog
Please visit https://github.com/shd101wyy/vscode-markdown-preview-enhanced/releases
## License
[University of Illinois/NCSA Open Source License](LICENSE.md)