TiddlyWiki: Custom Macros

 23rd February 2021 at 1:53pm

$:/macros/onlyice/handy 中定义了一些实用的宏。

Icon

任务是否完成的 icon:

  • <<task-undone>>
  • <<task-done>>

区分软件平台:

  • <<plat-win>>
  • <<plat-mac>>
  • <<plat-linux>>
  • <<plat-android>>
  • <<plat-chrome>>

表示是程序代码(而不是可执行文件):

  • <<icon-code>>

图标:

  • <<icon-star-full>>
  • <<icon-star-half>>
  • <<icon-star-empty>>
  • <<icon play>>

ES 兼容性表格:

文本格式

  • 强调 <<.s "Hello World">> Hello World
  • 居中 <<.center "Introduction">>

    Introduction

功能性宏

展示 PDF:

<<display-pdf path:"/files/path/to/your.pdf" title:"your.pdf">>

也定义了一个 snippet

辅助信息

块:

  • <<.todo "第四章未读。">>
    To-do
    第四章未读。

知识点重要性:

  • Basic Usage <<.p1>>:Basic Usage 重要
  • Query <<.p2>>:Query 一般
  • Generated Columns <<.p2>>:Generated Columns 不重要