obsidian-reminder
obsidian-reminder copied to clipboard
[Bug]: Calendar popup broken with Experimental Live Preview
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)
Type the calendar popup trigger, ex: (@
Operating system
macOS
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.
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
I've observed same behavior with Obsidian v0.13.14. I will start to fix it soon.
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.
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.
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