obsidian-reminder icon indicating copy to clipboard operation
obsidian-reminder copied to clipboard

[Bug]: Calendar popup broken with Experimental Live Preview

Open KevinGreen opened this issue 3 years ago • 6 comments

Describe the bug

I'm not sure if it's even possible to show the calendar popup with new live preview editor but I noticed that the calendar popup doesn't trigger when live preview is enabled. It does work as expected after disabling live preview.

Expected Behavior

The calendar popup should display

Steps to reproduce

Enable live preview from the Editor options (catalyst required) image

Type the calendar popup trigger, ex: (@

Operating system

macOS

KevinGreen avatar Dec 01 '21 19:12 KevinGreen

I saw the excalidraw plugin has at least a partial patch for fixing it in the live preview mode zsviczian/obsidian-excalidraw-plugin@1.4.8-beta-2...1.4.9#diff-5307e95e95 I'm not sure if this is helpful at all, I haven't looked at either codebase or what the live preview editor are doing to understand why it would be broken.

KevinGreen avatar Dec 01 '21 20:12 KevinGreen

I'm facing the same problem with the calendar pop-up. Now, instead of a calendar, there is just a small window with three options: "today", "yesterday" and "tomorrow"... and in my case the plugin stop working after 0.13 release - at a specific time the reminder windows is not trigged

mrkuramoto avatar Dec 10 '21 12:12 mrkuramoto

I've observed same behavior with Obsidian v0.13.14. I will start to fix it soon.

uphy avatar Dec 22 '21 01:12 uphy

there is just a small window with three options: "today", "yesterday" and "tomorrow"...

Do you happen to have the Natural Language Dates plugin installed? I've been using it as a workaround, and that's the same popup that it uses. I made a template that's just "⏰ @" and trigger it with a hotkey.

danesusername avatar Dec 27 '21 14:12 danesusername

Workaround for this issue has been implemented. https://github.com/uphy/obsidian-reminder/releases/tag/1.1.4

Now calendar popup is available not as inline popup but as a modal.

uphy avatar Dec 28 '21 09:12 uphy

The new version of the plugin still didn't seem to be working for me but I just updated from v0.13.18 (insider) to v.0.13.19 and it's working now! Thanks @uphy for the fix

KevinGreen avatar Jan 07 '22 20:01 KevinGreen