(BLOCK (HEADING 1 () "zettelstore-run-simple" "zettelstore-run-simple" (LITERAL-CODE () "zettelstore run-simple")) (PARA (TEXT "This sub-command is implicitly called, when an user starts Zettelstore by double-clicking on its GUI icon.") (SOFT) (TEXT "It is s simplified variant of the ") (LINK-ZETTEL () "00001004051000" (LITERAL-INPUT () "run") (TEXT " sub-command")) (TEXT ".")) (PARA (TEXT "First, this sub-command checks if it can read a ") (LINK-ZETTEL () "00001004010000" (TEXT "Zettelstore startup configuration")) (TEXT " file by trying the ") (LINK-ZETTEL () "00001004051000#c" (TEXT "default values")) (TEXT ".") (SOFT) (TEXT "If this is the case, ") (LITERAL-INPUT () "run-simple") (TEXT " just continues as the ") (LINK-ZETTEL () "00001004051000" (LITERAL-INPUT () "run") (TEXT " sub-command")) (TEXT ", but ignores any command line options (including ") (LITERAL-INPUT () "-d DIR") (TEXT ").") (ENDNOTE () (TEXT "This allows a ") (LINK-ZETTEL () "00001003000000" (TEXT "curious user")) (TEXT " to become an intermediate user."))) (PARA (TEXT "If no startup configuration was found, the sub-command allows only to specify a zettel directory.") (SOFT) (TEXT "The directory will be created automatically, if it does not exist.") (SOFT) (TEXT "This is a difference to the ") (LITERAL-INPUT () "run") (TEXT " sub-command, where the directory must exists.") (SOFT) (TEXT "In contrast to the ") (LITERAL-INPUT () "run") (TEXT " sub-command, other command line parameter are not allowed.")) (VERBATIM-CODE () "zettelstore run-simple [-d DIR]") (DESCRIPTION ((MARK "d" "d" "d" (LITERAL-INPUT () "-d DIR"))) (BLOCK (BLOCK (PARA (TEXT "Specifies ") (LITERAL-INPUT () "DIR") (TEXT " as the directory that contains all zettel.")) (PARA (TEXT "Default is ") (LITERAL-INPUT () "./zettel") (TEXT " (") (LITERAL-INPUT () ".\\zettel") (TEXT " on Windows), where ") (LITERAL-INPUT () ".") (TEXT " denotes the ") (FORMAT-QUOTE () (TEXT "current directory")) (TEXT "."))))))