Skip to content

flebel/riv.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riv: Take Notes in rst

The Internet is just a world passing around notes in a classroom.

-- Jon Stewart

Last Update

2014-08-15

Version

0.77

Changes in 0.77

Lots of changes were made, so take care, and

DON'T PANIC!

  1. A brand new html theme for riv, rhythm.css

    Provides much better view experience.

    Syntax Preview__

    Article Preview__

    __ http://rykka.github.io/rhythm.css/rst_syntax __ http://rykka.github.io/rhythm.css/article

    Also, code syntax highlighting and themes are now truly supported, you can change the theme by setting g:riv_html_code_hl_style, default is 'molokai'.

    (This option may change to g:riv_code_theme in future.)

    You can add your theme's css dir at g:riv_css_theme_dir. then set the style to the filename.

    For view and edit in vim, you can use most morden themes like molokai. And the Galaxy.vim can be a good choice too.

  2. Auto convert to html on :w:

    Use option g:riv_auto_rst2html, set it to 1 to active. default is 0.

    If you even don't want to refresh the browser, use InstantRst.

  3. New syntax and method for local files, which is much simpler, and robust.

    see #72 for details.

    Just input xxx.rst or xxx/, Then use :RivCreatLink or <C-E>ck, you will get the file link.

    When click on a reference which location is a file link, you will open it directly.

    To disable this, set g:riv_open_link_location to 0. Then you will move to that location only. default is 1.

    NOTE

    When convert to html, the xxx.rst in the file location will be auto convert to xxx.html for navigation in browser.

    NOTE

    The moinmoin style ([[xxxx]]) is deprecated, and will be removed in next few versions.

    The sphinx style (:doc:`xxxx`) will go on.

  4. Unicode Link names.

    Reference links now supporting unicode names.

    Also filename supports unicode names too, though that's not encouraged.

    like:

    名字_
    
    .. 名字: name.rst
  5. Better and faster indent behavior.

    see #71 for details.

  6. Fixed lots of misc bugs and made lots of small optimization

    The error phase ptn.

    Project's id working error.

    Editing a file missing working directory.

    Syntax highlighting error and optimize.

    Improved doctest using doctest.vim

    ...


And

Please help improving this plugin, for better writing and reading.

Both bug reports and suggestions are welcome.

Many Thanks!

Intro

Riv is a vim plugin for taking notes with reStructuredText.

A screencast with Riv in vim and InstantRst

image

Comparion

First things first.

As there are some other note plugins in vim. like vimwiki, vim-notes, VOoM etc.

Also org-mode if you are Emacs fan.

Why using this plugin?

In comparition, the most advantage of Riv.vim is reStructuredText support.

reStructuredText is a markup language.

It's syntax are markdown alike, but more powerful and extensible, table, LaTex ect. are supported.

It's widely used in python community. And have many relevent plugins. Sphinx (www.readthedocs.org) Pygments, Nikola, etc.

There is a post of comparions between reStructuredText and markdown https://gist.github.com/dupuy/1855764

Features

Wiki

Write wiki with project and file link support. TODO syntax is added.

Editing

Faster typing, easier navigation, clear intending, auto formatting etc.

Reading

Improved syntax highlighting and folding support for reading document clearly.

Publish

Convert rst files to a number of different formats: pdf, html, xml, latex and odt etc. A new theme rhythm.css is added for better performance.

Plugins

Support many plugins like Sphinx syntax support. Other rst plugins:

Contribution to this list are welcome.

Installation

Using Vundle

Recommended Add this line to your .vimrc (after you have properly set up Vundle):

Bundle 'Rykka/riv.vim'

Downloaded zip/tar.gz file

Extract the contents of the archive to your .vim directory.

Config

You can add projects with g:riv_projects:

let proj1 = { 'path': '~/Dropbox/rst',}
let g:riv_projects = [proj1]

More options see the :RivInstruction

Make sure your .vim directory is before $VIMRUNTIME in runtimepath. By default it IS present before $VIMRUNTIME.

Also Make sure filetype plugin indent on and syntax on options are present in your .vimrc.

Tutorials

You can have a quick start with :RivQuickStart.

Here is the Screencast:

New To Vim

  • If you are new to Vim, you can get a basic overview of Vim using vimtutor. To use it simply type vimtutor in your shell.
  • To view the quick reference of Vim, use :h quickref.

New TO Rst

New To Riv

  • For getting started with Riv, read "QuickStart With Riv". You can also view it using :RivQuickStart in Vim.
  • Detailed instructions for Riv are available at "Instructions". Use :RivInstruction to read the same in Vim.

Issues

The bug tracker for Riv is at https://github.com/Rykka/riv.vim/issues. You can use it to report bugs and open feature requests. Discussions related to Riv are welcome too.

You can follow my twitter @rykkaf and notice me there too.

Common Issues

  • If you get errors with folding in documents, you can try to force reload using :RivReload or <C-E>t`.

    Or just :w as it will auto refolding after saving.

  • Windows:
    • Converting to other formats may fail.

      This could happen due to Docutils not working correctly with vimrun.exe.

  • Mac OS:
    • Lists don't act as expected.

      This could happen if the <C-Enter> key could not be mapped. Try some other mapping instead.

About

Take Notes in rst.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published