Giter Site home page Giter Site logo

Comments (19)

delashum avatar delashum commented on August 18, 2024 2

Just released 1.0.9, a bit of a shot in the dark based on that error, but I'm hopeful. Just let me know if you're still having issues

from obsidian-checklist-plugin.

delashum avatar delashum commented on August 18, 2024

Do you have any checklists tagged with #tareas, because if not, then that is the expected behavior.

from obsidian-checklist-plugin.

torstenkoepke avatar torstenkoepke commented on August 18, 2024

Try to edit one of your files with tasks (including a #tareas, as delashum wrote), that seems to solve the exact same issue for me.

from obsidian-checklist-plugin.

EhuddR avatar EhuddR commented on August 18, 2024

Hello, thank you for your prompt reply. However, it does not seem to be working. Attached, I am sending you images of the configuration I have and one of my notes. I also created a file to test using the same schema as the plugin example but it doesn't seem to work.
The plug in was working normally in version 1.04.

image
image
image

from obsidian-checklist-plugin.

mabiga avatar mabiga commented on August 18, 2024

Hi,
first of all thank you for this great plugin.
Unfortunately I have the same issue as EhuddR.
It also worked with version 1.04 for me.

from obsidian-checklist-plugin.

delashum avatar delashum commented on August 18, 2024

In your last screenshot it looks like you are making your checklist items with * [ ] rather than - [ ], or is that just a styling thing? Because currently the parse is only searching for lines that begin with a dash. I am currently on 1.0.6 on my machine and it seems to be working fine so hard for me to diagnose this.

from obsidian-checklist-plugin.

EhuddR avatar EhuddR commented on August 18, 2024

In your last screenshot it looks like you are making your checklist items with * [ ] rather than - [ ], or is that just a styling thing? Because currently the parse is only searching for lines that begin with a dash. I am currently on 1.0.6 on my machine and it seems to be working fine so hard for me to diagnose this.

Hi! It's just the style of the obsidianite theme. All my tasks are done with - [ ]
I do not know if this error is due to some conflict with another plugin.
The list of installed Plugins is as follows:

  • Calendar
  • Citations
  • Day Planner
  • Mind Map
  • Note Refractor
  • Reading Time
  • Slading Panes
  • Templater
  • Text Expand
  • Journey

from obsidian-checklist-plugin.

jensuj avatar jensuj commented on August 18, 2024

I have the same problem as described above..
Obsidian v0.10.12
Checklist v1.0.6

The plugin works sporadically. Some times the "checklist" pane is empty, other times it only has a chelists from the current open pane, other times, it has all checklists in the vault.

It seems like updating the tag (rewriting "todo") in the settings can help the plugin fetch all lists, but it's not a sure fix.

from obsidian-checklist-plugin.

delashum avatar delashum commented on August 18, 2024

I will look into this some more this week, I have a few ideas I can try. My first hypothesis is that is has to do with the amount of files in your vault. My personal vault that i do most of my testing on is relatively small, so the time it takes the vault to boot up is fairly short. Do any of you that are having problems have very large vaults?

from obsidian-checklist-plugin.

EhuddR avatar EhuddR commented on August 18, 2024

Thanks! I have a mid size vault. Around 300 files.

from obsidian-checklist-plugin.

delashum avatar delashum commented on August 18, 2024

I am able to reproduce now as it is occurring in my vault now. It appears the fileCache isn't being updated as it once was. I will reach out to the plugin SDK maintainers to see what's going on

from obsidian-checklist-plugin.

delashum avatar delashum commented on August 18, 2024

I just pushed 1.0.7 which is more smart about the way it loads files to ensure they are always loaded. Please let me know if this doesn't fix the issue

from obsidian-checklist-plugin.

EhuddR avatar EhuddR commented on August 18, 2024

I am sorry to report that the plugin does not seem to work with a large number of files with tasks. It now shows a loading icon that keeps loading forever. Version 1.0.8

image

I just pushed 1.0.7 which is more smart about the way it loads files to ensure they are always loaded. Please let me know if this doesn't fix the issue

from obsidian-checklist-plugin.

jensuj avatar jensuj commented on August 18, 2024

Updated, and it seems like it works as it should.

from obsidian-checklist-plugin.

delashum avatar delashum commented on August 18, 2024

@EhuddR hmm, can you tell me if there are any errors in your console? 300 files should be no problem

from obsidian-checklist-plugin.

jlcala avatar jlcala commented on August 18, 2024

@EhuddR hmm, can you tell me if there are any errors in your console? 300 files should be no problem

I'm getting the same forever loading icon as @EhuddR. I uninstalled every plugin I had except calendar, and my console has this error:

app.js:1 Obsidian Developer Console
VM95:543 Uncaught (in promise) TypeError: Cannot read property 'filePath' of undefined
    at eval (eval at <anonymous> (app.js:1), <anonymous>:543:53)
    at Array.map (<anonymous>)
    at decorateChunks (eval at <anonymous> (app.js:1), <anonymous>:532:19)
    at formTodo (eval at <anonymous> (app.js:1), <anonymous>:517:27)
    at findAllTodosFromTagBlock (eval at <anonymous> (app.js:1), <anonymous>:495:17)
    at eval (eval at <anonymous> (app.js:1), <anonymous>:428:48)
    at Array.flatMap (<anonymous>)
    at eval (eval at <anonymous> (app.js:1), <anonymous>:428:31)
    at Array.flatMap (<anonymous>)
    at parseTodos (eval at <anonymous> (app.js:1), <anonymous>:427:10)

from obsidian-checklist-plugin.

mabiga avatar mabiga commented on August 18, 2024

Seams like you fixed the issue. At least for me its working nicely again.
Obsidian 0.10.11 and Plugin 1.0.9 for about 200 files in the vault.

from obsidian-checklist-plugin.

jlcala avatar jlcala commented on August 18, 2024

It's working for me! Thanks very much!

from obsidian-checklist-plugin.

EhuddR avatar EhuddR commented on August 18, 2024

Thank you very much! Now it works correctly.

from obsidian-checklist-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.