A simple extension to create a new file with a pre-defined content & filename format for logging work or creating blog
-
Create a file for planning and logging work with the filename format as 'YYYY_MM_DD_Day.md' with a boiler plate content (configurable)
-
Create a file for blogging with the given filename format as 'YYYY-MM-DD-Blog_title.mdx' with a boiler plate content (configurable)
So far, No external depedencies
This extension contributes the following settings:
WorkLog.plan
: boiler plate content that will be written to the newly created worklogBlogPost.template
: boiler plate content that will be written to the newly created blog post
N/A