Skip to content

Commit c56cb6f

Browse files
docs(compare): fix factual errors in task manager pages (#789)
1 parent e8e17dc commit c56cb6f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/website/compare/markdown-first-tasks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Neither is "better" — they fit different workflows.
6262
- Dedicated views: **Tasks**, **Today**, **Upcoming**, **Completed**
6363
- Same markdown editor as regular notes — checklists, code blocks, mermaid, mindmap, internal links
6464
- Folders, tags, favorites, and search apply to tasks like any other note
65+
- A [Notes Graph](/documentation/notes/dashboard) visualizes how notes (including tasks) connect through internal links
6566
- Lives in the same app as [Code](/documentation/code/library), [Notes](/documentation/notes/), [HTTP](/documentation/http/), [Math](/documentation/math/), and [Tools](/documentation/tools/)
6667
- Free and open source under [AGPL v3](https://github.com/massCodeIO/massCode/blob/master/LICENSE)
6768
- Cross-platform: macOS, Windows, Linux

docs/website/compare/obsidian-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ massCode is a strong choice when "task" means "a piece of in-flight engineering
6262
- **No first-class subtasks.** A markdown checklist inside the task body is just markdown — those items are not separate task entities.
6363
- **No mobile.** Obsidian runs on iOS and Android; massCode is desktop-only.
6464
- **No customizable status set.** massCode has a fixed `Todo / In Progress / Done / Blocked`; Obsidian Tasks lets you define your own.
65-
- **No knowledge-graph features.** Obsidian's broader ecosystem (graph view, Dataview, Canvas, etc.) does not exist in massCode.
65+
- **Smaller plugin ecosystem.** massCode ships a [Notes Graph](/documentation/notes/dashboard), [internal links](/documentation/notes/internal-links), [mindmap](/documentation/notes/mindmap), [mermaid](/documentation/notes/mermaid), and a [presentation mode](/documentation/notes/presentation) out of the box, but it does not have Obsidian's community plugin ecosystem (Dataview, Canvas, and the rest).
6666

6767
## Who should pick which
6868

docs/website/compare/things.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you live entirely on Apple devices and want a beautifully designed dedicated
2424
| Due dates | Yes, calendar picker | Yes, plus deadlines |
2525
| Reminders | No | Yes |
2626
| Recurring tasks | No | Yes |
27-
| Subtasks | Markdown checklist inside the note body | Checklists inside a to-do |
27+
| Subtasks | Markdown checklist inside the note body | Checklist items inside a to-do; structure for grouping via Projects |
2828
| Notes inside a task | Full markdown editor with code, mermaid, mindmap, internal links | Markdown notes field |
2929
| Mobile app | No | Yes |
3030
| Account required | No | A free Things Cloud account is needed for sync |
@@ -57,7 +57,7 @@ massCode is a strong choice when Things' Apple-only constraint is a problem, or
5757
- **No reminders or notifications in massCode.** Due dates are surfaced in the list and the **Today** / **Upcoming** views, but the app does not push reminders.
5858
- **No recurring tasks in massCode.** A task has a single `due` date.
5959
- **No first-class subtasks in massCode.** You can write a markdown checklist inside the task body, but those checklist items are not separate task entities.
60-
- **No equivalent of Areas / This Evening / Upcoming structure.** massCode's task views are simpler: **Tasks**, **Today**, **Upcoming**, **Completed**.
60+
- **No equivalent of Areas / This Evening / Anytime / Someday.** massCode's task views are simpler: **Tasks**, **Today**, **Upcoming**, **Completed**.
6161
- **No award-winning native polish.** Things wins design awards for a reason; massCode is a developer-utility app, not a productivity flagship.
6262

6363
## Who should pick which

0 commit comments

Comments
 (0)