Giter Site home page Giter Site logo

Comments (2)

sheldonxxd avatar sheldonxxd commented on June 13, 2024

由于date是 front-matter 中的信息,此信息无法很好的反映文献笔记的情况(比如修改和新增内容),因此被替换为 file.mtime。

已提交commit对模板进行优化,建议 git clone 此模板库以方便同步更新,然后把更新的少量内容复制到你正在用的库中。

dataview 的语法颇为简单,你也可以尝试将文献小结模板中的 dataview query 修改为如下内容:

TABLE file.tags AS Tags, rating AS Rating, comment AS Comment
FROM "02-Reading/mdnotes"
WHERE file.name[0] = "@"
WHERE file.mtime>=date(<% tp.date.now("YYYY-MM-DD", -7) %>) AND file.mtime<date(<% tp.date.now("YYYY-MM-DD", 1) %>)
WHERE file.tags[0] != "#unread"
WHERE comment > 0
SORT file.mtime desc

from obsidian_vault_template_for_researcher.

iisxuwei avatar iisxuwei commented on June 13, 2024

十分感谢!已解决问题。祝您工作顺利,身体健康。

from obsidian_vault_template_for_researcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.