edonyzpc / personal-assistant

A plugin which help you to automatically manage Obsidian.
Apache License 2.0
75 stars 2 forks source link

[bug] The callout insertion feature of the plugin does not work under my Obsidian. #144

Closed alexinea closed 10 months ago

alexinea commented 1 year ago

Describe the bug The callout insertion feature of the plugin does not work under my Obsidian.

Nothing happened.

Desktop (please complete the following information):

edonyzpc commented 1 year ago

Thank you for reporting. Did you install the plugin named "Callout Manager" which is the dependency of running callout insertion?

image
alexinea commented 1 year ago

Yes, I have installed and enabled the "Callout Manager" plugin.

edonyzpc commented 1 year ago

I have no Windows testing environment and cannot reproduce it. So can you provide debug info from obsidian show debug info command.

Mansarde commented 1 year ago

This stumped be too at first, but after watching the demonstration GIF (especially what keys are used), I noticed how the feature works:

After choosing a callout from the list (i.e. after pressing ENTER), its code is in the clipboard and you have to paste it (CTRL+V) into the note!

edonyzpc commented 1 year ago

@Mansarde Thank you for your response. And yes, the list-callout command is designed as selecting from a list and pasting from the clipboard. I will update the document for users and try to find a better UX, especially on mobile devices.

Enteleform commented 10 months ago

@edonyzpc

Just ran into the same issue as Mansarde, I also expected it to insert the callout at the active view's cursor.

Any chance you could add a setting or separate command for the insertion functionality?

edonyzpc commented 10 months ago

@Enteleform Hi there, Thank you for your comment.

It's not a bug. Now this plugin will copy the callout content into the clipboard when selected. You just need CMD + V to paste it into the place you want to insert.

I will add the feature to paste it into the cursor position when the listed callout is selected. Please check the next new version which will be released in the next week.

Enteleform commented 10 months ago

@edonyzpc   Excellent! Thank you for adding this 🙏

edonyzpc commented 10 months ago

close with PR https://github.com/edonyzpc/personal-assistant/pull/216 and check the latest release version.