Hi! I maintain a technical blog, and sometimes a post will involve a big stack trace (today's is over 650 lines long).
To avoid cluttering the main post, I was going to upload the trace as a text file and link to it, but it looks like .txt files are not a supported uploadable file type.
I have considered converting the text file to
- an image: but then viewers lose ability to copy/paste snippets
- PDF: feels kind of heavyweight though and more work for me
I could make a separate post of the stack trace, but that's kind of ugly too since it would show up in the recent postings and it's not really a top-level article.
Is there a better way I should be dealing with large text files that I want to link to from my main post?
-Daniel-