You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-4Lines changed: 35 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
<imgsrc="./hero.png">
13
13
</p>
14
14
15
-
<h1align="center">massCode next</h1>
15
+
<h1align="center">massCode</h1>
16
16
17
17
<palign="center">
18
18
<strong>Built with Electron, Vue 3 & Ace Editor.</strong>
@@ -29,10 +29,35 @@
29
29
30
30
The best support right now is your star for the project. You can also help spread the word about the app in the public.
31
31
32
-
## Feature for now
32
+
<!--## Feature for now
33
33
- Support M1
34
34
- 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.
36
61
37
62
## Overview
38
63
@@ -45,4 +70,10 @@ massCode allows you to organize snippets using multi-level folders as well as ta
0 commit comments