Vimwiki 사용 노트

4367 단어 vim
vimwiki 사용 노트
vimwiki
  • vimwiki
  • installation
  • syntax
  • Inline links
  • Image Link
  • Header
  • List
  • Table
  • code
  • blockquotes
  • Horizontal line
  • Schemes
  • Thumbnails
  • folding/outline

  • key


  • Vimwiku is a personal wiki for Vim -- a number of linked text files that have their own syntax hignlighting.
    with Vimwiki,you can:
  • organize notes and ideas
  • manage todo-lists
  • write documentation

  • 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 *
  • list1
  • list2
  • list 11
  • list 22


  • 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"> http://../thumbnail.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 \
  • ww -- open defalut wiki index file
  • wt -- open defalut wiki index file in a new tab
  • ws -- select and open wiki index file
  • wd -- delete wiki file you are in
  • wr -- raname wiki file you are in
  • wh -- convert current wiki page to HTML
  • whh -- convert current wiki page to HTML and open it in webbrowser.
  • ww -- open/new today's diary
  • wt -- open/new today's diary in a new tab
  • wi -- update diary section in diary index
  • -- follow/create wiki link
  • -- split and follow/create wiki link
  • -- Vertical split and follow/create wiki link
  • -- go back to parent wiki link
  • -- find next wiki link
  • -- find previous wiki link
  • 좋은 웹페이지 즐겨찾기