vnote
git/readme
A chinese version readme is also availabe (一份中文的说明文档也是可利用的).
- Introduction
- Install
- Minimum Requirment
- Dependent
- Manually Install
- Install by plugin manage tools
- Fast Usage
- 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.
- OS: linux (windows not test now)
- vim version: 7.4 (vim8 recommaned)
- Unite.vim plugin: (optional)
$ git clone https://github.com/lymslive/vimloo.git
$ git clone https://github.com/lymslive/vnote.git
: set rtp+=right/path/to/vimloo
: set rtp+=right/path/to/vnote
" or in vim8
: packadd vimloo
: packadd vnote
: cd right/path/to/vnote/doc
: helptags .
The $
lines is shell command, :
lines is vim ex command,
which is suggested put in vimrc.
right/path/to/vnote
is the directory where clone down this plugin,
maybe ~/.vim/bundle/vnote
is a good choice.
While in vim8, it is better to clone in the &packpath
, for example:
~/.vim/pack/lymslive/opt/vnote
Refer to the plugin manage tool used. Install "vimloo" before "vnote".
:Vnote
open vnote layout with three windows in its own tabpage.: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
, it's better to create it first :help vnote
for detail and online document- refer a sample mine: lymslive/notebook