Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>WorklogNew to Visual Studio Code? Get it now.
Worklog

Worklog

chaturaloka

|
100 installs
| (0) | Free
Create a markdown file for worklog with pre-configured boilerplace content
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

A simple extension to create a new file with a pre-defined content & filename format for logging work or creating blog

Build Status

Features

Menu Screenshot

  • Create a file for planning and logging work with the filename format as 'YYYY_MM_DD_Day.md' with a boiler plate content (configurable)

    Creates New Worklog

  • Create a file for blogging with the given filename format as 'YYYY-MM-DD-Blog_title.mdx' with a boiler plate content (configurable)

    Creates New Blog

Requirements

So far, No external depedencies

Extension Settings

This extension contributes the following settings:

  • WorkLog.plan: boiler plate content that will be written to the newly created worklog
  • BlogPost.template: boiler plate content that will be written to the newly created blog post
  • WorkLog.moveUnfinishedTasks: Automatically moves unfinished tasks to the next day's worklog.

Known Issues

N/A

Testing

Run the following commands to test the extension:

npm run lint
npm run test

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft