roovo / obsidian-card-board

An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
MIT License
494 stars 21 forks source link

How to setup tag and path definition types in the UI? #191

Closed KelSolaar closed 7 months ago

KelSolaar commented 9 months ago

Hello,

How do I setuptag and path definition types in the UI? I can do file just fine but not the two formers? I'm editing the data.json file directly atm which is not great.

Cheers,

Thomas

roovo commented 9 months ago

Hiya - I presume this is the problem where they are not showing in the dropdown , as per #146.

If it is then a fix is in the pipeline and will be in the next release ...trying to get a few niggles like this sorted out! Not quite sure when the release will be as it depends a bit on how simple the various fixes I have planned take in practice :) Expecting/hoping for it to be within a week or so.

roovo commented 9 months ago

I've released a new version today (0.7.6) which hopefully fixes this issue. Please let me know if not!

Many thanks

KelSolaar commented 9 months ago

Thank you, this worked!

deladriere commented 9 months ago

Sorry, but I still can't scroll the tag filter: I have to pick one and edit data.json to pick the tag I need I have version 0.7.6

roovo commented 9 months ago

Sorry, but I still can't scroll the tag filter: I have to pick one and edit data.json to pick the tag I need I have version 0.7.6

Darn it - not sure why this would be as it's working fine for me - so need to find a way to replicate for find out why. Sooo, what OS is this on ? Could you add a screenshot to the issue in case this helps? Do you use any particular theme or have any css snippets enabled?

deladriere commented 8 months ago

I am on macOS Somova Often, it even crashes my Obsidian completely (I have a lot of files containing tasks! just by designing a board !! I have to recover the situation using a backup of the .json capture

I can't get access to more than 5 or 6 tags at the time so I just pick a random file and a random tag and edit the .json

roovo commented 8 months ago

Ah - there is a limit of 5 matches of each type - and I use some fuzzy matching algorithm library to determine the top 5 to show

I think it'll be best to treat this as a separate issue, to save this one morphing rather than closing, as it will need a different solution with additional thinking!

Also, if you are having problems with crashes please do raise this separately too - specially if you can provide some basic info on things like number of files/tasks where you start to see issues regularly.

roovo commented 7 months ago

Closing this ticket as I've created a new issue (#204) to track the issues with the limitations of the current dropdown implementation for adding filters.