Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

lymslive/vnote

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vnote: a note/diary manage plugin in vim

vnote git/readme

A chinese version readme is also availabe (一份中文的说明文档也是可利用的).

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.

Install

Minimum Requirment

  • OS: linux (windows not test now)
  • vim version: 7.4 (vim8 recommaned)
  • Unite.vim plugin: (optional)

Dependent

Manually Install

$ 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

Install by plugin manage tools

Refer to the plugin manage tool used. Install "vimloo" before "vnote".

Fast Usage

  • :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

About

A dairy note edit and manage tool in vim

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.