mvdkwast
mvdkwast
Hi @jonas-sk, sorry for the late answer. I think the Obsidian team must have changed how this renders since, because now I get : ``` Test link. Test link header...
@jonas-sk, do you still have this problem with the latest version of Obsidian ? If so, feel free to reopen this issue !
I did some extensive testing, unfortunately my conclusion is that this is not going to work with Android : Android chromium just doesn't support `navigator.clipboard.write()` with a content-type of `text/html`,...
Upstream issue : https://issues.chromium.org/issues/40851502
It could be copied as text/plain, but then you'd get the raw HTML markup, not what you'd expect when you copy a document into gmail etc...
Thanks for reporting, I will try to reproduce this. Feel free to provide a minimal document which illustrates the issue, as I'm not very familiar with Dataview inline variables.
This is actually a known short-coming, and documented in the README. The problem with this is that there are several syntaxes for dataview inline variables, and they are not trivial...