Constant tpnote_lib::config::TMPL_VAR_NOTE_FILE_DATE
source · pub const TMPL_VAR_NOTE_FILE_DATE: &str = "note_file_date";Expand description
Contains the date of the file the command line option <path> points to.
The date is represented as an integer the way std::time::SystemTime
resolves to on the platform. Only available in the
TMPL_FROM_TEXT_FILE_CONTENT, TMPL_SYNC_FILENAME and HTML templates.