Deprecated: Return type of I::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/public/kirby/toolkit/lib/i.php on line 62

Deprecated: Return type of I::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/public/kirby/toolkit/lib/i.php on line 91

Deprecated: Return type of I::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/public/kirby/toolkit/lib/i.php on line 71

Deprecated: Return type of I::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/public/kirby/toolkit/lib/i.php on line 101

Deprecated: Return type of I::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/public/kirby/toolkit/lib/i.php on line 53

Deprecated: Return type of Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/public/kirby/toolkit/lib/collection.php on line 80

Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /home/public/kirby/toolkit/lib/url.php on line 135
One Tap Less | Captio

Captio

Captio uses a custom URL scheme to let other applications interact with the app.

Scheme

The URL scheme is captio://

Actions

Two actions are available, sending notes or adding a note and let the user still edit it.

Send

URL

captio://send

Parameters

note: The text of the note.

callback-url: URL to open after the note has been added to the queue.

Example

To send notes from within Launch Center Pro and immediately return to Launch Center add the following URL:

captio://send?note=[prompt]&callback-url=launchpro://

Edit

URL

captio://edit

Parameters

note: The text of the note.

Notes

If there is an unfinished note in Captio, the note text will be appended at the end of the note.

Example

Add the contents of the clipboard to a note in Captio:

captio://edit?note=[clipboard]