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

[Feature request] Allow download (GET) of unrendered file

Open ebullient opened this issue 2 years ago • 2 comments

Allow another Obsidian user to download the file directly into their vault.

Could use a plugin command "Download shared note" that would accept the encrypted URL, and make the GET request with an Accept: text/markdown,text/plain or to indicate that the file should be returned as-is, without the rendered web view.

It isn't clear to me if you could use this to share other kinds of files as well.

ebullient avatar Jan 04 '23 18:01 ebullient

That's a super cool idea. I wonder if we could even take this a step further and add a "Download to vault" button to the web viewer that opens Obsidian and stores the note in your vault directly. What do you think?

mcndt avatar Jan 15 '23 13:01 mcndt

I was thinking about this because of what I would like to share:

  1. a document that uses leaflet, which means an associated image attachment.
  2. a way to include a button inside obsidian that fetches the magic URL (without the trip through the web viewer).

ebullient avatar Jan 15 '23 15:01 ebullient