VimWiki REFERENCE CARD

Open wiki

n\ww.................Open index?le of the n-th wiki n\wt.........................Open index?le in a tab \ws...................List and select available wikies

Local mappings Enter......................Follow/Create WikiWord Shift+Enter.......Split and follow/create WikiWord Ctrl+Enter Vertical split and follow/create WikiWord Backspace............Go back to previous WikiWord Tab.............................Find next WikiWord Shift-Tab..................Find previous WikiWord \wd......................Delete WikiWord you are in \wr....................Rename WikiWord you are in Ctrl-Space...................Toggle list item on/o?=..........................Add or create header level -................................Remove header level

Syntax

*text*....................................bold text text.....................................italic text ~~text~~..............................strikeout text ^text^....................................super script ,,text,,...................................sub script `code`...........................text without syntax 4Spaces text......................blockquote text ----..................................horizontal line http://www.doczj.com/doc/bc7e3d23ccbff121dd3683e5.htmlment:not shown in HTML =text=..............................header level1 ==text==............................header level2 ===text===.........................header level3 ====text====.......................header level4 =====text=====.....................header level5 ======text======..................header level6 Lists

Indent list items with at least one space.

*item..................................bulleted list #item.................................numbered list term::definition...................de?nition list

Text objects

ah.................A header with leading empty lines

ih..........Inner header without leading empty lines

vah.......................Select header with contents

dah......................Delete header with contents

yah.....................Change header with contents

Internal Links

TextText..................................WikiWord

!TextText..........................Not a WikiWord

[[Text text]].....................Link with spaces

[[Text text|Text]].........Link with description

External links

plain link:.............................http://site/

link with description....[http://site/home page]

plain link to image............http://site/pic.jpg

link to local image.............[[images/pic.jpg]]1

double bracketed link.....[[http://site/pic.jpg]]

link with description.............[[http:|comment]]

link with alternate text..........[[http:|comment|]]

link to local?le............[[file://C:/book.pdf]]

links with some style:

with alternate text:

[[http:|cool|width:150px;height:120px;]]

without alternate text:

[[http:||width:150px;height:120px;]]

thumnail links:

[http://site/pic.jpg http://site/thumb.jpg]

[[http://site/pic.jpg|http://site/thumb.jpg]]

Paragraphs and Preformatted text

........................................new line

Paragraphs start from column one,no indentation and

are divide by a blank line.If the line starts from whites-

pace and is not a list it is”preformatted”text.

1Path to image relative to:vimwiki-option-path html

Tables

||...................................Separator of cells

|--+--+--|.........................Heading separator

Alt+Left...........................Shift column left

Alt+Right.........................Shift column right

Tab/Shift+Tab...Jump to the next/previous cell

An indented table is centered in HTML.

Folding/Outline

zM......................................close all folds

zr............................reduce folding one level

zR......................................open all folds

Folding on list items should work properly only if all of

them are indented using current shiftwidth.

Global commands

:VimwikiGoHome..........Open index of current wiki

:VimwikiTabGoHome...Open current index in new tab

:VimwikiUISelect...Open index of the selected wiki

Local commands

:VimwikiFollowWord........Follow/create WikiWord

:VimwikiSplitWord..Split&follow/create WikiWord

:VimwikiVSplitWord Split vertical&follow WikiWord

:VimwikiGoBackWord...To WikiWord you came from

:VimwikiNextWord..............Find next WikiWord

:VimwikiPrevWord..........Find previous WikiWord

:VimwikiDeleteWord....Delete WikiWord you are in

:VimwikiRenameWord..Rename WikiWord you are in

:Vimwiki2HTML..Convert current WikiPage to HTML

:VimwikiAll2HTML..Convert all WikiPages to HTML

:VimwikiToggleListItem.....Toggle list item on/o?

:VimwikiTableMoveColumnLeft.....Shift column left

:VimwikiTableMoveColumnRight..Shift column right

This card may be freely distributed under the terms of the GNU

general public licence

qrc支持html吗,vimwikiqrc相关推荐

  1. QT 添加资源.qrc文件(My Sources File 图片 音频 支持翻译的.qm文件)

    QT 添加资源 .qrc文件 我们只用QT做项目,一般会用到一些图片,声音灯资源,在项目中添加资源可以写绝对路径,也可以将资源添加到我们项目中,在后期打包的时候,也方便. 步骤如下: 1.准备添加资源 ...

  2. xmake 新增对 Qt 编译环境支持,用自己最喜爱的编辑器去开发 Qt 程序

    最近给xmake新增了对 Qt SDK 环境的支持,现在我们完全可以脱离 Qt Creator 进行 Qt 应用程序的开发,甚至配合 vscode/idea/sublime/vim 等编辑器+xmak ...

  3. qt linux 国际化,多语言,配置CLion管理Qt项目国际化支持

    随着Qt 6的发布,cmake也正式宣告接管qmake的工作了. 在之前的一篇博客里我介绍了如何使用cmake管理你的qt项目,不过有一点我没有讲,那就是对国际化(i18n)的处理. 今天我们就来介绍 ...

  4. QT下添加*.qrc(图标Icon、图像)资源

    1.最好(图像资源等都包含在一个文件夹中,如images) 2.在main函数中强制初始化资源Q_INIT_RESOURCE(filename);如: int main(int argc, char ...

  5. QT笔记之VS2010 Qt中导入qrc资源文件

    转载1:http://qimo601.iteye.com/blog/1404693 转载2:http://blog.sina.com.cn/s/blog_92cde3060101lobm.html 转 ...

  6. 5.15 vs2019 静态编译_xmake v2.3.8 发布, 新增 Intel C++/Fortran 编译器支持

    xmake 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能 ...

  7. qt add qrc - Files are not automatically added to the CMakeLists.txt

    文章目录 qt add qrc - Files are not automatically added to the CMakeLists.txt 概述 重现过程 解决方法 备注 - qt版本的选择 ...

  8. QML实现的支持动图的编辑器(比之前要好)

    [写在前面] 在我之前的博客中就做过一个支持动图的编辑器,但是效果很差,而且还会出现其他的问题. 然而最近找到了更好的实现方法,已经基本可以用了. [正文开始] 老规矩,先上效果图: 看起来还不错,现 ...

  9. Qt / Qml 中支持多国语言

    [缘起] 最近找到一个看起来比较好用的开源工具( 然鹅不太会用 ),但整个界面都是英文的. 不过由于是 Qt 写的,所以就尝试自己做些汉化. 然后了解到不少实现多国语言相关的技术( 以及一些坑 (‾◡ ...

最新文章

  1. 2017年全国计算机一级选择题,2017年全国计算机一级选择题题库
  2. Cookie和Session的区别详解
  3. C++内存分配与对象构造的分离
  4. 海华模组:WIFI、BT、SoC模组列表
  5. php数字取反,[转+自]关于PHP7的新特性(涉及取反和disabled_functions绕过)
  6. 如果番茄花园在美国...
  7. jquerymobile在手机上很小_手机如何建立自己的网站
  8. [20190530]oracle Audit文件管理.txt
  9. 使用.net core和abp框架实现动态webapi的简单说明
  10. 质数——埃式筛法和欧式筛法
  11. 为什么磁盘慢会导致Linux负载飙升?
  12. codejock toolkit pro 源码零售版
  13. 景观设计建模中最常用的SU插件有哪些?
  14. 获取指定USB设备的VID PID和SerialNumber
  15. Tushare介绍和入门级实践(2)——使用tushare接口获取沪深300成分股的财报数据并输出到本地
  16. centos7 vi保存退出_怎么保存退出vi编辑 vi常用命令大全
  17. setTimeout运行机制
  18. 阿里巴巴余军:钉钉宜搭低代码实践之路
  19. 小程序登录问题--登录函数getUserInfo()写在app.js中,首次加载无法获取后台处理过的用户的信息,刷新一次后就可以获取的解决
  20. 小白的编程经验(二维数组推箱子游戏)

热门文章

  1. java 使用腾讯云文字识别,识别驾驶证
  2. 网络五大层介绍,看完你就懂
  3. FLASK (CURRENCY)汇率换算api JSON数据读取显示实现
  4. 数值计算——雅可比迭代法解线性方程组(附代码)
  5. 关于实现超长整数运算
  6. js进行i18n国际化配置
  7. 使用Typora书写甘特图
  8. 半导体产业,城市,发展讨论
  9. 【微信小程序控制硬件13 】 与硬件平台无关,微信小程序 AP 配网安信可 Wi-Fi 模块入网示例。【AT篇,附带Demo】
  10. 2022年浙江人力资源管理员考试精选题及答案(多选题)