Constant tpnote_lib::config::TMPL_ANNOTATE_FILE_FILENAME
source · pub const TMPL_ANNOTATE_FILE_FILENAME: &str = "\
{%- set tag = path | file_sort_tag -%}
{{ fm_title | sanit | prepend(with_sort_tag=tag) }}\
{{ fm_subtitle | default(value='') | sanit | prepend(with='--') }}\
{{ extension_default | prepend(with='.') }}\
";Expand description
Filename of a new note, that annotates an existing file on disk given in
<path>.