<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>cutlass (王一舠)</title>
    <link>https://w2solo.com/cutlass</link>
    <description>交流、讨论、分享；思考、总结、沉淀。</description>
    <language>en-us</language>
    <item>
      <title>草灰笔记（一个 AI 帮我完成的 多端 笔记和阅读器应用）【flutter 实现】</title>
      <description>&lt;p&gt;其时，最近两年我一直在想开发这么一款应用，解决我自己在做笔记和阅读电子书时所遇到的问题。但我自己知道这是一个不小的工程，想要完成可能颇费时日，我不知道我是否有足够的时间和精力，盲目开始的话，极大概率会半途而废。不想让自己的项目烂尾收场，所以迟迟没有勇气开始。&lt;/p&gt;

&lt;p&gt;直到去年年尾，AI 编程已经进化到让人满意，甚至可以说是让人惊喜的程度，我终于开始了，开始开发这款给自己的应用。经过几个月断断续续的尝试，现在终于初具雏形，可以拿出来见人了。
&lt;img src="https://img.way2solo.com/photo/cutlass/bc690c0c-493c-4c6b-8136-10c6249d66ff.png?imageView2/1/w/600/q/30" title="" alt=""&gt;&lt;/p&gt;
&lt;h2 id="先说说我想解决的问题"&gt;先说说我想解决的问题&lt;/h2&gt;&lt;h3 id="1. 笔记的问题"&gt;1. 笔记的问题&lt;/h3&gt;
&lt;p&gt;现在的笔记应用多如牛毛，但大多限于手机端。我想要的是手机和电脑端通用的。这样的笔记也不是没有，我最常用的就是 evernote 和 onenote，当然还有有道笔记、为知笔记等等。这笔记有诸多限制，尤其在不想多花钱的情况下。而且他们还有跑路的风险，比如 evernote…虽然国版印象笔记还挺好以后会怎样谁知道呢？onenote 这种呢，有自己的格式，你的笔记根本无法在这个应用之外查看编辑，在加上 onedrive 时不时无法访问，使用体验也是一言难尽。&lt;/p&gt;

&lt;p&gt;于是我想要一个手机端电脑端通用的，通用文本格式的，用 git 管理的笔记应用。没有任何限制，也不担心谁跑路，最重要的是不用花钱 :)&lt;/p&gt;
&lt;h3 id="2. 读书笔记的问题"&gt;2. 读书笔记的问题&lt;/h3&gt;
&lt;p&gt;两年前我也开始读电子书了，在墨水屏上读。主要用的 app 是 kindle 和微信读书。kindle 挺好用，但是导出的读书笔记是 html 格式的，我还要自己写脚本把它转成 markdown 格式，以便发布到我的博客上。 微信阅读的笔记可以直接复制出文本格式，但是原文和评论的格式让人匪夷所思。&lt;/p&gt;

&lt;p&gt;于是，我想要一个可以直接导出 markdown 读书笔记的阅读器。&lt;/p&gt;
&lt;h2 id="这个应用解决的问题"&gt;这个应用解决的问题&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;用 flutter 开发解决手机电脑端多端使用的问题。&lt;/li&gt;
&lt;li&gt;用 git 管理笔记，直接将笔记上传到 gitee 或 github 私有仓库&lt;/li&gt;
&lt;li&gt;没有特殊格式，用其他编辑器也可以编辑笔记&lt;/li&gt;
&lt;li&gt;读书功能可以导入 epub 格式图书&lt;/li&gt;
&lt;li&gt;可以做高亮笔记，划线笔记，可以评论，可以将读书笔记直接导出。&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="这个应用没有解决的问题"&gt;这个应用没有解决的问题&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;笔记的标签功能，笔记的双向链接&lt;/li&gt;
&lt;li&gt;除了 epub 之外的其他格式电子书&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="结语"&gt;结语&lt;/h2&gt;
&lt;p&gt;在 codebuddy 和 kiro 的帮助下，这个应用也搞得差不多了，我现在开始用这个来做笔记，一边使用一边修改使用中遇到的问题。如果你也感兴趣可以来试一下。&lt;/p&gt;

&lt;p&gt;gitee：&lt;a href="https://gitee.com/wangyidao/ashes_note" rel="nofollow" target="_blank"&gt;https://gitee.com/wangyidao/ashes_note&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;github: &lt;a href="https://github.com/stardust1900/ashes_note" rel="nofollow" target="_blank"&gt;https://github.com/stardust1900/ashes_note&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="整点截图"&gt;整点截图&lt;/h2&gt;&lt;h3 id="电脑端"&gt;电脑端&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/cutlass/98bbbf5e-dabc-408d-a6d1-0e0f65166fb6.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/cutlass/e66a2f57-7a72-4095-983d-a7c273f81e9a.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/cutlass/0b14a65e-a8c7-46d8-a9aa-1d2117695628.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/cutlass/35de1f9d-8536-4706-a9bd-1652da6b0fdd.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/cutlass/cdc17581-bba2-49d9-aba9-c732032520a2.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/cutlass/450e9ff9-a724-4d5e-8ce7-437c2e2ee6d1.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;
&lt;h3 id="手机端"&gt;手机端&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/cutlass/d35f1a22-ed3c-4a5e-bbd0-9650b2db3dce.jpg?imageView2/2/w/400/q/100" title="" alt=""&gt;
&lt;img src="https://img.way2solo.com/photo/cutlass/ff0497f8-31e7-4ada-9dad-3fc326482b6d.jpg?imageView2/2/w/400/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/cutlass/045f6ea6-754d-4e63-9a81-42afe5f4353b.jpg?imageView2/2/w/400/q/100" title="" alt=""&gt;
&lt;img src="https://img.way2solo.com/photo/cutlass/45dad846-537f-427a-af6f-c63db0fd5f3e.jpg?imageView2/2/w/400/q/100" title="" alt=""&gt;
&lt;img src="https://img.way2solo.com/photo/cutlass/75c9bddf-9306-45d1-8d87-8dd87b017da4.jpg?imageView2/2/w/400/q/100" title="" alt=""&gt;
&lt;img src="https://img.way2solo.com/photo/cutlass/5597999f-0a23-4721-9634-28edae7f5350.jpg?imageView2/2/w/400/q/100" title="" alt=""&gt;
&lt;img src="https://img.way2solo.com/photo/cutlass/99faffde-ee09-4041-ba4f-aaf710b200ca.jpg?imageView2/2/w/400/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;p.s. 为什么叫 “草灰笔记”？ 因为有个词叫：草蛇灰线，伏脉千里…&lt;/p&gt;</description>
      <author>cutlass</author>
      <pubDate>Thu, 16 Apr 2026 09:37:10 +0800</pubDate>
      <link>https://w2solo.com/topics/7205</link>
      <guid>https://w2solo.com/topics/7205</guid>
    </item>
  </channel>
</rss>
