(((meta (@ (content . "The ''file'' sub-command") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#command #configuration #manual #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001004050000") (name . "back"))) (meta (@ (content . "00001004050000") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "20210126175322") (name . "created"))) (meta (@ (content . "00001012920510 00001012920513 00001012920516 00001012920519 00001012920522 00001012920525") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20230316182711") (name . "modified"))) (meta (@ (content . "20230316182711") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "Reads zettel data from a file (or from standard input / stdin) and renders it to standard output / stdout." " " "This allows Zettelstore to render files manually.") (pre (code "zettelstore file [-t FORMAT] [file-1 [file-2]]")) (dl (dt (kbd "-t FORMAT")) (dd (p "Specifies the output format." " " "Supported values are:" " " (a (@ (href . "00001012920510")) (kbd "html")) " (default)," " " (a (@ (href . "00001012920513")) (kbd "md")) "," " " (a (@ (href . "00001012920525")) (kbd "shtml")) "," " " (a (@ (href . "00001012920516")) (kbd "sz")) "," " " (a (@ (href . "00001012920519")) (kbd "text")) "," " " "and " (a (@ (href . "00001012920522")) (kbd "zmk")) ".")) (dt (kbd "file-1")) (dd (p "Specifies the file name, where at least metadata is read." " " "If " (kbd "file-2") " is not given, the zettel content is also read from here.")) (dt (kbd "file-2")) (dd (p "File name where the zettel content is stored."))) (p "If neither " (kbd "file-1") " nor " (kbd "file-2") " are given, metadata and zettel content are read from standard input / stdin."))