Giter VIP home page Giter VIP logo

memolist.vim's Introduction

memolist.vim

This is memolist.vim forked from glidenote/memolist.vim. There are options that I have added. Please set the vimrc in any way you want.

Add Options

g:memolist_memo_directory_allocation
" It's memolist allocate by filename extension and create a folder automatically. The default is 0.
let g:memolist_memo_directory_allocation = 1

" use directory of memo's allocation. The default setting is 'txt' and 'markdown'.
let g:memolist_memo_directory = {
  \ 'txt':'txt',
  \ 'md':'markdown',
  \ 'markdown':'markdown',
  \}
g:memolist_memo_TODO
" This create a folder deficated file of to-do.
" And in that case it will add string to prefix of filename to force.
" TODO is executed unless an extension in the title. default is 0.
let g:memolist_memo_TODO = 1

" Folder name of default is TODO.
" If you want to change folder name of the TODO
" Example:
let g:memolist_memo_TODO_directory = "plan"

Add Commands

Show Memo list of TODO:

:MemoListTODO

Recommended settings

" remove filename prefix (default 0)
let g:memolist_filename_prefix_none = 1

" use unite (default 0)
let g:memolist_unite = 1

" use arbitrary unite source (default is 'file')
let g:memolist_unite_source = 'file_rec'

" use arbitrary unite option (default is empty)
let g:memolist_unite_option = '-no-start-insert'

let g:memolist_memo_TODO = 1
let g:memolist_memo_directory_allocation = 1
let g:memolist_memo_directory = {
  \ 'txt':'txt',
  \ 'md':'markdown',
  \ 'markdown':'markdown',
  \ 'c':'C',
  \ 'cpp':'Cpp',
  \ 'm':'ObjectiveC',
  \ 'swift':'Swift',
  \ 'coffee':'CoffeeScript',
  \ 'java':'Java',
  \ 'js':'JavaScript',
  \ 'py':'Python',
  \ 'rb':'Ruby',
  \ 'go':'Go',
  \ 'vim':'Vim',
  \ 'html':'HTML',
  \ 'htm':'HTML',
  \ 'php':'PHP',
  \ 'pl':'Perl',
  \ 'css':'CSS',
  \ 'sql':'SQL',
  \ 'sh':'Shell',
  \ 'xml':'XML',
  \ 'yaml':'YAML',
  \}

memolist.vim's People

Contributors

glidenote avatar mattn avatar heavenshell avatar hiroshiro avatar sgur avatar choplin avatar ne-sachirou avatar rhysd avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.