obbackup/2024-09-16.md
2024-09-18 14:00:06 +08:00

730 B
Raw Permalink Blame History

words
2024-09-16
126
  • 00:01
    table file.mtime
    from #Bookmark   
    sort file.mtime desc
    
    
    
    以上是通过标签法检索笔记 #收集/微信 [webId::3270430114361380868]
  • 00:12 mtime是修改时间ctime是创建时间 #收集/微信 [webId::3270432805779148806]
  • 01:13

    按文### 按件夹内含关键字检索


    list
    from "06-Revin Spaces"
    where contains(file.name,"py")  
    sort file.ctime desc
    ``` #收集/微信
     [webId::3270448087750938634]
    
  • 01:14

    按文### 按件夹内含关键字检索。文件为空也行


    list
    from " "
    where contains(file.name,"py")  
    sort file.ctime desc
    ``` #收集/微信
     [webId::3270448358501650443]