Usage

Usage

Note Before Reading

Please read Installation before reading this page. At this point, if you haven't already, you should probably run 'micro-install' if you want to use 'micro' the terminal text editor.

Commands

New (mkmatter new)

  • Options
  • --publish
    • Whether to publish the following post.
    • This has no effect if not used with --dry-run
  • --dry-run
    • Whether to output the front-matter/page to the command-line
    • Otherwise, it will output the front-matter/content to a file, named in YEAR-MONTH-DAY-TITLE.ext format.
    Page (mkmatter new --type page)
    Options
    * `--publish`{:.highlight} * `--file`{:.highlight}

    Tags (mkmatter tags)

    Find (mkmatter tags find)
    Gen (mkmatter tags gen)
    Options
    • --tag-index=TAG-INDEX, -i
      • Configures whether, while generating the tag files, if and what layout they will be given
      • If you don't have a tag index, omit --tag-index
    • --dry-run
    New (mkmatter tags new)