···6363 <p class="text-xl text-gray-600 font-medium">Writer @ MBD News & <i class="fa-brands fa-html5"></i> <i class="fa-brands fa-css3"></i> <i class="fa-brands fa-js"></i> <i class="fa-brands fa-python"></i> developer</p>
6464 <div class="mt-4 flex justify-center md:justify-start">
6565 <!-- Bluesky Link -->
6666- <a href="https://bsky.app/profile/danielmorrisey.com" class="bg-blue-600 text-white py-2 px-6 rounded-full font-semibold hover:bg-indigo-700 transition duration-300 shadow-md">
6767- Follow on Bluesky
6666+ <a href="https://bsky.app/profile/danielmorrisey.com" class="bg-black text-white py-2 px-6 rounded-full font-semibold hover:bg-indigo-700 transition duration-300 shadow-md">
6767+ <i class="fa-brands fa-medium"></i> Follow on Medium
6868 </a>
6969 </div>
7070 </div>
···8787 <br><br>
8888 I also own the domain <code class="bg-gray-100 text-gray-900 px-2 py-1 rounded-lg">madebydanny.uk</code> I use it for more "professional" projects & sites like <a href="https://news.madebydanny.uk" class="text-indigo-600 hover:text-indigo-800 font-medium transition duration-300">MBD News</a>.
8989 </p>
9090+ <p class="text-lg text-gray-700">
9191+ <br><br>
9292+ For more "professional" posts/textbites view my <a href="https://medium.com/@danielmorrisey" class="text-indigo-600 hover:text-indigo-800 font-medium transition duration-300">Medium Profile</a>.
9393+ <br><br>
9494+ I also own the domain <code class="bg-gray-100 text-gray-900 px-2 py-1 rounded-lg">madebydanny.uk</code> I use it for more "professional" projects & sites like <a href="https://news.madebydanny.uk" class="text-indigo-600 hover:text-indigo-800 font-medium transition duration-300">MBD News</a>.
9595+ </p>
9096 </section>
91979298 <hr class="border-gray-200 my-8">
···109115 <a href="https://status.madebydanny.uk" target="blank_" class="flex items-center space-x-2 bg-gray-100 px-4 py-2 rounded-xl text-gray-700 hover:bg-gray-200 transition duration-300">
110116 <i class="fa-solid fa-server"></i></i>
111117 <span>Status</span>
118118+ </a>
119119+ <!-- Medium -->
120120+ <a href="https://medium.com/@danielmorrisey" target="blank_" class="flex items-center space-x-2 bg-gray-100 px-4 py-2 rounded-xl text-gray-700 hover:bg-gray-200 transition duration-300">
121121+ <i class="fa-brands fa-medium"></i>
122122+ <span>Medium</span>
112123 </a>
113124 <!-- Bluesky -->
114125 <a href="https://bsky.app/profile/danielmorrisey.com" target="blank_" class="flex items-center space-x-2 bg-gray-100 px-4 py-2 rounded-xl text-gray-700 hover:bg-gray-200 transition duration-300">
···160171161172 <!-- RSS Feed(s)-->
162173 <section>
163163- <h2 class="text-2xl font-bold text-gray-900 mb-4">Text Bites <i class="fa-solid fa-arrow-trend-up"></i></h2>
174174+ <h2 class="text-2xl font-bold text-gray-900 mb-4">Medium Feed <i class="fa-brands fa-medium"></i></h2>
164175 <div class="articles" id="textbites"></div>
165176 </section>
166177
+12
textbites/feed.xml
···1818 </image>
19192020 <item>
2121+ <title>I ditched Word for Markdown</title>
2222+ <link>/textbites/nowordmarkdown.html</link>
2323+ <description><![CDATA[
2424+ <p>All thanks to this one Tool</p>
2525+ <img src="https://public-danielmorrisey-com.danielmorrisey.com/media/markdown-guide-og.jpg" alt="#" width="600"/>
2626+ ]]></description>
2727+ <pubDate>Tue, 9 Aug 2025 14:00:00 GMT</pubDate>
2828+ <guid isPermaLink="true">/textbites/nowordmarkdown.html</guid>
2929+ <media:content url="https://public-danielmorrisey-com.danielmorrisey.com/media/markdown-guide-og.jpg" medium="image" type="image/jpeg" />
3030+ </item>
3131+3232+ <item>
2133 <title>I replaced the YouTube app on my phone with Medium</title>
2234 <link>/textbites/noyoutubenowmedium.html</link>
2335 <description><![CDATA[
+11
textbites/index.html
···7575 <!-- Text Bites List Container -->
7676 <div id="projectsList" class="space-y-6">
7777 <div class="textbite-card bg-gray-50 p-6 rounded-2xl shadow-md">
7878+ <h4 class="text-xl font-semibold mb-2 text-gray-900 textbite-title">I ditched Word for Markdown</h4>
7979+ <div class="text-sm text-gray-500 mb-4">
8080+ <span class="mr-3"><i class="fa-solid fa-calendar-alt"></i> Tue Aug 19</span>
8181+ <span><i class="fa-solid fa-clock"></i> 1 Min Read</span>
8282+ </div>
8383+ <p class="mt-2 text-gray-700 leading-relaxed textbite-description">
8484+ All thanks to this one Tool
8585+ </p>
8686+ <a href="noyoutubenowmedium.html" class="inline-block mt-4 text-indigo-600 hover:text-indigo-800 font-medium transition duration-300">Read More...</a>
8787+ </div>
8888+ <div class="textbite-card bg-gray-50 p-6 rounded-2xl shadow-md">
7889 <h4 class="text-xl font-semibold mb-2 text-gray-900 textbite-title">I replaced the YouTube app on my phone with Medium</h4>
7990 <div class="text-sm text-gray-500 mb-4">
8091 <span class="mr-3"><i class="fa-solid fa-calendar-alt"></i> Tue Aug 19</span>
+106
textbites/nowordmarkdown.html
···11+<!DOCTYPE html>
22+<html lang="en">
33+<head>
44+ <meta charset="UTF-8">
55+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
66+ <title>I ditched Word for Markdown - Daniel Morrisey</title>
77+88+ <meta name="description" content="I stopped using Microsoft Word and iCloud Pages for my writing all thanks to this one tool: StackEdit."/>
99+ <meta name="keywords" content="Daniel Morrisey, Danny Morrisey, MBD, Made by Danny, Made by Danny UK, Word, Markdown, StackEdit"/>
1010+ <meta name="author" content="Daniel Morrisey"/>
1111+1212+ <meta property="og:type" content="website"/>
1313+ <meta property="og:url" content="https://danielmorrisey.com/"/>
1414+ <meta property="og:title" content="I ditched Word for Markdown - Daniel Morrisey"/>
1515+ <meta property="og:description" content="I stopped using Microsoft Word and iCloud Pages for my writing all thanks to this one tool: StackEdit."/>
1616+ <meta property="og:image" content="https://public-danielmorrisey-com.danielmorrisey.com/media/markdown-guide-og.jpg"/>
1717+1818+ <link rel="preconnect" href="https://fonts.googleapis.com">
1919+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2020+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
2121+2222+ <script src="https://cdn.tailwindcss.com"></script>
2323+2424+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
2525+2626+ <style>
2727+ body {
2828+ font-family: 'Inter', sans-serif;
2929+ }
3030+ .prose img {
3131+ border-radius: 1rem;
3232+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
3333+ margin-top: 1.5rem;
3434+ margin-bottom: 1.5rem;
3535+ }
3636+ </style>
3737+</head>
3838+<body class="bg-gray-100 text-gray-800 antialiased leading-relaxed">
3939+4040+ <div class="min-h-screen flex items-center justify-center p-4">
4141+4242+ <div class="bg-white rounded-3xl shadow-xl p-8 md:p-12 w-full max-w-4xl">
4343+4444+ <header class="flex flex-col items-center mb-8 text-center">
4545+ <a href="/index.html" class="flex flex-col items-center">
4646+ <img src="https://public-danielmorrisey-com.danielmorrisey.com/media/icon.jpg" alt="Profile Picture" class="w-24 h-24 mb-4 rounded-full shadow-lg"/>
4747+ <h1 class="text-3xl font-bold text-gray-900">Text Bites</h1>
4848+ <p class="text-lg text-gray-600 font-medium mt-1">Updates from Daniel Morrisey</p>
4949+ </a>
5050+ </header>
5151+5252+ <hr class="border-gray-200 my-8">
5353+5454+ <article class="prose max-w-none prose-indigo">
5555+ <h1 class="text-3xl font-bold text-gray-900 mt-0">I ditched Word for Markdown</h1>
5656+5757+ <h2 class="text-2xl font-semibold text-gray-800 mt-8 mb-4">All thanks to this one Tool</h2>
5858+ <p>For the past 3 months I’ve been using Microsoft and iCloud Pages but not anymore, because of this one tool.<br><br></p>
5959+6060+ <p>You’re probably thinking <em>“what is markdown”</em>, if you don’t use GitHub you probably don’t know what it is. Markdown is a language that you can use to write text, insert images and tables, text styling and much more all in a simple <code>.md</code> file. In fact this Medium Post was once a markdown file!<br><br></p>
6161+6262+ <p>So what is this awesome tool I’ve been using?</p>
6363+6464+ <p>It’s <a href="https://stackedit.io" class="text-indigo-600 hover:text-indigo-800 transition-colors">StackEdit</a> a browser based Markdown editor with advanced features such as Cloud Syncing with services like Google Drive, Dropbox, Github and more. Its user interface may not be the most user friendly, but I can understand it.</p>
6565+6666+ <img src="https://public-danielmorrisey-com.danielmorrisey.com/media/Screenshot%202025-08-19%20at%2018.07.53.png" alt="StackEdit screenshot">
6767+6868+ <p>It supports full markdown and tools like File History, Sync with Cloud services, Workspaces, and many more.<br><br></p>
6969+7070+ <p>By far my favorite feature is the Workspaces tool, being able to export a whole workspace that includes the files and folders, and transfer them to an another device and continue working from there. You can also sync Workspaces with Google Drive and Github.<br><br></p>
7171+7272+ <p>I’m using this tool for notes, <a href="https://news.madebydanny.uk" class="text-indigo-600 hover:text-indigo-800 transition-colors">MBD News Articles</a> & and Medium Posts.</p>
7373+7474+ <p>Learn more & get started at <a href="https://stackedit.io" class="text-indigo-600 hover:text-indigo-800 transition-colors">stackedit.io</a>.</p>
7575+ </article>
7676+7777+ <div class="mt-8 pt-4 border-t border-gray-200">
7878+ <h3 class="text-xl font-semibold mb-4"><i class="fa-solid fa-comments"></i> Comments</h3>
7979+ <div class="mb-4">
8080+ <code class="rounded-lg border bg-gray-100 px-2 py-1 text-sm block md:inline-block">
8181+ <a href="https://github.com/therealfuntimeswithdanny/giscuscomments" class="text-indigo-600 hover:text-indigo-800 transition-colors">
8282+ <i class="fa-brands fa-github"></i>therealfuntimeswithdanny/giscuscomments
8383+ </a>
8484+ </code>
8585+ </div>
8686+ <script src="https://giscus.app/client.js"
8787+ data-repo="therealfuntimeswithdanny/giscuscomments"
8888+ data-repo-id="R_kgDOPXUWOA"
8989+ data-category="Announcements"
9090+ data-category-id="DIC_kwDOPXUWOM4CttzC"
9191+ data-mapping="og:title"
9292+ data-strict="0"
9393+ data-reactions-enabled="1"
9494+ data-emit-metadata="0"
9595+ data-input-position="top"
9696+ data-theme="light_tritanopia"
9797+ data-lang="en"
9898+ data-loading="lazy"
9999+ crossorigin="anonymous"
100100+ async>
101101+ </script>
102102+ </div>
103103+ </div>
104104+ </div>
105105+</body>
106106+</html>