Skip to content

Latest commit

 

History

History
109 lines (101 loc) · 2.19 KB

File metadata and controls

109 lines (101 loc) · 2.19 KB

[!example] [[-高等数学-|总目录]]

[!example]- 微积分

filters:
  and:
    - file.hasTag("数学")
    - file.name.startsWith("-")
    - file.name.endsWith("-")
    - file.path.contains("微积分")
views:
  - type: list
    name: 列表
    order:
      - file.name
    sort:
      - property: chapter
        direction: ASC

[!example]- 线性代数

filters:
  and:
    - file.hasTag("数学")
    - file.name.startsWith("-")
    - file.name.endsWith("-")
    - file.path.contains("线性代数")
views:
  - type: list
    name: 列表
    order:
      - file.name
    sort:
      - property: chapter
        direction: ASC

[!example]- 概率论

filters:
  and:
    - file.hasTag("数学")
    - file.name.startsWith("--")
    - file.name.endsWith("--")
    - file.path.contains("概率论")
views:
  - type: list
    name: 列表
    order:
      - file.name
    sort:
      - property: chapter
        direction: ASC

[!note]+ 最近编辑

filters:
  and:
    - file.hasTag("数学")
    - '!file.folder.contains("模板")'
    - '!file.folder.contains("kanban")'
    - /(微积分|概率论|线性代数|Other)/.matches(file.path)
views:
  - type: table
    name: 列表
    order:
      - file.name
      - file.mtime
    sort:
      - property: file.mtime
        direction: DESC
    limit: 16

[!todo]-

filters:
  and:
    - file.hasTag("数学")
    - finished == false
views:
  - type: list
    name: 列表

[!warning]- 同步冲突

filters:
  - '/conflict \d{4}-\d{2}-\d{2}-\d{2}-\d{2}-\d{2}/.matches(file.name)'
views:
  - type: list
	name: 列表

[!tip]+ 参考

  • [[高等数学 第7版 上册 同济大学.pdf]]
  • [[高等数学 第7版 下册 同济大学.pdf]]
  • [[线性代数 第5版 同济大学.pdf]]
  • [[概率论与数理统计(浙大四版).pdf]]
  • [[Markdown数学公式]]
  • [[Callouts语法]]
  • [[WolframAlpha]]
  • [[公式编辑器]]

[!quote] 名言 人类对连续世界的三种基本抽象 变化 × 结构 × 可能性