Clip research capture
Use “Clip research capture” in Recued. Files a passage of research text into the vault as a markdown clip: extracts the claims, entities and topics it states, writes the note with the source URL recorded as provenance, and links the note back to that URL. Supply text (the passage itself) and sourceurl.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (32 steps)
text_present
compare
Check if setting text has data
vault_unset
compare
Check if setting vault slug is empty
clean_text
strip_html
Apply strip_html
protect
pii-protect
Apply pii-protect
extract
?
skip: step.text_present not_equal true
restored
pii-restore
Apply pii-restore
found
default
Apply default
claims
default
Apply default
claim_count
count
Count items in claims
defaults
defaults
Apply defaults
claim_lines
map
Extract from each item
claims_text
join
Join items with "
"
entities_text
join
Join items with ", "
topics_text
join
Join items with ", "
resolved_title
coalesce
Use the first available value from: setting title, found headline, Clip
safe_title
replace
Replace text in resolved title
now_window
date_period
Apply date_period
now_ms
date_parse
Parse now window start as a date
clip_date
date_format
Format as a date
note_path
template
Generate text from a template
existing_stat
?
skip: step.vault_unset equal true
already_exists
compare
Check if existing stat exists equals
note_body
template
Generate text from a template
skip_write
any
Check if any of the conditions are true
note_b64
encode_base64
Apply encode_base64
skip: step.skip_write equal true
write
?
skip: step.skip_write equal true
written
not
Apply not
has_source_url
compare
Check if setting source url has data
skip_link
any
Check if any of the conditions are true
link
?
skip: step.skip_link equal true
linked
not
Apply not
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
text
setting
=
title
setting
=
note dir
setting
=
Clips
source url
setting
=
vault slug
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.