((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."))