c6p / logseq-habit-tracker

Habit tracker for Logseq
MIT License
95 stars 5 forks source link

Habits window cut out/incomplete? #22

Open iuliandita opened 1 year ago

iuliandita commented 1 year ago

Hi there. Trying to get this plugin to work, but this is how it shows:

image

Am I missing something? Also, how can I make it ignore the leading #### (used for formatting)?

cjbarroso commented 1 year ago

I have the same issue, with the current last beta release, it happened with the previous one also. I disabled all other plugins and changed different themes to no avail.

cjbarroso commented 1 year ago

Are you using the Tabs plugin? Try disabling it, it worked for me

c6p commented 1 year ago

I cannot reproduce the issue on Logseq 8.14 with default theme, even with logseq-plugins-tabs v1.18.1.

Could you please try with a clean profile, and report back here?

As your second question, you can set habit pattern to: ^(#*\s)?(TODO|DONE)?\s*?(?<habit>.*?)(?:| - (?:(?<int>\d*?) times|(?<count>.*?)))$

Cheers

iuliandita commented 1 year ago

@cjbarroso I disabled the Tabs plugin, and it works like it should now. Thanks for the tip! Any workaround so I can use both plugins? @c6p that worked! thank you!