Skip to content

Commit a9cc0f5

Browse files
docs: fix broken fragments link and clarify HTTP search scope (#842)
1 parent 5e4a71a commit a9cc0f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/website/compare/best-code-snippet-managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Details and trade-offs for each are below.
4747
- **Platforms:** macOS, Windows, Linux
4848
- **Storage:** Local `.md` files you can read, edit, and back up without the app
4949
- **Account:** None required, no telemetry login
50-
- **Search:** Full-text across snippets, notes, and HTTP requests
50+
- **Search:** Full-text across snippets and notes (HTTP requests by name and URL)
5151
- **Imports:** VS Code snippets JSON, Raycast snippets JSON, SnippetsLab JSON, public GitHub Gist URLs, and Obsidian markdown folders
5252
- **Sync:** Bring your own — iCloud, Dropbox, Google Drive, Syncthing, or [Git](/documentation/sync)
5353

docs/website/compare/github-gist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The two solve overlapping problems from opposite directions. Gist is a cloud ser
2222
| Account required | No | Yes (GitHub account) |
2323
| Works offline | Yes | No (needs github.com) |
2424
| Organization | Folders, tags, fragments | None (a flat list of gists) |
25-
| Search | Full-text across snippets, notes, HTTP requests | Public gists only; secret gists searchable only by you when signed in |
25+
| Search | Full-text across snippets and notes (HTTP by name and URL) | Public gists only; secret gists searchable only by you when signed in |
2626
| Privacy | Files stay on your machine | Public, or "secret" (unlisted, not private) |
2727
| Version history | File-level (via your own Git/sync if you want it) | Built in — every gist is a Git repository |
2828
| Sharing | File-level (Git, shared folder) | A core strength — share or embed any gist by URL |
@@ -57,8 +57,8 @@ The trouble starts when you try to use Gist as the place you *keep and organize*
5757
massCode is built to be the library, not the publishing channel:
5858

5959
- **Local-first.** Every snippet and note is a plain `.md` file in a [Markdown Vault](/documentation/storage) on your disk. You can read, edit, and back it up without the app, and it works fully offline.
60-
- **Real organization.** [Folders](/documentation/code/folders), tags, and multi-tab [fragments](/documentation/fragments) for snippets that belong together.
61-
- **Full-text search** across snippets, notes, and HTTP requests, instantly and locally.
60+
- **Real organization.** [Folders](/documentation/code/folders), tags, and multi-tab [fragments](/documentation/code/fragments) for snippets that belong together.
61+
- **Full-text search** across snippets and notes (HTTP requests are searched by name and URL), instantly and locally.
6262
- **Private by default.** Nothing leaves your machine unless you choose a sync service.
6363
- **More than snippets.** [Code](/documentation/code/library), [Notes](/documentation/notes/), [HTTP](/documentation/http/), [Math](/documentation/math/), [Drawings](/documentation/drawings/), and [Tools](/documentation/tools/) in one app.
6464
- **No account.** It works without registering for anything.

0 commit comments

Comments
 (0)