obsidian-stack-overflow icon indicating copy to clipboard operation
obsidian-stack-overflow copied to clipboard

Support extracting questions as well as answers

Open 0xdevalias opened this issue 3 years ago • 2 comments
trafficstars

Currently it looks like the code can only extract answers, but it would be cool if it was also possible to capture questions in a similar way. This would make it easier to archive the full context of a StackOverflow post (eg. for making an offline backup of my questions/answers)

0xdevalias avatar Jun 23 '22 03:06 0xdevalias

Gotcha, so a way to pass in a question URL and get just the question, or all of the answers?

bramses avatar Jun 23 '22 17:06 bramses

I guess I would see them as 2 separate things, but being able to do either might be cool. At a minimum, just getting the question when entering a question URL would make sense (and then I could use the existing functionality to copy the answer URLs that I wanted)

If passing a question URL and getting the question and all of the answers together, I would probably expect that to be an explicit 'opt in' feature; so probably a new command from the menu rather than the default one.

0xdevalias avatar Jun 24 '22 00:06 0xdevalias