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

https://github.com/luffah/vim-supertxt

Addons for your .txt notebooks
https://github.com/luffah/vim-supertxt

addon agenda notebook txt vim zim

Last synced: about 1 year ago
JSON representation

Addons for your .txt notebooks

Awesome Lists containing this project

README

          


Creative Commons License

License GPLv3

# Addons for your .txt notebooks
[![agenda](./agenda-clip.gif)

(Note: `>day :` format is no longer used to highlight today.)

# Options
```vim
" default settings are made compatible with zimwiki format
let g:agenda_nbdays=15
let g:agenda_hi={'today': 'diffAdd', 'past': 'diffRemoved'}
let g:agenda_checkbox={
\ 'today': '[>] ',
\ 'past': '[x] ',
\ 'future': '[ ] ',
\ 'match_day_prefix' : '^\(\[.\] \)\?',
\ 'content_sign': ' : '}
let g:agenda_tag_delimiter=['^{{{agenda:$','^}}}$']
" old style :
" let g:agenda_tag_delimiter=['^agenda{$','^}$']
" let g:agenda_checkbox={ 'today': '>', 'past': '', 'future': '', 'match_day_prefix' : '^', 'content_sign': ' : '}
```

This addon add features in text and zimwiki files (See [zim](https://github.com/luffah/vim-zim)) :
* Agenda
* Pixel art samples (requires .pxlcolors syntax file. See [superpxl](https://github.com/luffah/vim-superpxl) )

## Comment
```
feel like using a simplified "org-mode"
```