Skip to content

Commit c161c54

Browse files
committed
chore: update README
1 parent deab89c commit c161c54

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ massCode allows you to organize snippets using multi-level folders as well as ta
4343
### Editor
4444
A snippet manager must not only provide organization of snippets but also have a good code editor. That's why under the hood of massCode there's [Ace](https://ace.c9.io). Ace is a high performance code editor which supports syntax highlighting for over 170 languages. We also added a [Prettier](https://prettier.io) to code formatter.
4545

46+
### Real-time Render for HTML & CSS
47+
You can not only collect snippets, but also see the rendering result for HTML and CSS in real time. Test the idea or just view the result.
48+
4649
### Markdown
4750
massCode allows you to write in Markdown and provide support to syntax highlighting, tables, list and other formatting. Also massCode supports [Mermaid](https://mermaid-js.github.io/mermaid/#) - diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.
4851

@@ -61,6 +64,9 @@ massCode uses a simple JSON to store your data. The database files are on your l
6164
### Integrations
6265
massCode supports extensions for [VS Code](https://marketplace.visualstudio.com/items?itemName=AntonReshetov.masscode-assistant), [Raycast](https://www.raycast.com/antonreshetov/masscode) and [Alfred](https://github.com/massCodeIO/assistant-alfred), which gives even more possibilities to use application. With the VS Code extension you get practically zen mode, search for the necessary snippets and insert them immediately or save the selected code sections as a snippet.
6366

67+
### Beautiful Screenshots
68+
Create beautiful snippet images on different backgrounds and in different modes
69+
6470
## Overview
6571

6672
The goal of creating this application was mostly my own growth as a developer. Also, I wanted this project to absorb the best of such applications already on the market (both free and paid). At the same time, I wanted this project to be an open source project.

0 commit comments

Comments
 (0)