https://github.com/ckampfe/logbook
a daily logbook extension for vscode
https://github.com/ckampfe/logbook
Last synced: about 1 year ago
JSON representation
a daily logbook extension for vscode
- Host: GitHub
- URL: https://github.com/ckampfe/logbook
- Owner: ckampfe
- License: agpl-3.0
- Created: 2017-11-25T01:17:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T19:53:15.000Z (over 4 years ago)
- Last Synced: 2025-02-01T20:11:21.482Z (over 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# logbook README
A simple way to keep logs of your daily work.
## Features
* `Logbook: Open Today's Logbook`: open a blank file named `YYYY-MM-DD.md` where year, month, and day are sourced from the local datetime. This file will be opened if it exists, and created in the `logbook.directory` if it does not.
* `Logbook: Open Logbook Directory`: open the `logbook.directory`. Defaults to opening in a new window, but can be set to take over the current window.
## Requirements
Before use, you must set the `logbook.directory` to a directory where you wish to store your logbook files.
The extension will show an error message and will not function if this setting has not been set.
## Extension Settings
* `logbook.directory`: the directory where your logbook files are stored. This cannot be empty/null.
* `logbook.openInNewWindow`: whether to open the logbook directory in a new window. Defaults to true.
## Known Issues
## Release Notes
### 0.0.1
Hello, World!