vnote : A dairy or note edit and manage tool in vim
script karma |
Rating 0/0,
Downloaded by 789 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Tan Shuilong |
|
script type |
ftplugin |
|
description |
GitHub repository: https://github.com/lymslive/vnote
## Introduction
* note is a markdown plain text file. while note public, diary private.
* notebook is a directory to orginaze many note files in a way.
* vnote is a plugin to edit note and manage notebook, almost in vim.
## Dependent:
must install vimloo first
https://github.com/lymslive/vimloo
or http://www.vim.org/scripts/script.php?script_id=5537
## Fast Usage
* `:NoteNew` create a new note
* `:NoteNew -` create a new diary
* `:w` save note file as normal
* `:NoteList` browse note in notebook
* `:Unite notelist` is available if unite.vim installed
* default notebook is `~/notebook`
* `:help vnote` for detail and online document |
|
install details |
$ mkdir -p ~/.vim/bundle/vimloo
$ cd ~/.vim/bundle/vimloo
$ tar xzvf vimloo.tgz
$ mkdir -p ~/.vim/bundle/vnote
$ cd ~/.vim/bundle/vnote
$ tar xzvf vnote.tgz
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 35.170.81.33
|