cycsd / obsidian-card-note

Help you extract your thoughts more quickly in canvas
https://www.moritzjung.dev/obsidian-stats/plugins/card-note/
MIT License
30 stars 1 forks source link

No Link Option #2

Closed jowibou closed 7 months ago

jowibou commented 8 months ago

The link icon and action is not available to me in the modal, the only possible options are to cut the text or create a new note.

jowibou commented 8 months ago

This seems to have fixed itself. Link has returned. Any idea what happened?

cycsd commented 8 months ago

The "Link" is a special feature provided by Obsidian for the markdown file. This plugin uses the Obsidian file metadata cache to detect whether there are link sections. Therefore, if you encounter the two situations as described below, it is normal not to see the link option in the model.

  1. You are in the Canvas text node. (no file can be linked)
  2. You drag the block that you just wrote. (you need to wait for seconds to let Obsidian process the metadata cache)

If you encounter issues outside of these situations, please let me know. Thank you