Skip to content

Commit 35e7737

Browse files
committed
chore: update README
1 parent b5d3ee0 commit 35e7737

1 file changed

Lines changed: 35 additions & 4 deletions

File tree

README.md

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<img src="./hero.png">
1313
</p>
1414

15-
<h1 align="center">massCode next</h1>
15+
<h1 align="center">massCode</h1>
1616

1717
<p align="center">
1818
<strong>Built with Electron, Vue 3 & Ace Editor.</strong>
@@ -29,10 +29,35 @@
2929

3030
The best support right now is your star for the project. You can also help spread the word about the app in the public.
3131

32-
## Feature for now
32+
<!-- ## Feature for now
3333
- Support M1
3434
- Syntax highlighting over 170 languages
35-
- API to fetch snippets on the localhost
35+
- API to fetch snippets on the localhost -->
36+
37+
## Features
38+
### Organization
39+
massCode allows you to organize snippets using multi-level folders as well as tags. Each snippet has fragments - tabs, which gives even greater level of organization.
40+
41+
### Editor
42+
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://microsoft.github.io/monaco-editor). 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.
43+
44+
### Markdown
45+
massCode allows you to write in Markdown and also provide syntax highlighting inside a code block. And of course there is a preview.
46+
47+
### Search
48+
It is impossible to imagine a productive snippets manager without quick access to snippets. Therefore massCode has a fast full-text search with highlighting of the search query.
49+
50+
### Autosave
51+
massCode automatically saves any changes you make during work, so you don't have to worry about losing changes.
52+
53+
### Sync
54+
You can use any service that provides cloud synchronization, such as iCloud Drive, Google Drive, Dropbox or other similar.
55+
56+
### Database
57+
massCode uses a simple JSON to store your data. The database files are on your local computer.
58+
59+
### API Server
60+
Coming soon.
3661

3762
## Overview
3863

@@ -45,4 +70,10 @@ massCode allows you to organize snippets using multi-level folders as well as ta
4570
- [Discussions](https://github.com/massCodeIO/massCode/discussions).
4671

4772
## Other
48-
You can also [download](https://github.com/antonreshetov/massCode) massCode v1.
73+
You can also [download](https://github.com/antonreshetov/massCode) massCode v1.
74+
75+
## License
76+
77+
[AGPL-3.0](https://github.com/massCodeIO/massCode/blob/master/LICENSE)
78+
79+
Copyright (c) 2019-present, Anton Reshetov.

0 commit comments

Comments
 (0)