Route
id | bear.note.v1 |
object_type | note |
delivery_modes | urlScheme |
Voice examples
- Add this to Bear: draft launch checklist
- Create a Bear note called customer call and add follow up next week
URL scheme urlScheme
automatic_create | Not supported / requires user confirmation |
setup | pro, enabled, appInstalled |
Writable fields
| Field | Behavior |
|---|
title | Sent as Bear note title when available. |
body | Sent as note text. |
Planned / unsupported fields
| Field | Reason |
|---|
labels | Current adapter uses configured Bear tag support; per-note canonical labels need mapping. |
dueDate | Not a Bear note field in the current adapter. |
project | Needs explicit tag/folder mapping. |
section | Needs explicit tag/folder mapping. |
Adapter payload
{
"url": "bear://x-callback-url/create?title={title}&text={body}&tags={configuredTag}"
}
Generated schema summary
{
"id": "bear.note.v1",
"app": "Bear",
"object_type": "note",
"delivery_modes": [
"urlScheme"
],
"writable_fields": [
"title",
"body"
]
}