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
- Host: GitHub
- URL: https://github.com/luffah/vim-supertxt
- Owner: luffah
- License: gpl-3.0
- Created: 2018-04-19T23:38:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T16:35:16.000Z (over 5 years ago)
- Last Synced: 2025-02-10T03:24:59.878Z (over 1 year ago)
- Topics: addon, agenda, notebook, txt, vim, zim
- Language: Vim script
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Addons for your .txt notebooks
[
(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"
```

