Code Monkey home page Code Monkey logo

Comments (10)

lazyguru avatar lazyguru commented on September 24, 2024

Yes the new checkbox format works in the latest version (it was fixed a few versions back). It should count the "checked" (true) values for you (it works in my personal vault). Can you double check your front matter by switching to source view and verifying it is using true and not 1?

from obsidian-tracker.

lazyguru avatar lazyguru commented on September 24, 2024

I just looked it up. We added support in version 1.11.0

from obsidian-tracker.

lazyguru avatar lazyguru commented on September 24, 2024

Hmm, also can you try with "month:" format instead of "summary:"? I just tried in my vault with summary and it has an issue. So might be something related to that

from obsidian-tracker.

lazyguru avatar lazyguru commented on September 24, 2024

Never mind. Summary works (I use "Reading" and you use "read". Not only did I have the wrong word, but the search is also case-sensitive)

from obsidian-tracker.

TechLifeWeb avatar TechLifeWeb commented on September 24, 2024

Never mind. Summary works (I use "Reading" and you use "read". Not only did I have the wrong word, but the search is also case-sensitive)

so this should work?

searchType: frontmatter
searchTarget: read

from obsidian-tracker.

lazyguru avatar lazyguru commented on September 24, 2024

Yes, as long as you actually named the field "read" in your frontmatter and not "Read"

from obsidian-tracker.

JulianVJacobs avatar JulianVJacobs commented on September 24, 2024

This doesn't seem to be working for me. It seems to be adding any instance of the checkbox property to the streak regardless of whether it's true or false and I can't figure out why.

from obsidian-tracker.

souponaroom avatar souponaroom commented on September 24, 2024

The problem seems to be in expr.ts: To increment the streak counter in summary view, it only checks that the value of each object is not null. Since unchecked boxes are "false", which is distinct from null, the tracker considers it part of the streak. I may pull request a change (but I do not know typescript so sorry if I can't do it).

from obsidian-tracker.

lazyguru avatar lazyguru commented on September 24, 2024

Yeah, no worries there. Since you did the effort of find the spot in the code with the issue I can take a look and try to fix it

from obsidian-tracker.

lazyguru avatar lazyguru commented on September 24, 2024

1.13.2 has been released and this should now be fixed

from obsidian-tracker.

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.