···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>
-111
textbites/noyoutubenowmedium.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 replaced the YouTube app on my phone with Medium - Daniel Morrisey</title>
77-88- <meta name="description" content="I stopped doom scrolling and started Doom Reading<"/>
99- <meta name="keywords" content="Daniel Morrisey, Danny Morrisey, MBD, Made by Danny, Made by Danny UK, YouTube, Medium, Shorts, Doom Scrolling"/>
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 replaced the YouTube app on my phone with Medium - Daniel Morrisey"/>
1515- <meta property="og:description" content="I stopped doom scrolling and started Doom Reading<"/>
1616- <meta property="og:image" content="https://miro.medium.com/v2/resize:fit:727/1*I0E7U5xI-4UvnkExSGKp_w.png"/>
1717-1818- <!-- Google Fonts for a clean font -->
1919- <link rel="preconnect" href="https://fonts.googleapis.com">
2020- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2121- <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
2222-2323- <!-- Status Banner -->
2424- <script src="https://uptime.betterstack.com/widgets/announcement.js" data-id="223534" async="async" type="text/javascript"></script>
2525-2626- <!-- Tailwind CSS CDN -->
2727- <script src="https://cdn.tailwindcss.com"></script>
2828-2929- <!-- Font Awesome CDN -->
3030- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" xintegrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
3131-3232- <style>
3333- body {
3434- font-family: 'Inter', sans-serif;
3535- }
3636- .prose img {
3737- border-radius: 1rem;
3838- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
3939- margin-top: 1.5rem;
4040- margin-bottom: 1.5rem;
4141- }
4242- </style>
4343- <!-- Footer Custom Element Script -->
4444- <script src="/script/footer.js"></script>
4545-</head>
4646-<body class="bg-gray-100 text-gray-800 antialiased leading-relaxed">
4747-4848- <!-- Main Container -->
4949- <div class="min-h-screen flex items-center justify-center p-4">
5050-5151- <!-- Card-like container for the content -->
5252- <div class="bg-white rounded-3xl shadow-xl p-8 md:p-12 w-full max-w-4xl">
5353-5454- <!-- Header Section -->
5555- <header class="flex flex-col items-center mb-8 text-center">
5656- <a href="/index.html" class="flex flex-col items-center">
5757- <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"/>
5858- <h1 class="text-3xl font-bold text-gray-900">Text Bites</h1>
5959- <p class="text-lg text-gray-600 font-medium mt-1">Updates from Daniel Morrisey</p>
6060- </a>
6161- </header>
6262-6363- <hr class="border-gray-200 my-8">
6464-6565- <!-- Post Content -->
6666- <article class="prose max-w-none prose-indigo">
6767- <h1 class="text-3xl font-bold text-gray-900 mt-0">I replaced the YouTube app on my phone with Medium</h1>
6868-6969- <h2 class="text-2xl font-semibold text-gray-800 mt-8 mb-4">I stopped doom scrolling and started Doom Reading</h2>
7070- <p>For the past week I haven’t used YouTube Shorts once. I stopped doom scrolling on YouTube and started Doom Reading on Medium.<br><br></p>
7171- <p>Like most people, you probably have the YouTube or TikTok app on your phone and once or 10 times a day, probably doom scroll for hours at a time, which is bad for your brain and limits your attention span. I realized that in the future, having an attention span shorter than 1 minute could result in issues where every 5 minutes I need to have Subway Surfers on.<br><br></p>
7272- <p><strong>It wasn’t easy</strong> but it was worth it. I uninstalled the YouTube app and replaced it with Medium. Now the content I’m consuming is tips for better UX design and articles on how to get work done as easily and as fast as possible. I even started <a href="https://medium.com/@danielmorrisey" class="text-indigo-600 hover:text-indigo-800 transition-colors">my own Medium account</a> where I post about 3 times a week.<br><br></p>
7373- <p>Now I still use YouTube for more long-form videos. I need my <a href="https://youtube.com/@ltt" class="text-indigo-600 hover:text-indigo-800 transition-colors">Linus Tech Tips</a>, but not opening up Shorts first thing in the morning is nice. First thing I do now is open my Medium “saved for later” list and start reading.<br><br></p>
7474- <p>And you should do the same. Rebuild your brain the right way. <strong>It might not be easy, but it’s worth it</strong>.</p>
7575- </article>
7676-7777- <!-- Comments Section -->
7878- <div class="mt-8 pt-4 border-t border-gray-200">
7979- <h3 class="text-xl font-semibold mb-4"><i class="fa-solid fa-comments"></i> Comments</h3>
8080- <div class="mb-4">
8181- <code class="rounded-lg border bg-gray-100 px-2 py-1 text-sm block md:inline-block">
8282- <a href="https://github.com/therealfuntimeswithdanny/giscuscomments" class="text-indigo-600 hover:text-indigo-800 transition-colors">
8383- <i class="fa-brands fa-github"></i>therealfuntimeswithdanny/giscuscomments
8484- </a>
8585- </code>
8686- </div>
8787- <!-- Giscus comments script -->
8888- <script src="https://giscus.app/client.js"
8989- data-repo="therealfuntimeswithdanny/giscuscomments"
9090- data-repo-id="R_kgDOPXUWOA"
9191- data-category="Announcements"
9292- data-category-id="DIC_kwDOPXUWOM4CttzC"
9393- data-mapping="og:title"
9494- data-strict="0"
9595- data-reactions-enabled="1"
9696- data-emit-metadata="0"
9797- data-input-position="top"
9898- data-theme="light_tritanopia"
9999- data-lang="en"
100100- data-loading="lazy"
101101- crossorigin="anonymous"
102102- async>
103103- </script>
104104- </div>
105105-106106- </div>
107107- </div>
108108-109109- <app-info></app-info>
110110-</body>
111111-</html>