Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: When exporting an image to the vault, create a wiki link pointing to the exported image in the current canvas file. #2290

Open
TrillStones opened this issue Mar 15, 2025 · 0 comments

Comments

@TrillStones
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I will export the canvas snapshot as an image and then perform image occlusion on the image. The reason I do this is that modifying the canvas will cause other canvases that depend on the current canvas to change, so I must export the snapshot of the current canvas as an image. However, I cannot find the exported image snapshot from the canvas, and I hope to find all related snapshot images through the current canvas file.

Describe the solution you'd like

When exporting images to the vault, add an option: whether to associate with the current canvas.

Real-life usage scenarios

  1. I will export the canvas snapshot as an image and then perform image occlusion on the image by using Image Occlusion script.
  2. I Change some elements of the origin canvas.
  3. I do another Image Occlusion by using the snapshot exported image. Step 2 will not affect me.
  4. Find all Image Occlusion File by the origin canvas, maybe for deletion or review.

Describe alternatives you've considered

Manually drag the exported snapshot image to the canvas md file.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant