Scribble at 2026-03-15 13:50:15 Last modified: 2026-03-15 14:46:43
A minimalist daily notes application designed to help you build and maintain a consistent writing habit. With end-to-end encryption and a focus on great UX, it's the perfect tool for personal reflection and daily journaling.
当日分のメモしか残せないという厳しい条件の、カレンダーというか日記アプリケーションだ。ちなみに、日本語の「1日」から採ったらしいネーミングなのだが、英語の説明として "one day" と書いてあったから、即座に "a day (or every single day)" と訂正して pull request しておいた。あと、インストールの説明で、リポジトリの URI が "https://github.com/yourusername/ichinichi.git" なんていうテンプレのままになっていたので(こんな "yourusername" なんてリポジトリは存在しない)、これも訂正してある。
ただねぇ、これクローンして npm install してみたけど、VITE のバージョンと合ってなかったりしてエラーが起きるので、"npm install --legacy-peer-deps" なんかで無理やり入れてみてもいいだろう。そして、ローカルで npm run dev して立ち上げたばかりの ichinichi が上のスクリーンショットだ。
[追記:同日] これを暫く使ってみたいので、Orchis から起動するためのバッチ・ファイルを作った。中身は単純で、以下の4行だけである。・・・これ、コードくらいは整形して表示するためのマクロでも追加しようかな。ただの段落として表示させると格好悪いよね。
@echo off
start cmd /k "npm run dev"
timeout /t 5 > nul
start msedge.exe "http://localhost:5173/"