A local-first note taking app
0

Configure Feed

Select the types of activity you want to include in your feed.

App is named Textile across the board

Ethan Graf (Jun 2, 2026, 9:56 PM EDT) 843522b7 a60230b1

+3 -3
+1 -1
index.html
··· 2 2 <html> 3 3 <head> 4 4 <meta charset="UTF-8" /> 5 - <title>textile</title> 5 + <title>Textile</title> 6 6 </head> 7 7 <body> 8 8 <div id="root"></div>
+1 -1
package.json
··· 2 2 "name": "textile", 3 3 "productName": "Textile", 4 4 "version": "1.0.0", 5 - "description": "My Electron application description", 5 + "description": "Textile — a local-first text editor with extensible workspaces", 6 6 "main": ".vite/build/main.js", 7 7 "private": true, 8 8 "scripts": {
+1 -1
src/App.tsx
··· 239 239 {!isMac ? ( 240 240 <main className="bg-background text-foreground flex h-svh w-full items-center justify-center p-6"> 241 241 <div className="border-border bg-background max-w-md rounded-md border p-4 text-sm"> 242 - textile currently supports macOS title bar integration only. 242 + Textile currently supports macOS title bar integration only. 243 243 </div> 244 244 </main> 245 245 ) : (