meld-cp / obsidian-encrypt

Hide secrets in your Obsidian.md vault
MIT License
545 stars 32 forks source link

Enabling the plugin makes dataview not work anymore #136

Closed Shidiq closed 8 months ago

Shidiq commented 8 months ago

I started having problems with dataview & todoist plugin in Reading Mode

Editing Mode

CleanShot 2023-11-04 at 06 57 41@2x

Reading Mode

CleanShot 2023-11-04 at 06 59 04@2x

meld-cp commented 8 months ago

Try v2.3.4

Shidiq commented 8 months ago

I'm currently install v2.3.4

CleanShot 2023-11-04 at 07 21 42@2x

meld-cp commented 8 months ago

Hmmm, could you try uninstalling the plugin and reinstalling it?

Failing that can you send me a minimal example so I can try to reproduce the issue?

Shidiq commented 8 months ago

Mmm... not work in my setup (still same issue after uninstall and reinstall)

Just regular dataview code:

---
week: '[[2023-W44]]'
month: '[[2023-11]]'
year: '[[2023 Year Plan |2023]]'
---
[[2023-11-03|«]] [[2023-11-04|Saturday]] [[2023-W44|4]] [[2023-11|Nov]] [[2023 Year Plan|2023]] [[2023-11-05|»]]

## ⁜ Saturday - November 4th 2023

> [!quote]
> In three words I can sum up everything I've learned about life: it goes on.
> — <cite>Robert Frost</cite>

---

> [!todo] Daily Quests
> ```todoist
> name: –––––––––––––––
> filter: "(#Inbox & no date) | today | overdue"
> sorting:
> - date
> - priority
> group: true
> ```

> [!example] On This Day...
> ```dataview
> TABLE file.cday as Created, summary as "Summary"
> FROM "/" where contains(file.outlinks, [[2023-11-04]])
> SORT file.cday DESC
> ```

## ⁜ Memos
Asetnozama commented 8 months ago

I can confirm. Latest update messed up dataview and the task plugin.

marc-alexis-com commented 8 months ago

I confirm too, tried everything.

meld-cp commented 8 months ago

Hi,

Could someone please confirm if v2.3.5 fixes this issue?

Shidiq commented 8 months ago

Just a quick note to express my gratitude for your swift bug-fixing skills. Thank you...

meld-cp commented 8 months ago

Thanks @Shidiq , I'm glad it's working again.