Git Product home page Git Product logo

obsidian-vault-template's People

Contributors

m-dwyer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

obsidian-vault-template's Issues

Few issues with queries

Hi, first of all thanks for making this. It's very helpful in seeing how a workflow can be built using the dataview plugin.

One issue I ran into is that the queries in the weekly planner did not return any data. Several of the queries filter on "" in the WHERE clause but that did not work for me at all. After some troubleshooting and tinkering it looks like the WHERE clause has to filter on Nil instead, but this isn't in the docs. I opened this issue with the dataviewer maintainer to get clarification on filtering on Nil. blacksmithgu/obsidian-dataview#67

Also the Assigned tasks query in the weekly template includes this in the filter:

assignedDate <= date({{sunday:gggg-MM-DD}}) and
assignedDate >= date({{monday:gggg-MM-DD}})

which also returned zero results.

When I changed it to this it worked:

assignedDate >= date({{sunday:gggg-MM-DD}}) and
assignedDate <= date({{saturday:gggg-MM-DD}})

What was happening in the original is that, since today (as I write this) is a Monday March 29th, the first query template was generating this in the generated weekly note:

assignedDate <= date(2021-03-28) and
assignedDate >= date(2021-03-29)

which of course didn't work.

Anyway thanks for making this vault it has been very very helpful in seeing the flow and possibilities!

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.