Files
mnote/design/11-wolai/pages/daily-note.md
T
lix-2026 cdff672aa5 feat: align local-first workspace direction
Document the VSCode-like local-first product shape, demote Convex to a control-plane role, and retire stale architecture drafts.

Add local workspace migration/export references plus smoke coverage for no-Convex managed workspace startup, local markdown title/body/options persistence, asset upload behavior, and Convex fixture export.

Verification: git diff --cached --check; node scripts/check-local-first-convex-guard.js --staged; node scripts/task444-convex-workspace-export-local-fixture-smoke.js; node scripts/task166-local-first-managed-workspace-no-convex-smoke.js; node scripts/task167-local-markdown-title-body-options-no-convex-smoke.js
2026-05-19 08:11:58 +08:00

33 lines
947 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 今日速记(日记)
> 来源:https://www.wolai.com/wolai/... (今日速记)
> 用途:mnote "日记/速记" 功能行为参考
>
> 实现状态:**未实现** ❌ 无今日速记/日记专用功能
## 核心概念
以今天日期命名的页面,快速记录当日内容。
## 触发方式
| 方式 | 说明 |
|------|------|
| 侧栏闪电图标 | 点击左侧边栏上方的 `⚡` 图标 |
| 快捷键 | `Ctrl + \`` 或 `Ctrl + ,` |
| 域名 | `wolai.today`(浏览器已登录时) |
## 行为
- 自动创建以今天日期命名的页面(如 `2026-05-19`
- 日期格式取决于工作空间设置
- 如果当日页面已放入垃圾桶,进入时仍显示该页面(带删除提示)
- 如果已彻底删除,则新建页面
## 设置
| 选项 | 说明 |
|------|------|
| 默认位置 | 在"空间偏好"中设定今日速记的父页面 |
| 默认模板 | 在"空间偏好"中设定创建时的模板页面 |