I think markup languages like markdown which are both fairly easy to convert into other formats and deliciously human readable are the way to go.
The future of education is plain text
11–20 of 349 posts
Re: The future of education is plain text
#12There’s no such thing as “plain text”. Is this UTF-8, latin-1, 7 bits ASCII…?
Re: The future of education is plain text
#13What about the existing "standard", PowerPoint slides and PDFs? Although most of my notes could be plain-text, any graphs or figures need pictures. ASCII art doesn't cut it.
With the text being in plain-text, it guarantees someone the base ability to just open up (e.g.) Notepad.exe if all else fails vs. trying to open up a Powerpoint '97 presentation with embedded RealMedia files in 2017.
Re: The future of education is plain text
#14What about the existing "standard", PowerPoint slides and PDFs? Although most of my notes could be plain-text, any graphs or figures need pictures. ASCII art doesn't cut it.
Re: The future of education is plain text
#15Nope, because plain-text is incompatible with centuries of mathematical notation.
If you distribute things in Markdown with (e.g.) MathML markup, then the reader can format that nicely for display, with PlainText / Markdown being the distribution format.
Re: The future of education is plain text
#16What about the existing "standard", PowerPoint slides and PDFs? Although most of my notes could be plain-text, any graphs or figures need pictures. ASCII art doesn't cut it.
Re: The future of education is plain text
#17Plain text in what encoding, with what character set? We start adding implementation details and suddenly it's not as straightforward.
Re: The future of education is plain text
#18Let's agree on markdown/rich text + non-interactive media (images, sound, video)
Re: The future of education is plain text
#19As others have mentioned, once you dig into the innards and nuances of plain text representations and formats, things can get hairy. Still, I think the author is correct in that plain text formats are certainly a better base for sharing curricula, and for knowledge production in general, than something proprietary like word docs, pdfs, etc. I think markup languages like markdown which are both fairly easy to convert…
Re: The future of education is plain text
#20What about the existing "standard", PowerPoint slides and PDFs? Although most of my notes could be plain-text, any graphs or figures need pictures. ASCII art doesn't cut it.
Plain-text just needs to be the format. Checkout (e.g.) Markdown editors like Typora. The underlying format is Markdown, but it can be edited and displayed in a more visual fashion. With the text being in plain-text, it guarantees someone the base ability to just open up (e.g.) Notepad.exe if all else fails vs. trying to open up a Powerpoint '97 presentation with embedded RealMedia files in 2017.