Loading...
Loading...
Compare original and translation side by side
curl -sSL https://canifi.com/skills/coda/install.sh | bashcp -r skills/coda ~/.canifi/skills/curl -sSL https://canifi.com/skills/coda/install.sh | bashcp -r skills/coda ~/.canifi/skills/undefinedundefinedundefinedundefinedcanifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a Coda doc for tracking team tasks"
Claude: Creates doc with Tasks table, adds views for status.
Returns: "Created Tasks doc with table and views"用户:"创建一个用于跟踪团队任务的Coda文档"
Claude:创建包含任务表格的文档,添加按状态分类的视图。
返回:"已创建包含表格和视图的任务文档"User: "Add a contacts table to my CRM doc"
Claude: Opens doc, adds table with name, email, company columns.
Confirms: "Contacts table added with 3 columns"用户:"在我的CRM文档中添加一个联系人表格"
Claude:打开文档,添加包含姓名、邮箱、公司列的表格。
确认:"已添加包含3列的联系人表格"User: "Set up a reminder when tasks are due"
Claude: Creates automation rule for due date reminders.
Confirms: "Automation created for due date alerts"用户:"设置任务到期提醒"
Claude:创建用于到期日提醒的自动化规则。
确认:"已创建到期日提醒自动化"User: "Create a kanban view for the projects table"
Claude: Adds kanban view grouped by status.
Confirms: "Kanban view created for projects"用户:"为项目表格创建一个看板视图"
Claude:添加按状态分组的看板视图。
确认:"已为项目创建看板视图"// Doc list
'.docs-list'
// Page content
'.page-content'
// Table
'.table-wrapper'
// Row
'.table-row'
// Add row button
'.add-row-button'
// Formula bar
'.formula-bar'
// View selector
'.view-selector'
// Automation button
'.automation-button'
// Pack settings
'.pack-settings'
// Share button
'.share-button'// 文档列表
'.docs-list'
// 页面内容
'.page-content'
// 表格
'.table-wrapper'
// 行
'.table-row'
// 添加行按钮
'.add-row-button'
// 公式栏
'.formula-bar'
// 视图选择器
'.view-selector'
// 自动化按钮
'.automation-button'
// Pack设置
'.pack-settings'
// 分享按钮
'.share-button'Filter(table, condition) // Filter rows
Lookup(table, col, value) // Find value
FormulaMap(list, fn) // Transform list
If(cond, true, false) // Conditional
Concatenate(str1, str2) // Join strings
Today() // Current date
User() // Current user
Button() // Interactive buttonFilter(table, condition) // 筛选行
Lookup(table, col, value) // 查找值
FormulaMap(list, fn) // 转换列表
If(cond, true, false) // 条件判断
Concatenate(str1, str2) // 连接字符串
Today() // 当前日期
User() // 当前用户
Button() // 交互式按钮