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: docs/website/compare/github-gist.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The two solve overlapping problems from opposite directions. Gist is a cloud ser
22
22
| Account required | No | Yes (GitHub account) |
23
23
| Works offline | Yes | No (needs github.com) |
24
24
| 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 |
26
26
| Privacy | Files stay on your machine | Public, or "secret" (unlisted, not private) |
27
27
| Version history | File-level (via your own Git/sync if you want it) | Built in — every gist is a Git repository |
28
28
| 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*
57
57
massCode is built to be the library, not the publishing channel:
58
58
59
59
-**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 snippetsand notes (HTTP requests are searched by name and URL), instantly and locally.
62
62
-**Private by default.** Nothing leaves your machine unless you choose a sync service.
63
63
-**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.
64
64
-**No account.** It works without registering for anything.
0 commit comments