pub const TMPL_FROM_CLIPBOARD_FILENAME: &str = "\
{%- set tag = now() | date(format='%Y%m%d') -%}
{{ fm_title | sanit | prepend(with_sort_tag=tag) }}\
{{ fm_subtitle | default(value='') | sanit | prepend(with='--') }}\
{{ extension_default | prepend(with='.') }}";
Expand description

Default filename template used when the stdin ~ clipboard contains a string.