Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakeroggenbuck/journal.vim

This vim plugin lets you organize your daily journal
https://github.com/jakeroggenbuck/journal.vim

journal vim vim-plugin vim-plugins

Last synced: 5 days ago
JSON representation

This vim plugin lets you organize your daily journal

Awesome Lists containing this project

README

        

# 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
```vim
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
| Command | Description |
|-----------------------|-----------------------------|
| Journal | Open the journal for today |
| JournalSearch | Keyword search for journals |

## Future features
- A search by date or relative date (ex. "last friday")