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
The browser store version is not available yet. Until distribution is published, download a build from this page or install the Clipper from a local repository build.
14
+
Install the Chrome version from the [Chrome Web Store](https://chromewebstore.google.com/detail/masscode-clipper/fkaaogdifollkhjbfoabbiocecehaaii). For Firefox, Safari, or local testing, download a build from this page or install the Clipper from a local repository build.
15
15
16
16
## Enable The Local API
17
17
@@ -29,7 +29,7 @@ If you change the API port, reload the app before using the new port from the br
29
29
30
30
## Download The Clipper
31
31
32
-
Download the archive for your browser:
32
+
Download the archive for your browser when you want to install the Clipper locally:
@@ -55,6 +55,8 @@ After installing the extension in a browser, open the Clipper popup, set the API
55
55
56
56
## Chrome
57
57
58
+
Install the published Chrome extension from the [Chrome Web Store](https://chromewebstore.google.com/detail/masscode-clipper/fkaaogdifollkhjbfoabbiocecehaaii).
59
+
58
60
If you downloaded the archive, unzip `clipper-chrome.zip` first.
59
61
60
62
If you are building from the repository, build the Chrome target:
Copy file name to clipboardExpand all lines: docs/website/documentation/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Use [Code](/documentation/code/) to build a reusable snippet library across proj
19
19
20
20
## Notes
21
21
22
-
Use [Notes](/documentation/notes/) for longer markdown documents that do not fit well into snippets: project notes, [task notes](/documentation/notes/tasks) with status, priority, and due dates, drafts, technical docs, meeting notes, and personal knowledge bases. It uses the same three-column layout as Code and adds a Notes Dashboard, live preview, a notes graph, mindmaps, and fullscreen presentation mode.
22
+
Use [Notes](/documentation/notes/) for longer markdown documents that do not fit well into snippets: project notes, [task notes](/documentation/notes/tasks) with status, priority, due dates, cleanup controls, drafts, technical docs, meeting notes, and personal knowledge bases. It uses the same three-column layout as Code and adds a Notes Dashboard, live preview with editable tables, a notes graph, mindmaps, and fullscreen presentation mode.
23
23
24
24
## HTTP
25
25
@@ -39,7 +39,7 @@ Use [Drawings](/documentation/drawings/) for diagrams, sketches, and whiteboard-
39
39
40
40
## Clipper
41
41
42
-
Use [Clipper](/documentation/clipper) to save selected text, readable page content, and links from your browser into Code, Notes, or HTTP. Until browser store distribution is available, install it from a local build.
42
+
Use [Clipper](/documentation/clipper) to save selected text, readable page content, and links from your browser into Code, Notes, or HTTP. Install the Chrome version from the [Chrome Web Store](https://chromewebstore.google.com/detail/masscode-clipper/fkaaogdifollkhjbfoabbiocecehaaii), or use a local build for other browsers.
Copy file name to clipboardExpand all lines: docs/website/documentation/notes/index.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,43 @@ The editor is built on CodeMirror 6 and includes:
59
59
- Syntax highlighting for fenced code blocks
60
60
- Smart list indentation with automatic ordered list renumbering
61
61
- Tab / Shift-Tab indentation
62
+
- Right-click formatting menu in editable modes
62
63
- Inline markdown formatting shortcuts in editable modes
63
-
-Table navigation between cells
64
+
-Editable markdown tables in Live Preview
64
65
-[Internal links](/documentation/notes/internal-links) to notes and snippets
65
66
-[Task notes](/documentation/notes/tasks) with status, priority, due dates, and smart views
66
67
-[Mermaid diagram](/documentation/notes/mermaid) support
67
68
-[Image embedding](/documentation/notes/images)
68
69
-[Callout blocks](/documentation/notes/callouts)
69
70
71
+
## Editor Context Menu
72
+
73
+
<AppVersiontext=">=5.8" />
74
+
75
+
Right-click in **Live Preview** to apply markdown formatting or insert a table, callout, horizontal rule, or code block. The context menu is disabled in **Preview** mode because the rendered note is read-only.
Copy file name to clipboardExpand all lines: docs/website/documentation/notes/tasks.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,27 @@ The Notes Library includes a **Tasks** section with task-focused views:
60
60
61
61
Tasks can still appear in **Inbox**, **Favorites**, **All Notes**, folders, tags, and search results because they are still notes.
62
62
63
+
## Hiding Completed Tasks
64
+
65
+
<AppVersiontext=">=5.8" />
66
+
67
+
When you are reviewing folders, select **View** > **Hide Completed Tasks** to hide tasks with Done status from folder lists. This does not delete or change the tasks; it only keeps completed items out of folder views while the option is enabled.
68
+
69
+
## Cleaning Up Completed Tasks
70
+
71
+
<AppVersiontext=">=5.8" />
72
+
73
+
Use cleanup when completed tasks should leave active task views but remain recoverable.
74
+
75
+
- Right-click the Notes Library and choose **"Clean up completed tasks"**.
76
+
- Confirm the dialog to move all completed tasks to **Trash**.
77
+
- Restore moved tasks from Trash if needed, or empty Trash to remove them permanently.
78
+
79
+
You can also open **Preferences** > **Notes Editor** and use the **Tasks** section:
80
+
81
+
-**Auto-clean completed** - move completed tasks to Trash every day, every 7 days, every 30 days, or never.
82
+
-**Clean up now** - start the same cleanup flow from Preferences.
0 commit comments