sponsor Vim development Vim logo Vim Book Ad

vnote : A dairy or note edit and manage tool in vim

 script karma  Rating 0/0, Downloaded by 751  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vnote.tgz 0.51 2017-03-18 7.4 Tan Shuilong Initial upload
ip used for rating: 3.140.185.170

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github