Skip to content

Commit 53680b2

Browse files
committed
docs: update README
1 parent 0348053 commit 53680b2

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Generate mind maps from Markdown. Fast, intuitive, and ideal for structuring and
9696

9797
Visualize and explore your JSON data with an interactive graph view. Perfect for quickly inspecting complex responses, APIs, or configuration files.
9898

99+
### Math Notebook
100+
101+
A calculator notepad inspired by [Numi](https://numi.app). Write expressions in natural language and get instant results on each line. Supports arithmetic, percentages, unit conversions, 28 currencies with live rates, date & time operations, variables, and more.
102+
99103
### Beautiful Screenshots
100104

101105
Export snippets as polished images with customizable themes and backgrounds.
@@ -123,18 +127,18 @@ Extend your workflow with:
123127

124128
massCode supports two storage engines — you can switch between them in **Settings → Storage**.
125129

126-
### SQLite
127-
128-
The default storage engine. All data is stored in a single SQLite database file.
129-
130130
### Markdown Vault
131131

132-
Store snippets as plain `.md` files on disk. No database — just files with frontmatter metadata. The vault structure mirrors your folder hierarchy.
132+
The default storage engine. Snippets are stored as plain `.md` files on disk with frontmatter metadata. The vault structure mirrors your folder hierarchy.
133133

134134
* **Git-friendly** — track changes, sync via GitHub or any Git remote.
135135
* **Cloud sync** — works with iCloud, Dropbox, Syncthing, or any file sync service.
136136
* **Live sync** — massCode watches the vault directory and picks up external changes in real time.
137137

138+
### SQLite (Legacy)
139+
140+
All data is stored in a single SQLite database file. SQLite engine is deprecated and will be removed in future versions. Please migrate to Markdown Vault.
141+
138142
## Overview
139143

140144
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)