Skip to content

Commit 0ce382b

Browse files
author
ComputelessComputer
committed
exclude vendor from dprint; update README to acknowledge char
1 parent bb0b20f commit 0ce382b

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<img width="727" height="776" alt="image" src="https://github.com/user-attachments/assets/5c8474ad-e8e1-4d1c-b965-abc4bc1a060e" />
44

5-
65
A daily journaling app that builds things for you.
76

87
Write your notes in a timeline, manage tasks that carry forward automatically, and hit **⌘↵** to generate custom mini-apps — a calorie tracker, a world clock, a habit chart — embedded right inside your journal.
@@ -47,3 +46,7 @@ Inspired by [Logseq](https://logseq.com) and [@omer_vexler](https://x.com/omer_v
4746
## Stack
4847

4948
Tauri v2 · React 19 · TypeScript · TipTap · Tailwind CSS v4 · Anthropic Claude
49+
50+
## Relationship to Char (formerly Hyprnote)
51+
52+
Philo is a proof-of-concept playground for a daily journaling feature being developed for [Char](https://github.com/fastrepl/hyprnote). It borrows Char's editor styling and file-saving mechanism (via a git submodule at `vendor/hyprnote`) while adding philo-specific features: task rollover, recurring tasks, and AI widget generation.

agents.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
alwaysApply: true
33
---
44

5+
## Definition
6+
7+
- The app's name is Philo.
8+
59
## Commit Discipline
610

711
- Commit after every discrete action. Each meaningful change (e.g. adding a feature, fixing a bug, refactoring, updating docs, adding a test) must be committed individually before moving on.

dprint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"node_modules",
1414
"dist",
1515
"src-tauri/target",
16-
"src-tauri/Cargo.lock"
16+
"src-tauri/Cargo.lock",
17+
"vendor"
1718
],
1819
"plugins": [
1920
"https://plugins.dprint.dev/typescript-0.93.3.wasm",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)