<?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: Korange</title>
    <description>The latest articles on DEV Community by Korange (@korange).</description>
    <link>https://dev.to/korange</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%2F1206274%2Fc168d505-a8a3-4655-a410-01188fa46f06.png</url>
      <title>DEV Community: Korange</title>
      <link>https://dev.to/korange</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/korange"/>
    <language>en</language>
    <item>
      <title>I created a Markdown note-taking app called ideaNote</title>
      <dc:creator>Korange</dc:creator>
      <pubDate>Fri, 10 Nov 2023 00:43:34 +0000</pubDate>
      <link>https://dev.to/korange/i-created-a-markdown-note-taking-app-called-ideanote-4bgc</link>
      <guid>https://dev.to/korange/i-created-a-markdown-note-taking-app-called-ideanote-4bgc</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Note: This is a translated &lt;a href="https://zenn.dev/korange/articles/1f7f4a0c9f2e95"&gt;article from Zenn&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;I have used many note-taking applications for PC such as Obsidian, Typora, Simplenote, etc., but none of them suited my taste, so I decided to make my own.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I made
&lt;/h2&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;a href="https://ideanote.korange.work/en/" rel="noopener noreferrer"&gt;
      ideanote.korange.work
    &lt;/a&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  What kind of apps?
&lt;/h2&gt;

&lt;p&gt;At this time, it is a software that can make &lt;strong&gt;3 types&lt;/strong&gt;+plain text notes ✨.&lt;br&gt;
You can also create folders 📂.&lt;/p&gt;
&lt;h3&gt;
  
  
  Memo types.
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;📄 Markdown&lt;/strong&gt;.&lt;br&gt;
You all know Markdown memo.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;📜 Scrap&lt;/strong&gt;&lt;br&gt;
This is a memo where you can pile things up in order.&lt;br&gt;
It is based on Zenn's Scrap.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;✅ ToDo&lt;/strong&gt;.&lt;br&gt;
Literally, it is a to-do list. You can create checkboxes.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Actual screen
&lt;/h3&gt;

&lt;p&gt;But you need to see the actual screen to understand it well.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Markdown&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--z0GauY6k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://storage.googleapis.com/zenn-user-upload/11034aeef0cf-20231109.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--z0GauY6k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://storage.googleapis.com/zenn-user-upload/11034aeef0cf-20231109.png" alt="" width="800" height="561"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Scrap&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QbmV7HVf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://storage.googleapis.com/zenn-user-upload/ca3870c701c6-20231109.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QbmV7HVf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://storage.googleapis.com/zenn-user-upload/ca3870c701c6-20231109.png" alt="" width="800" height="561"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ToDo &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9SuxKKi3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://storage.googleapis.com/zenn-user-upload/f1c5e8e7a5a7-20231109.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9SuxKKi3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://storage.googleapis.com/zenn-user-upload/f1c5e8e7a5a7-20231109.png" alt="" width="800" height="563"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Reason for release
&lt;/h3&gt;

&lt;p&gt;Actually, this app was unfinished in my mind.&lt;br&gt;
The reason is that the finished app is different from the ideal I had initially envisioned.&lt;br&gt;
Originally, this app was designed to be the "best" memo app that can save "anything" such as PDF files, images, and videos, but that was more difficult than I imagined.&lt;/p&gt;

&lt;p&gt;Still, the reason we released it was because we wanted to release it and hear users' opinions first.&lt;br&gt;
We thought that if we updated the app as users thought it should be updated, we would eventually have the "best" memo app. (This also relates to ↓)&lt;/p&gt;
&lt;h2&gt;
  
  
  What we tried to create
&lt;/h2&gt;

&lt;p&gt;To make it easy for users to send their opinions, we placed a "Send Opinion" button in the lower left corner of the screen.&lt;br&gt;
To make it as easy as possible for users to send their opinions, we made it so that you do not need an email address, etc., but only need to enter your opinion.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_S_xagqo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://storage.googleapis.com/zenn-user-upload/af5d2e68cdcc-20231109.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_S_xagqo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://storage.googleapis.com/zenn-user-upload/af5d2e68cdcc-20231109.png" alt="" width="230" height="230"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Finally
&lt;/h2&gt;

&lt;p&gt;Thank you for reading this article to the end!&lt;br&gt;
Now, please take care of ideaNote, although it is still in its infancy!&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;a href="https://ideanote.korange.work/en/" rel="noopener noreferrer"&gt;
      ideanote.korange.work
    &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;(If you are interested, please download it!)&lt;/p&gt;

</description>
      <category>markdown</category>
    </item>
  </channel>
</rss>
