Markdown Front Matter For Metadata
Updated: 2025-07-03 07:49:21
Articles Blog Videos Archive About Markdown Front Matter For Metadata Thursday , January 30, 2020 Continuing the story of replacing Windows Live Writer with some custom tools In addition to image uploads and code formatting , I also needed the ability : to Specify the date and time for the post to turn publicly visible future posting Save the database-generated ID for a post so the post can be updated in the . future Save the server-generated URL for a post to easily preview the . post All of this metadata was information I wanted to track for each markdown file , but I didn't want to keep the metadata outside of the markdown file in a separate store , because synchronization only adds complexity . I was looking for a way to embed metadata into the markdown file itself , but the CommonMark