((h2 (@ (id . "zettelstore-run-simple")) (code "zettelstore run-simple")) (p "This sub-command is implicitly called, when an user starts Zettelstore by double-clicking on its GUI icon." " " "It is s simplified variant of the " (a (@ (href . "00001004051000")) (kbd "run") " sub-command") ".") (p "First, this sub-command checks if it can read a " (a (@ (href . "00001004010000")) "Zettelstore startup configuration") " file by trying the " (a (@ (href . "00001004051000#c")) "default values") "." " " "If this is the case, " (kbd "run-simple") " just continues as the " (a (@ (href . "00001004051000")) (kbd "run") " sub-command") ", but ignores any command line options (including " (kbd "-d DIR") ")." (sup (@ (id . "fnref:1")) (a (@ (class . "zs-noteref") (href . "#fn:1") (role . "doc-noteref")) "1"))) (p "If no startup configuration was found, the sub-command allows only to specify a zettel directory." " " "The directory will be created automatically, if it does not exist." " " "This is a difference to the " (kbd "run") " sub-command, where the directory must exists." " " "In contrast to the " (kbd "run") " sub-command, other command line parameter are not allowed.") (pre (code "zettelstore run-simple [-d DIR]")) (dl (dt (a (@ (id . "d")) (kbd "-d DIR"))) (dd (p "Specifies " (kbd "DIR") " as the directory that contains all zettel.") (p "Default is " (kbd "./zettel") " (" (kbd ".\\zettel") " on Windows), where " (kbd ".") " denotes the " (@L (@H "“") "current directory" (@H "”")) "."))))