yoshuawuyts / vmd

:pray: preview markdown files
MIT License
1.18k stars 111 forks source link

Support JSON Front Matter #113

Closed maxkueng closed 6 years ago

maxkueng commented 6 years ago

Upstream issue: wooorm/remark-frontmatter#2

Example:

{
    "title": "spf13-vim 3.0 release and new website",
    "description": "spf13-vim is a cross platform distribution of vim plugins and resources for Vim.",
    "tags": [ ".vimrc", "plugins", "spf13-vim", "vim" ],
    "date": "2012-04-06",
    "categories": [
        "Development",
        "VIM"
    ],
    "slug": "spf13-vim-3-0-release-and-new-website"
}

# Title

Content
Flet commented 6 years ago

Can this be closed now? :)

maxkueng commented 6 years ago

@Flet: No. Why? It stays open until it's implemented in vmd. There's an issue for it in wooorm/remark-frontmatter#2 and a pending pull request (wooorm/remark-frontmatter#3). Once this is merged and published we can implement it in vmd and close this issue.

Flet commented 6 years ago

Ah, I see now! Thank you for all your hard work on vmd :)