Skip to content

anandaroop/vscode-jrnl

Repository files navigation

VS Code extension for Jrnl

Simple syntax colorization for Jrnl's text file format.

screenshot

Learn more about Jrnl at Jrnl.sh

Installation

This is not published to the marketplace, so for now it's kind of manual:

  • Find the latest release
  • Download the .vsix file
  • Install it with code --install-extension <path to vsix file>
  • Relaunch VS Code

For example, the v0.0.42 release could be installed as follows:

# download
curl -L -O https://github.com/anandaroop/vscode-jrnl/releases/download/v0.0.42/jrnl-0.0.42.vsix

# install
code --install-extension jrnl-0.0.42.vsix

Usage

  • Either: Open your Jrnl file and use the language picker to choose "Jrnl"

  • Or: avoid having to do this each time by renaming your Jrnl text file to something ending in .jrnl.txt, which will automatically be recognized by this extension.

About

VS Code highlighting for Jrnl's text file format

Resources

License

Stars

Watchers

Forks

Packages

No packages published