Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/journal.vim
- Owner: JakeRoggenbuck
- License: mit
- Created: 2021-03-31T23:46:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T00:03:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T22:23:32.159Z (over 1 year ago)
- Topics: journal, vim, vim-plugin, vim-plugins
- Language: Python
- Homepage: https://vimawesome.com/plugin/journal-vim-who-speaks
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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")