33 lines
662 B
YAML
33 lines
662 B
YAML
name: "Memo"
|
|
about: "快速记录一条想法"
|
|
title: ""
|
|
labels:
|
|
- "status/inbox"
|
|
- "type/memo"
|
|
body:
|
|
- type: textarea
|
|
id: memo
|
|
attributes:
|
|
label: "Memo"
|
|
hide_label: true
|
|
description: "像 flomo 一样写一条短记。可以使用 #tag、链接、Markdown。"
|
|
placeholder: "今天想到……"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: source
|
|
attributes:
|
|
label: "来源"
|
|
placeholder: "web / mobile / chat / reading"
|
|
|
|
- type: dropdown
|
|
id: visibility
|
|
attributes:
|
|
label: "类型"
|
|
options:
|
|
- idea
|
|
- log
|
|
- bookmark
|
|
- todo
|
|
- quote |