(zettel (meta (back "00001004050000") (backward "00001004050000") (box-number "1") (created "20210126175322") (forward "00001012920510 00001012920513 00001012920516 00001012920519 00001012920522 00001012920525") (modified "20230316182711") (published "20230316182711") (role "manual") (syntax "zmk") (tags "#command #configuration #manual #zettelstore") (title "The ''file'' sub-command")) (rights 4) (encoding "") (content "Reads zettel data from a file (or from standard input / stdin) and renders it to standard output / stdout.\nThis allows Zettelstore to render files manually.\n```\nzettelstore file [-t FORMAT] [file-1 [file-2]]\n```\n\n; ''-t FORMAT''\n: Specifies the output format.\n Supported values are:\n [[''html''|00001012920510]] (default),\n [[''md''|00001012920513]],\n [[''shtml''|00001012920525]],\n [[''sz''|00001012920516]],\n [[''text''|00001012920519]],\n and [[''zmk''|00001012920522]].\n; ''file-1''\n: Specifies the file name, where at least metadata is read.\n If ''file-2'' is not given, the zettel content is also read from here.\n; ''file-2''\n: File name where the zettel content is stored.\n\nIf neither ''file-1'' nor ''file-2'' are given, metadata and zettel content are read from standard input / stdin."))