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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Summon it with a hotkey. Jot. Dismiss. It stays out of your way until you need i
14
14
-**Lives in the background** — no dock icon, no window chrome. Press your hotkey, it appears on whatever screen your mouse is on. Click away, it vanishes.
15
15
-**Reactive math & variables** — define `/var x = 10`, write `x * 3 =`, get `30`. Change the variable, everything updates. Works across notes with `/globvar`.
16
16
-**Inline AI** — type `/ai <prompt>`, press enter, get the answer inserted directly into your note. No sidebar, no context switch.
17
-
-**Auto-highlights hex colors, dates, and times** — `#D97757` renders as a color pill. `2024-05-31` gets highlighted. Useful at a glance.
17
+
-**Auto-highlights hex colors, dates, and times** — `#D97757` renders as a color pill. `31-05-2024` gets highlighted. Useful at a glance.
18
18
-**Interactive Checkboxes** — Type `/check` to create an interactive checkbox that strikes through text when clicked.
19
19
-**Tasks & Reminders** — Type `/task` followed by `@ 1d2h` to set a due date. Press `Cmd+T` to open a unified Tasks view that tracks all your pending items and due times.
20
20
-**Tags & folders** — `!tagname` for tags, `/` in note titles for folders. Simple conventions, no UI overhead.
Copy file name to clipboardExpand all lines: electron/main.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -137,13 +137,13 @@ fs.writeFileSync(
137
137
PaperCache automatically recognizes and highlights common formats so you can easily spot them in your notes.
138
138
139
139
## Colors
140
-
Type any hex color, and it will be highlighted with a matching pill!
140
+
Type any hex color, and it will be highlighted with a matching pill! You can click the small colored circle inside the pill to quickly copy the hex code to your clipboard.
141
141
*Example use:* #D97757 or #3B82F6 or #10B981
142
142
143
143
## Dates & Times
144
144
Dates and times are also highlighted to help you keep track of your schedule.
145
145
*Example use:*
146
-
Meeting on 2024-05-31 at 14:30.
146
+
Meeting on 31-05-2024 at 14:30.
147
147
148
148
Next: [Tags](/file commands/tags.md)
149
149
`,
@@ -177,7 +177,7 @@ If you want to set a deadline, just type \` @ \` followed by a time shorthand af
177
177
*Example use:*
178
178
/task Buy groceries @ 2h
179
179
180
-
PaperCache understands shorthands like \`2d\`, \`3h45m\`, \`tmrw\`, or even exact dates like \`2024-12-31 15:00\`.
180
+
PaperCache understands shorthands like \`2d\`, \`3h45m\`, \`tmrw\`, or even exact dates like \`31-12-2024 15:00\`.
181
181
Once you set a task, press \`Cmd+T\` (or \`Ctrl+T\`) to open the Tasks Page and see everything that's due!
182
182
Overdue tasks will automatically highlight in red.
0 commit comments