Skip to content

luffah/vim-supertxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creative Commons License License GPLv3

Addons for your .txt notebooks

[agenda

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

Options

" 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) :

  • Agenda
  • Pixel art samples (requires .pxlcolors syntax file. See superpxl )

Comment

feel like using a  simplified "org-mode"

Releases

No releases published

Packages

No packages published