mvdkwast / obsidian-copy-as-html

Obsidian plugin: copy document as HTML, including images
MIT License
42 stars 11 forks source link

Nothing copied on iOS #41

Closed lebigot closed 11 months ago

lebigot commented 11 months ago

Describe the bug

On iOS, the Copy as HTML command doesn't touch the clipboard, so nothing is copied.

To Reproduce Steps to reproduce the behavior:

  1. Use Obsidian for iOS (version 1.3.5, for instance).
  2. Select text.
  3. In the tools ribbon (below the document, typically above the keyboard), select the Command Palette (">_" icon).
  4. Select the "Copy as HTML" command.

The result is that the clipboard is left untouched.

Expected behavior

Instead, an HTML version of the text should go to the clipboard.

Smartphone:

This is really handicapping, when HTML (and not Markdown) is important (for example for pasting into an email).

mvdkwast commented 11 months ago

Hi @lebigot, unfortunately there is no mobile support yet. I wonder how you got this to install on your iPhone, since this plugin is marked as desktop only in the manifest.

lebigot commented 11 months ago

OK, thanks for clarifying this.

The plugin was installed on my phone through a cloud sync.

For what it's worth, a (cumbersome and imperfect) workaround is to copy the Markdown as usual and to paste it into a Markdown app that accepts raw Markdown (Type, for example).