obsidian-jira-issue icon indicating copy to clipboard operation
obsidian-jira-issue copied to clipboard

[Feature] Support exporting/copying

Open asteele0 opened this issue 2 years ago • 5 comments

When copying the resulting output to something like Outlook, the format isn't preserved properly at all: image

Versus what it (properly) looks like in Obsidian: image

Describe the solution you'd like I'd like to be able to copy & paste, or export, the note file and have the nice formatting of the tickets be present.

Describe alternatives you've considered If copy & pasting isn't possible, having it render correctly just on export would also work.
Or, minimally, have it copy with readable text format, perhaps something like

[D] SQA-9486 | Update GUI caution icons with higher resolution ones | Open

asteele0 avatar Jan 12 '23 19:01 asteele0

Really interesting use case. I have no experience in this field, I will take a look.

Please, let me know if there is any other plugin in Obsidian that allows something similar. It will be interesting to check how they handle this.

marc0l92 avatar Jan 14 '23 12:01 marc0l92

I was reading over the community plugins list, and I found this one that seems like it would be relevant: https://github.com/jenningsb2/copy-as-html

I also found this one that has to do with exporting: https://github.com/mokeyish/obsidian-enhancing-export

asteele0 avatar Jan 14 '23 23:01 asteele0

For copying, if you put obsidian into "reading" mode, it'll copy properly. When you paste you have to paste into a program that supports pasting with formating, such as outlook or word.

cazador481 avatar Oct 04 '23 19:10 cazador481

@cazador481 how are you doing it, because it still isn't working for me. Here's how it looks in Obsidian in Reading mode: image

Then when I paste into Outlook: image

Arguably the background colors are fine, since I don't think there's any way to support the rounded corners. On the other hand, there aren't any spaces between the sections, and the text size is different from the non-jira part.

asteele0 avatar Oct 04 '23 21:10 asteele0

I went back and looked closer at my output, and I do end up seeing the same issues as what you have.

cazador481 avatar Oct 05 '23 18:10 cazador481