Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaume-ferrarons/easymarkdown
VSCode extension providing GUI to easily edit Markdown
https://github.com/jaume-ferrarons/easymarkdown
extension gui markdown visual-studio-code
Last synced: 25 days ago
JSON representation
VSCode extension providing GUI to easily edit Markdown
- Host: GitHub
- URL: https://github.com/jaume-ferrarons/easymarkdown
- Owner: jaume-ferrarons
- Created: 2018-10-03T20:18:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:02:46.000Z (about 2 years ago)
- Last Synced: 2024-10-31T16:37:32.711Z (2 months ago)
- Topics: extension, gui, markdown, visual-studio-code
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=jaume-ferrarons.easymarkdown
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyMarkdown
This extension provides a GUI to easily edit **Markdown**, specially useful for those less versed on this language.
![demo](images/docs/demo.gif)
## Installation
[Install from the Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=jaume-ferrarons.easymarkdown) or by [searching within VS Code](https://code.visualstudio.com/docs/editor/extension-gallery#_search-for-an-extension).## Features
So far this extension provides easy access to basic **Markdown** commands and provides easy access to the following functionalities:
* **Bold**
* _Italic_
* ~~Strike through~~
* [Links](https://marketplace.visualstudio.com/items?itemName=jaume-ferrarons.easymarkdown)
* Bulleted list
* Numbered list
* Tables## Change log
* 0.7.0:
* Add icon
* 0.6.0:
* Convert selection to table.
* 0.4.0:
* Add Numbered toggle list.
* Change italic command from `*` to `_`.
* 0.3.0:
* Sort icons.
* Basic toggle for bold italic and strike through.
* 0.2.0:
* Add icons
* Smarter bulleted list: now toggles the list items.**Enjoy!**