Skip to main content
  1. Projects/

Journal.vim

·84 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

Journal.vim #

What it does #

This plugin lets you organize your daily journal.
It lets you open a day specific journal and manages the files all behind the scenes.

Setup and Config #

let g:journals_directory = "/path/to/journals_directory"

" Set by default
let g:journals_date_format = '%b-%d-%Y'

" Set by default
let g:journals_title_template = 'Journal entry {date}'

Commands #

CommandDescription
JournalOpen the journal for today
JournalSearch Keyword search for journals

Future features #

  • A search by date or relative date (ex. “last friday”)