Tutorial Intro
info
This documentation is for journal-cli v2, which is currently in beta. Documentation for v1 can be found here.
Let's get started with journal-cli in about 5 minutes or less.
Getting Started#
- Ensure you have a default application set for
.mdfiles. - Install the latest version of PowerShell for your system.
- Install journal-cli:
Install-Module JournalCli. - Restart your PowerShell terminal or run
Import-Module JournalCli. (You do not need to do both;journal-cliwill automatically be imported into new PowerShell sessions after installation.) - Run
Set-JournalSettings -Location C:\Path\To\Your\Journal. Be sure to use a path appropriate for your operating system. - Run
New-JournalEntry -Tags something,something-elseand start writing!