Results 1 to 2 of 2
Many people enjoy reading and writing in plain text because it is available in
every enviroment. Have you thinked about If these documents had tags --
Especially when the document ...
- 01-13-2010 #1Just Joined!
- Join Date
- Jan 2010
- Location
- China
- Posts
- 0
A vim plugin: Read plain text with tags and syntax hightlight
Many people enjoy reading and writing in plain text because it is available in
every enviroment. Have you thinked about If these documents had tags --
Especially when the document are very long, for example rfc3261 has more than
200 pages.-- If only these document could be browsed easily.
I will introduce a vim plugin(scriptid = 2899), txt.zip : Plain Text
Browser(show the document structure and highlight in plain text), The "Plain
Text Browser" plugin give Vim the ability to show the document structure and
highlight in plain text.
After install, Open a plain text document with vim and you will see the syntax
highlight: The chapter title, URLs, Keywords(such error, todo, etc)... will be
highlighted.
Meanwhile use the ":Tlist" command to open the taglist window. You will find
the table of the content is listed in the taglist window along with the table
and figure list. You can jump to the corresponding chapter by clicking the
tag, just like browsing C code with "taglist" plugin. snapshot is available at:Last edited by zer; 01-13-2010 at 01:02 PM. Reason: correct errors
- 01-16-2010 #2Just Joined!
- Join Date
- Jan 2010
- Location
- China
- Posts
- 0


Reply With Quote

