Vimwiki 사용 노트
4367 단어 vim
vimwiki
Vimwiku is a personal wiki for Vim -- a number of linked text files that have their own syntax hignlighting.
with Vimwiki,you can:
installation
cd ~/.vim/bundle
git clone https://github.com/vim-scripts/vimwiki.git
syntax
Inline links
[[ url | description ]]
Image Link
{{imageurl}}
Header
== header2 ==
= Centered Header1 =
List
use *
Definition lists:
Term 1:: Definition 1
Term 2::
:: De 2
:: De 3
Table
year
Temperature(low)
Temperature(high)
1900
-10
25
code
can use ` or {{{
blockquotes
text starts with 4 or more spaces is a blockquotes
Horizontal line
------------------------
Schemes
special schemes are supported: "wiki#:", "local:", "diary:", "file:"for instance, index
Thumbnails
[[ http://someaddr.com/bigpicture.jpg|{{http://someaddr.com/thumbnail.jpg}}]]
in html: in HTML: > http://someaddr.com/ .../.jpg"> folding/outline
* [] Do stuff 1
* [] do substuff[ ] 1.1
* [ ] do substuff[ ] 1.2
* [] Do stuff 2
Do stuff 1
do substuff[ ] 1.1
do substuff[ ] 1.2
Do stuff 2
key
Leader
usually is \