Skip to content

Commit f58a574

Browse files
committed
docs: update README
1 parent 2136cf4 commit f58a574

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,33 @@ Handy built-in utilities for everyday dev tasks:
108108
* **Crypto & Security**: Hash/HMAC, Password Generator, UUID
109109
* **Encoders/Decoders**: URL, Base64, JSON ⇄ TOML/XML/YAML, Text ⇄ ASCII/Binary/Unicode, Color Converter
110110

111+
### Custom Themes
112+
113+
Fully customize the UI and editor syntax highlighting with JSON theme files stored in `~/.massCode/themes/`. Supports light and dark types with live reload.
114+
111115
### Integrations
112116

113117
Extend your workflow with:
114118

115119
* [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=AntonReshetov.masscode-assistant): zen mode snippet search, instant insertion, and save selected code as snippets.
116120
* [Raycast Extension](https://www.raycast.com/antonreshetov/masscode): quick snippet access directly from Raycast.
117121

122+
## Storage
123+
124+
massCode supports two storage engines — you can switch between them in **Settings → Storage**.
125+
126+
### SQLite
127+
128+
The default storage engine. All data is stored in a single SQLite database file.
129+
130+
### Markdown Vault
131+
132+
Store snippets as plain `.md` files on disk. No database — just files with frontmatter metadata. The vault structure mirrors your folder hierarchy.
133+
134+
* **Git-friendly** — track changes, sync via GitHub or any Git remote.
135+
* **Cloud sync** — works with iCloud, Dropbox, Syncthing, or any file sync service.
136+
* **Live sync** — massCode watches the vault directory and picks up external changes in real time.
137+
118138
## Overview
119139

120140
massCode was created as a personal learning project and evolved into an open-source tool. The goal: combine the best features of snippet managers (free and paid) into one flexible, developer-friendly application.

0 commit comments

Comments
 (0)