Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds ink new command (Resolves #67) #105

Merged
merged 1 commit into from
Jul 27, 2018

Conversation

dignissimus
Copy link
Contributor

ink new [title | --title Title] [author | --author Author] [--file File] [--hide] [--top] [--post] [--page] [--draft] [--cover CoverPath] [--date DateString] [--file FileName] [--tag Tag]

Where

ink new article dignissimus --page --top --date "2006-01-02 15:04:05" --tag tag1 --tag tag2

outputs

title: article
date: 2006-01-02 15:04:05
author: dignissimus
draft: false
top: true
tags:
  - tag1
  - tag2
type: page
hide: false
---

in source/article.md

@shery shery self-assigned this Jul 27, 2018
@shery shery added the improve label Jul 27, 2018
Copy link
Member

@shery shery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, Thanks for contributing!

@shery shery merged commit f0be552 into InkProject:master Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants