<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>vim &amp;mdash; Minimalist EdTech</title>
    <link>https://minimalistedtech.org/tag:vim</link>
    <description>Less is more in technology and in education</description>
    <pubDate>Thu, 07 May 2026 08:53:37 +0000</pubDate>
    <image>
      <url>https://i.snap.as/qrAhYX2v.jpg</url>
      <title>vim &amp;mdash; Minimalist EdTech</title>
      <link>https://minimalistedtech.org/tag:vim</link>
    </image>
    <item>
      <title>You can&#39;t step on the gas and the brake at the same time: modal text editors and writing</title>
      <link>https://minimalistedtech.org/you-cant-step-on-the-gas-and-the-brake-at-the-same-time-modal-text-editors?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;The ability to shift from content creation mode to editing mode mirrors for me the writing advice I often give students: you can&#39;t have your foot on the accelerator and the brake at the same time. Modal editors force you to think about editing and content generation as separate steps. A lot of young writers might benefit from this simple tool. (Admittedly, this also might qualify as cruel and unusual punishment. But I&#39;m going to run with it.)&#xA;&#xA;!--more--&#xA;&#xA;My own decades-long history of trying various writing platforms simmers underneath my previous post about the ubiquity of MS Word and Google Docs in the technological mindset of many students. I tend to use text editors for most everything nowadays:  Vim, its variants, tools which have some sort of vim mode or tools which are based around some variety  or species of markdown (write.as, hedgedoc, draftin, sublimetext, neovim, leanpub (markua), etc.). At first I thought maybe that was just contrarian affectation fter years in an academic community that takes writing seriously but also doesn&#39;t think all that critically about the technologies used for writing. But now I recognize that the inclination towards both modal editors and minimalist (or &#34;distraction-free&#34;) text tools is mostly about something more fundamental. It is about aligning tools with process.&#xA;&#xA;One of the most common problems I see in student writers comes out in their written work as a sort of stiltedness or formality. Sometimes they aren&#39;t clear. Sometimes it seems like they&#39;re holding back. The symptoms can be many. But, upon discussing their process with them, how they arrived at this not-quite-right bit of prose, they usually say some variant of the same thing. They describe a back and forth, constantly trying to say something but then worrying about whether that was the right thing to say, whether it was formatted properly, whether they had their details right. It&#39;s the typical writer&#39;s dilemma, weighed down by the pressure of doing something for a class, where the stakes seem both higher and, in other ways, trivial and unconnected to their lives. (I note in passing that this is often a misconception. They are used to writing what the teacher wants and so have a bit of a mental block until freed of their assumption that writing in a class is for the teacher more than it is for them.)&#xA;&#xA;There are many remedies and aids to help students who are stalling out their writing by trying to push forward while at the same time cutting back, braking and accelerating in fits and starts. Peter Elbow is a good starting point and I have used his freewriting exercises in many classes over the years. There are technology aids with distraction free writing or &#34;typewriter&#34;/&#34;hemingway&#34; modes that prevent erasing. And there are plenty of methods to walk students through structured steps of writing and editing. Recently, for example, as design thinking has vied for widespread applicability, there is the inevitable application to writing (one example of many: https://medium.com/8px-magazine/design-thinking-through-the-writing-process-9075d56db517). What design thinking offers, like any method, is a clear plan for sequestering the idea-making and creation (&#34;ideating&#34; and &#34;prototyping&#34; in DT-speak) from the editing step (aka &#34;testing&#34;). &#xA;&#xA;Like these approaches, modal text editing offers a scaffolding which can separate steps of writing, putting the mind at ease that one does not have to do everything right now. The distinction between an editing mode and an insert mode reinforces the distinction that many students could use between generating content and editing that content. &#xA;&#xA;Fairly high bar perhaps? The learning curve for vim is notoriously &#34;high&#34;:&#xA;&#xA;But there are in fact only a few commands that one needs to do the kind of editing that most students do to their writing. Cut/paste and moving around are the basics. There are some good learing aids too, for example https://www.openvim.com/ and https://vim-adventures.com/, and many, many tutorials (e.g. https://danielmiessler.com/study/vim/). There are plenty of folks who use things like vim for writing more than just code. Writers have adopted vim in various ways. See, e.g. https://hackernoon.com/vim-for-writers-ee15d2a8f512 and https://www.naperwrimo.org/wiki/index.php?title=VimforWriters via NaNoWriMo. &#xA;&#xA;So I&#39;m a big fan of Vim and its descendants. But I&#39;m an even bigger fan of vim-mode in various other applications. Tools with built-in vim bindings or vim-mode are, I think, the easiest on ramp for using modal editing to help think about how one writes. One of my favorite ways to use vim bindings is with the browser, including with vimium, most likely the easiest way to get vim bindings into the hands of students right away. I appreciate too tools like hedgedoc, where a vim mode is built in (just switch the selector at the bottom of the editor pane). &#xA;&#xA;I recognize that this may not be for a lot of folks. But I think with certain students it might resonate with them and help them think about the particular issue they are having. At a minimum, it can help make cutting and pasting stand out in the editing process. It can also help isolate rearrangement as a part of the process (For student writing, often a lot can be gained simply by taking the last paragraph or sentence and moving that to the front of a paper. It is a semi magical trick to them, usually with good results.)&#xA;&#xA;And if modal editing is too much work, well then I suppose we can always just remove the backspace key to get the point across. &#xA;&#xA;#vim #minimalistedtech #edtechminimalism #writing #writingtools&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/r3Wsq6iR.jpg" alt=""/></p>

<p>The ability to shift from content creation mode to editing mode mirrors for me the writing advice I often give students: you can&#39;t have your foot on the accelerator and the brake at the same time. Modal editors force you to think about editing and content generation as separate steps. A lot of young writers might benefit from this simple tool. (Admittedly, this also might qualify as cruel and unusual punishment. But I&#39;m going to run with it.)</p>



<p>My own decades-long history of trying various writing platforms simmers underneath <a href="https://write.as/minimalistedtech/is-ms-word-an-educational-technology">my previous post about the ubiquity of MS Word and Google Docs in the technological mindset of many students</a>. I tend to use text editors for most everything nowadays:  Vim, its variants, tools which have some sort of vim mode or tools which are based around some variety  or species of markdown (write.as, hedgedoc, draftin, sublimetext, neovim, leanpub (markua), etc.). At first I thought maybe that was just contrarian affectation fter years in an academic community that takes writing seriously but also doesn&#39;t think all that critically about the technologies used for writing. But now I recognize that the inclination towards both modal editors and minimalist (or “distraction-free”) text tools is mostly about something more fundamental. It is about aligning tools with process.</p>

<p>One of the most common problems I see in student writers comes out in their written work as a sort of stiltedness or formality. Sometimes they aren&#39;t clear. Sometimes it seems like they&#39;re holding back. The symptoms can be many. But, upon discussing their process with them, how they arrived at this not-quite-right bit of prose, they usually say some variant of the same thing. They describe a back and forth, constantly trying to say something but then worrying about whether that was the right thing to say, whether it was formatted properly, whether they had their details right. It&#39;s the typical writer&#39;s dilemma, weighed down by the pressure of doing something <em>for a class</em>, where the stakes seem both higher and, in other ways, trivial and unconnected to their lives. (I note in passing that this is often a misconception. They are used to writing what the teacher wants and so have a bit of a mental block until freed of their assumption that writing in a class is for the teacher more than it is for them.)</p>

<p>There are many remedies and aids to help students who are stalling out their writing by trying to push forward while at the same time cutting back, braking and accelerating in fits and starts. <a href="http://peterelbow.com">Peter Elbow</a> is a good starting point and I have used his <a href="http://peterelbow.com/pdfs/How_to_Write_Better_through_Freewriting_by_Peter_Elbow.pdf">freewriting exercises</a> in many classes over the years. There are technology aids with distraction free writing or “typewriter”/“hemingway” modes that prevent erasing. And there are plenty of methods to walk students through structured steps of writing and editing. Recently, for example, as design thinking has vied for widespread applicability, there is the inevitable application to writing (one example of many: <a href="https://medium.com/8px-magazine/design-thinking-through-the-writing-process-9075d56db517">https://medium.com/8px-magazine/design-thinking-through-the-writing-process-9075d56db517</a>). What design thinking offers, like any method, is a clear plan for sequestering the idea-making and creation (“ideating” and “prototyping” in DT-speak) from the editing step (aka “testing”).</p>

<p>Like these approaches, modal text editing offers a scaffolding which can separate steps of writing, putting the mind at ease that one does not have to do everything right now. The distinction between an editing mode and an insert mode reinforces the distinction that many students could use between generating content and editing that content.</p>

<p>Fairly high bar perhaps? The learning curve for vim is notoriously “high”:</p>

<p><img src="https://i.snap.as/Ie3SdB33.jpeg" alt=""/></p>

<p>But there are in fact only a few commands that one needs to do the kind of editing that most students do to their writing. Cut/paste and moving around are the basics. There are some good learing aids too, for example <a href="https://www.openvim.com/">https://www.openvim.com/</a> and <a href="https://vim-adventures.com/">https://vim-adventures.com/</a>, and many, many tutorials (e.g. <a href="https://danielmiessler.com/study/vim/">https://danielmiessler.com/study/vim/</a>). There are plenty of folks who use things like vim for writing more than just code. Writers have adopted vim in various ways. See, e.g. <a href="https://hackernoon.com/vim-for-writers-ee15d2a8f512">https://hackernoon.com/vim-for-writers-ee15d2a8f512</a> and <a href="https://www.naperwrimo.org/wiki/index.php?title=Vim_for_Writers">https://www.naperwrimo.org/wiki/index.php?title=Vim_for_Writers</a> via NaNoWriMo.</p>

<p>So I&#39;m a big fan of Vim and its descendants. But I&#39;m an even bigger fan of vim-mode in various other applications. Tools with built-in vim bindings or vim-mode are, I think, the easiest on ramp for using modal editing to help think about how one writes. One of my favorite ways to use vim bindings is with the browser, including with <a href="https://vimium.github.io/">vimium</a>, most likely the easiest way to get vim bindings into the hands of students right away. I appreciate too tools like hedgedoc, where a vim mode is built in (just switch the selector at the bottom of the editor pane).</p>

<p>I recognize that this may not be for a lot of folks. But I think with certain students it might resonate with them and help them think about the particular issue they are having. At a minimum, it can help make cutting and pasting stand out in the editing process. It can also help isolate rearrangement as a part of the process (For student writing, often a lot can be gained simply by taking the last paragraph or sentence and moving that to the front of a paper. It is a semi magical trick to them, usually with good results.)</p>

<p>And if modal editing is too much work, well then I suppose we can always just remove the backspace key to get the point across.</p>

<p><a href="https://minimalistedtech.org/tag:vim" class="hashtag"><span>#</span><span class="p-category">vim</span></a> <a href="https://minimalistedtech.org/tag:minimalistedtech" class="hashtag"><span>#</span><span class="p-category">minimalistedtech</span></a> <a href="https://minimalistedtech.org/tag:edtechminimalism" class="hashtag"><span>#</span><span class="p-category">edtechminimalism</span></a> <a href="https://minimalistedtech.org/tag:writing" class="hashtag"><span>#</span><span class="p-category">writing</span></a> <a href="https://minimalistedtech.org/tag:writingtools" class="hashtag"><span>#</span><span class="p-category">writingtools</span></a></p>
]]></content:encoded>
      <guid>https://minimalistedtech.org/you-cant-step-on-the-gas-and-the-brake-at-the-same-time-modal-text-editors</guid>
      <pubDate>Sat, 06 Feb 2021 21:50:42 +0000</pubDate>
    </item>
    <item>
      <title>Is MS Word an educational technology?</title>
      <link>https://minimalistedtech.org/is-ms-word-an-educational-technology?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;above: Retired Edtech&#xA;&#xA;Ah, the word processor. It&#39;s ubiquitous both in business and in schools. I was reminded of how easy it is take word processing for granted by two activities colliding: 1. reading Matthew Kirschenbaum&#39;s &#34;literary history&#34; of word processing and 2. finding out (again) that my students are aware of no other word processing or text-creating tools beyond MS Word or Google Docs.&#xA;&#xA;!--more--&#xA;&#xA;That text production has become synonymous with Word is, as ever, deeply troubling. It is also prompt for a very simple teaching suggestion useful for students at all levels. &#xA;&#xA;Try a different program for text editing with students. Explore its capabilities, audience, function, and history.&#xA;&#xA;This is, in one sense, good old &#34;mediation,&#34; changing the medium as a way to think through critical features. Seeing other options can be ho-hum for some, mind-blowing for others. In both cases it&#39;s an easy stepping stone to technological criticism. &#xA;&#xA;As so much critical work makes clear, software like MS Word encodes a set of assumptions about the world, about its users and audience; it conditions the kind of product that is produced; and it stores its data in a particular format that impacts how that data can be shared, transmitted, and preserved. Using something -- anything -- else quickly exposes those assumptions by highlighting contrasts and shared features. &#xA;&#xA;Some possibilities&#xA;&#xA;Lowest bar: Even opening up a discussion about affordances and constraints between Word and something like Google Docs (or its imitators and alternatives) can be a starting point for the assumptions that our word processing tools bring to our work. &#xA;&#xA;To illustrate open source vs. proprietary software, one easy choice is to look at LibreOffice, OpenOffice or WPS Office. Each is a clone of sorts and, beyond being shocked to find that these &#34;free&#34; tools exist, students can also be shocked to find that they work pretty darn well. &#xA;&#xA;https://plaintextproject.online/&#xA;&#xA;An excellent site but also, for students, an instructive site that will beg the question of their assumptions. Even if they aren&#39;t sold on plain text tools and they would prefer to have more buttons and stick with their .pages and .docx files, it&#39;s a great and practical starting point for critical thinking around text.&#xA;&#xA;One of the nice things that the contrast with plaintext does is to help students think about big questions (&#34;What is a text?&#34;) and practical questions at the same time (i.e. are our tools determined by our peers and our communities? Are word processing tools a matter of identity?)&#xA;&#xA;To illustrate more about data formats, text editors provide a good point of contrast. Sublime text or atom (or any coding editor) raises questions of why it is that Word stores data in the format it does. (Or, notepad in windows, etc-- there&#39;s always some form of simple text editor to play with.) What&#39;s different about a plain .txt file? &#xA;&#xA;As so much use is made nowadays of markdown, tools like typora or hedgedoc or, frankly, a whole bunch of other tools for other purposes (Trilium notes, github, etc.) are both an easy way to introduce markup languages and an illustrative lesson in standards (i.e. because markdown suffers from a variety of flavors -cf. asciidoc, markua). &#xA;&#xA;Markdown also makes for a handy lesson in the difficulties of encoding form along with content, in issues of data classification and separation generally. HTML or coding formats like JSON are illustrative of this as well. &#xA;&#xA;And we haven&#39;t even gotten to modal text editors and questions of modeless UI). In addition to, potentially, some frustration, modal text editing tends to blow students&#39; minds, particularly if they have little experience of coding. Vim (or NeoVim) or kakoune will feel foreign but also, perhaps, revealing, of their assumptions about what it means to type. (For vim, a good starting point, before getting to the editor itself, is https://vim-adventures.com/.) How do these kinds of text tools compare not just with something graphical like MS Word but even with other text-based programs like nano? (Note that Vim and emacs can both easily be installed in Windows and Mac versions. There is also a handy way to explore vim mode in many programs, e.g. hedgedoc). &#xA;&#xA;One easy way to explore these different platforms, their similarities and differences, is to try copying first (rather than composition). See what it&#39;s like to put a favorite poem or section of a book into that text editor or word processor. Does it change where you put your attention as you write? How much does it matter that something is hard (at first) or not?&#xA;&#xA;(One last sidebar: tools like scrivener or manuskript, or other platforms for specific kinds of writing are another way to explore this question of medium. So too blogging platforms are yet another way.)&#xA;&#xA;Retro computing&#xA;&#xA;Text editors (vs. word processors) provide perhaps the easiest way into learning a bit about the history of computing. Check out some retro computing online, for example at winworld for old windows programs. For the legendary wordstar, for example: https://winworldpc.com/product/wordstar/7&#xA;&#xA;Or try out some emulators for old tech, e.g. https://jamesfriend.com.au/pce-js/ for the classic Mac. &#xA;&#xA;(Students may well already have a point of reference if they&#39;ve ever used or come across retro game console emulators). &#xA;&#xA;Similarly, if you have a bit of retrotech lying around, like say, a typewriter, it can also be illustrative (and fun!) to let students compare what it is like to work through that mechanical technology. Different keyboards too -- small, big, mechanical -- all help illustrate the question. What difference does it make what tools we use for writing? &#xA;&#xA;History and Ethics&#xA;&#xA;There&#39;s an ethics and philosophy lesson here. Why does Microsoft charge for its software in the way that it does? What does it mean to license rather than own software? What&#39;s at stake in the open or libre software movement by contrast? &#xA;&#xA;Finally, there&#39;s a history lesson in all of this. Why is it that MS Word is the default? Why is it that these other tools exist in the first place? (Vim and emacs provide a history of early computing in miniature perhaps.)&#xA;&#xA;MS Word and its siblings (Powerpoint, etc.) dominate nowadays. Students are rarely aware of alternatives and are often locked in not by choice, but simply because it is taken for granted that these are the tools they will use to complete assignments or do presentations or the like. &#xA;&#xA;There is, in the end, a lesson about choice and volition in this as well. Do you choose to use this tool because it is the right tool for what you need to do? Or do you use it for other reasons, often unseen and invisible?&#xA;&#xA;All from the humble, ubiquitous word processor. &#xA;&#xA;#minimalistedtech #edtechmininalism #word #wordprocessor #texteditor #vim]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/d4jPG5P0.png" alt=""/>
above: Retired Edtech</p>

<p>Ah, the word processor. It&#39;s ubiquitous both in business and in schools. I was reminded of how easy it is take word processing for granted by two activities colliding: 1. reading <a href="https://www.amazon.com/Track-Changes-Literary-History-Processing-dp-0674417070/dp/0674417070/ref=mt_other?_encoding=UTF8&amp;me=&amp;qid=">Matthew Kirschenbaum&#39;s “literary history” of word processing</a> and 2. finding out (again) that my students are aware of no other word processing or text-creating tools beyond MS Word or Google Docs.</p>



<p>That text production has become synonymous with Word is, as ever, deeply troubling. It is also prompt for a very simple teaching suggestion useful for students at all levels.</p>

<p><strong>Try a different program for text editing with students. Explore its capabilities, audience, function, and history.</strong></p>

<p>This is, in one sense, good old “mediation,” changing the medium as a way to think through critical features. Seeing other options can be ho-hum for some, mind-blowing for others. In both cases it&#39;s an easy stepping stone to technological criticism.</p>

<p>As so much critical work makes clear, software like MS Word encodes a set of assumptions about the world, about its users and audience; it conditions the kind of product that is produced; and it stores its data in a particular format that impacts how that data can be shared, transmitted, and preserved. Using something — anything — else quickly exposes those assumptions by highlighting contrasts and shared features.</p>

<h2 id="some-possibilities" id="some-possibilities">Some possibilities</h2>
<ul><li><p>Lowest bar: Even opening up a discussion about affordances and constraints between Word and something like Google Docs (or its imitators and alternatives) can be a starting point for the assumptions that our word processing tools bring to our work.</p></li>

<li><p>To illustrate open source vs. proprietary software, one easy choice is to look at LibreOffice, OpenOffice or WPS Office. Each is a clone of sorts and, beyond being shocked to find that these “free” tools exist, students can also be shocked to find that they work pretty darn well.</p></li>

<li><p><a href="https://plaintextproject.online/">https://plaintextproject.online/</a></p></li></ul>

<p>An excellent site but also, for students, an instructive site that will beg the question of their assumptions. Even if they aren&#39;t sold on plain text tools and they would prefer to have more buttons and stick with their .pages and .docx files, it&#39;s a great and practical starting point for critical thinking around text.</p>

<p>One of the nice things that the contrast with plaintext does is to help students think about big questions (“What is a text?”) and practical questions at the same time (i.e. are our tools determined by our peers and our communities? Are word processing tools a matter of identity?)</p>
<ul><li><p>To illustrate more about data formats, text editors provide a good point of contrast. Sublime text or atom (or any coding editor) raises questions of why it is that Word stores data in the format it does. (Or, notepad in windows, etc— there&#39;s always some form of simple text editor to play with.) What&#39;s different about a plain .txt file?</p></li>

<li><p>As so much use is made nowadays of markdown, tools like typora or hedgedoc or, frankly, a whole bunch of other tools for other purposes (Trilium notes, github, etc.) are both an easy way to introduce markup languages and an illustrative lesson in standards (i.e. because markdown suffers from a variety of flavors -cf. asciidoc, markua).</p></li></ul>

<p>Markdown also makes for a handy lesson in the difficulties of encoding form along with content, in issues of data classification and separation generally. HTML or coding formats like JSON are illustrative of this as well.</p>
<ul><li>And we haven&#39;t even gotten to modal text editors and questions of <a href="https://en.wikipedia.org/wiki/Mode_(user_interface)">modeless UI</a>. In addition to, potentially, some frustration, modal text editing tends to blow students&#39; minds, particularly if they have little experience of coding. Vim (or NeoVim) or kakoune will feel foreign but also, perhaps, revealing, of their assumptions about what it means to type. (For vim, a good starting point, before getting to the editor itself, is <a href="https://vim-adventures.com/.">https://vim-adventures.com/.</a>) How do these kinds of text tools compare not just with something graphical like MS Word but even with other text-based programs like nano? (Note that Vim and emacs can both easily be installed in Windows and Mac versions. There is also a handy way to explore vim mode in many programs, e.g. hedgedoc).</li></ul>

<p>One easy way to explore these different platforms, their similarities and differences, is to try copying first (rather than composition). See what it&#39;s like to put a favorite poem or section of a book into that text editor or word processor. Does it change where you put your attention as you write? How much does it matter that something is hard (at first) or not?</p>

<p>(One last sidebar: tools like scrivener or manuskript, or other platforms for specific kinds of writing are another way to explore this question of medium. So too blogging platforms are yet another way.)</p>

<h2 id="retro-computing" id="retro-computing">Retro computing</h2>
<ul><li>Text editors (vs. word processors) provide perhaps the easiest way into learning a bit about the history of computing. Check out some retro computing online, for example at winworld for old windows programs. For the legendary wordstar, for example: <a href="https://winworldpc.com/product/wordstar/7">https://winworldpc.com/product/wordstar/7</a></li></ul>

<p>Or try out some emulators for old tech, e.g. <a href="https://jamesfriend.com.au/pce-js/">https://jamesfriend.com.au/pce-js/</a> for the classic Mac.</p>

<p>(Students may well already have a point of reference if they&#39;ve ever used or come across retro game console emulators).</p>
<ul><li>Similarly, if you have a bit of retrotech lying around, like say, a typewriter, <a href="https://www.reddit.com/r/typewriters/comments/34mftb/using_typewriters_in_a_modern_classroom/">it can also be illustrative (and fun!) to let students compare what it is like to work through that mechanical technology</a>. Different keyboards too — small, big, mechanical — all help illustrate the question. What difference does it make what tools we use for writing?</li></ul>

<h2 id="history-and-ethics" id="history-and-ethics">History and Ethics</h2>

<p>There&#39;s an ethics and philosophy lesson here. Why does Microsoft charge for its software in the way that it does? What does it mean to license rather than own software? What&#39;s at stake in the open or libre software movement by contrast?</p>

<p>Finally, there&#39;s a history lesson in all of this. Why is it that MS Word is the default? Why is it that these other tools exist in the first place? (Vim and emacs provide a history of early computing in miniature perhaps.)</p>

<p>MS Word and its siblings (Powerpoint, etc.) dominate nowadays. Students are rarely aware of alternatives and are often locked in not by choice, but simply because it is taken for granted that these are the tools they will use to complete assignments or do presentations or the like.</p>

<p><strong>There is, in the end, a lesson about choice and volition in this as well. Do you choose to use this tool because it is the right tool for what you need to do? Or do you use it for other reasons, often unseen and invisible?</strong></p>

<p>All from the humble, ubiquitous word processor.</p>

<p><a href="https://minimalistedtech.org/tag:minimalistedtech" class="hashtag"><span>#</span><span class="p-category">minimalistedtech</span></a> <a href="https://minimalistedtech.org/tag:edtechmininalism" class="hashtag"><span>#</span><span class="p-category">edtechmininalism</span></a> <a href="https://minimalistedtech.org/tag:word" class="hashtag"><span>#</span><span class="p-category">word</span></a> <a href="https://minimalistedtech.org/tag:wordprocessor" class="hashtag"><span>#</span><span class="p-category">wordprocessor</span></a> <a href="https://minimalistedtech.org/tag:texteditor" class="hashtag"><span>#</span><span class="p-category">texteditor</span></a> <a href="https://minimalistedtech.org/tag:vim" class="hashtag"><span>#</span><span class="p-category">vim</span></a></p>
]]></content:encoded>
      <guid>https://minimalistedtech.org/is-ms-word-an-educational-technology</guid>
      <pubDate>Mon, 01 Feb 2021 19:39:28 +0000</pubDate>
    </item>
  </channel>
</rss>