<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Muhammed Rahif</title>
    <description>The latest articles on DEV Community by Muhammed Rahif (@muhammed_rahif).</description>
    <link>https://dev.to/muhammed_rahif</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F732852%2Fced4eca0-712d-4089-9ba2-03a6fde46011.jpeg</url>
      <title>DEV Community: Muhammed Rahif</title>
      <link>https://dev.to/muhammed_rahif</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muhammed_rahif"/>
    <language>en</language>
    <item>
      <title>Notpad: Reinventing the Ordinary Notepad Experience with Svelte, Shadcn, and Tauri ✨📝🚀</title>
      <dc:creator>Muhammed Rahif</dc:creator>
      <pubDate>Sun, 17 Nov 2024 20:13:09 +0000</pubDate>
      <link>https://dev.to/muhammed_rahif/notpad-reinventing-the-ordinary-notepad-experience-with-svelte-shadcn-and-tauri-34oc</link>
      <guid>https://dev.to/muhammed_rahif/notpad-reinventing-the-ordinary-notepad-experience-with-svelte-shadcn-and-tauri-34oc</guid>
      <description>&lt;p&gt;Hi, Dev Community! 👋  &lt;/p&gt;

&lt;p&gt;I’m excited to introduce &lt;strong&gt;Notpad&lt;/strong&gt;, my modern take on the classic notepad app we all know and love. This isn’t just another text editor—it’s built using &lt;strong&gt;&lt;a href="https://svelte.dev/" rel="noopener noreferrer"&gt;Svelte&lt;/a&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;a href="https://shadcn-svelte.com" rel="noopener noreferrer"&gt;Shadcn&lt;/a&gt;&lt;/strong&gt;, and &lt;strong&gt;&lt;a href="https://tauri.app/" rel="noopener noreferrer"&gt;Tauri&lt;/a&gt;&lt;/strong&gt; to combine simplicity with a fresh, modern touch.  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fump10qoxhfy2s8u0b9nc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fump10qoxhfy2s8u0b9nc.png" alt="Screenshot" width="800" height="493"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why Notpad?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Notpad is a result of my love for &lt;strong&gt;open-source development&lt;/strong&gt;. Working on this project has been an enjoyable journey, and I’d love for the community to shape its future with me. Whether you’re a curious user or someone passionate about contributing, your input is incredibly valuable!  &lt;/p&gt;

&lt;p&gt;Let’s face it: notepad apps come pre-installed on almost every OS these days, making it tough to stand out. That’s why I’ve focused on introducing exciting features that make Notpad fun, useful, and truly unique! 🎉  &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Notpad’s Standout Features&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✨ &lt;strong&gt;Animated Cursor&lt;/strong&gt;: A magical little detail that feels great to use.
&lt;/li&gt;
&lt;li&gt;📑 &lt;strong&gt;Line Numbers&lt;/strong&gt;: A must-have for both coders and writers.
&lt;/li&gt;
&lt;li&gt;📂 &lt;strong&gt;Multiple Editors&lt;/strong&gt;: Work with several files side by side without hassle.
&lt;/li&gt;
&lt;li&gt;🔍 &lt;strong&gt;Search Selected Text on Google&lt;/strong&gt;: Highlight a word or phrase and search it instantly.
&lt;/li&gt;
&lt;li&gt;🖋️ &lt;strong&gt;Rich Text Support&lt;/strong&gt;: Built using &lt;strong&gt;Quill.js&lt;/strong&gt;, the textarea supports rich text formatting. (Note: Full editing features are on the way.)
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Missing a feature you’ve been looking for?&lt;/strong&gt; &lt;a href="https://github.com/Muhammed-Rahif/Notpad/issues/new" rel="noopener noreferrer"&gt;Create an issue here&lt;/a&gt;!  &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Try Notpad&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🌐 &lt;strong&gt;Live Website&lt;/strong&gt;: Experience Notpad online: &lt;a href="https://muhammed-rahif.github.io/Notpad/" rel="noopener noreferrer"&gt;Notpad Live&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;strong&gt;Desktop Releases&lt;/strong&gt;: Download the app for your OS: &lt;a href="https://github.com/Muhammed-Rahif/Notpad/releases" rel="noopener noreferrer"&gt;Tauri Releases&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;🛠️ &lt;strong&gt;Github Repo&lt;/strong&gt;: See the source code: &lt;a href="https://github.com/Muhammed-Rahif/Notpad" rel="noopener noreferrer"&gt;Notpad Github&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How You Can Help/Contribute&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Making a standout notepad app isn’t easy, but with your help, we can make Notpad even better! 💡 Whether it’s feedback, bug reports, creative ideas, or even coding contributions, here’s how you can get involved:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Feature Suggestions&lt;/strong&gt;: What do you love? What’s missing?
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bug Reports&lt;/strong&gt;: Help track down and fix issues.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;User Testing&lt;/strong&gt;: Your experience helps refine Notpad.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Creative Ideas&lt;/strong&gt;: Have a cool idea? Let’s bring it to life.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coding Contributions&lt;/strong&gt;: Help shape the app with your code!
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Got ideas or feedback? &lt;a href="https://github.com/Muhammed-Rahif/Notpad/issues/new" rel="noopener noreferrer"&gt;Open an issue here&lt;/a&gt;.  &lt;/p&gt;

&lt;p&gt;Join me to take Notpad to the next level and make it truly stand out. Your ideas, feedback, and support mean the world to me! 🚀  &lt;/p&gt;

&lt;p&gt;Thank you for reading, and happy typing! 😊  &lt;/p&gt;

</description>
      <category>svelte</category>
      <category>javascript</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
