Code Monkey home page Code Monkey logo

Comments (8)

dirkschut avatar dirkschut commented on May 23, 2024 1

Thanks :) I really love the plugin so far and look forward to what you will be able to do when the official plugin API is released

from obsidian-todoist-plugin.

jamiebrynes7 avatar jamiebrynes7 commented on May 23, 2024

Hey @mrDLSable, seems that you've ran into another unsupported filter keyword like #11 (despite the Todoist API docs claiming otherwise!).

I think I'll make a meta ticket to track these as and when we run into them.

from obsidian-todoist-plugin.

dirkschut avatar dirkschut commented on May 23, 2024

Ah, thanks @jamiebrynes7. I know it's a lot to ask for, but could you as a workaround perhaps assign a class to the todo items so people like me (probably just me) can hide them? Perhaps NoTime and HasTime?

from obsidian-todoist-plugin.

jamiebrynes7 avatar jamiebrynes7 commented on May 23, 2024

I'm happy to add a has-time or similar to the task element, but does that solve your problem completely?

Unless you never want to see tasks without time in any query, doing this at a CSS level will affect all queries.

from obsidian-todoist-plugin.

dirkschut avatar dirkschut commented on May 23, 2024

What I want to do is essentially use this query: overdue & p1 | today & no time & p1. With the has-time I can then use the following query and CSS to simulate it.

overdue & p1 | today & p1

.has-time{
    display: none;
}

.task-overdue{
    display: block;
}

I know it's just a bodge, but it's the best I can come up with right now.

from obsidian-todoist-plugin.

jamiebrynes7 avatar jamiebrynes7 commented on May 23, 2024

Sure I can add those classes in, I imagine they could be useful for someone else as well.

Raised #36 for this 😄

from obsidian-todoist-plugin.

thammawat-s avatar thammawat-s commented on May 23, 2024

"filter": "no time" is working now, FYI.

from obsidian-todoist-plugin.

jamiebrynes7 avatar jamiebrynes7 commented on May 23, 2024

Yup, can confirm no time works as a filter now! 🎉

from obsidian-todoist-plugin.

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.