|
Project Information
Links
|
MISSION Project for patches of rst.el and collections of extensions based on rst.el. ORIGIN I use rst.el intensively recently and find that it lacks lots of functionality. I spend some time writing some and shared those codes on emacs-devel mail list, but the mail was ignored. Chances are I just posted at a wrong place, but it makes me thinking about finding a place stable and able to communicate. I want make my effort having more contribution and hope can find some people improving our working experience with rst.el together. IMPLEMENTATIONS The rst.patch is made for rst.el in emacs-csv-23.0.92. The already implemented functionality includes: - Insert bullet list and enumeration by 'M-RET'. - Insert directives and options by 'C-c C-d'. - Insert option by 'C-c C-o'. - Insert hyperlink, footnote, and citation by 'C-c C-h'. - Jump within hyperlinks by 'C-c l', 'C-c n', and 'C-c t'. - jump within footnotes, and citation by 'C-c r', 'C-c m', and 'C-c u'. - Add your own directives by function 'rst-add-directives'. Note the last two categories of command only works when on the link target or link reference line. You can get the latest patch from SVN. |