HN 표시: Excalidraw-edit – 터미널에서 .excalidraw 파일을 열고 편집합니다.
hackernews
|
|
📦 오픈소스
#cli
#excalidraw
#local
#offline
#terminal
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
오프라인 환경에서도 인터넷 연결이나 계정 생성 없이 로컬 브라우저를 통해 '.excalidraw' 확장자의 드로잉 파일을 편집할 수 있는 로컬 서버 도구가 소개되었습니다. 이 도구는 클라우드나 CDN 없이 로컬 HTTP 서버를 통해 파일을 열며, 사용자의 모든 편집 내용은 자동으로 디스크에 저장됩니다. 'npm'이나 'Nix'를 통해 손쉽게 설치할 수 있으며, 다크 모드 테마 설정과 6417번을 기본 포트로 하는 커스텀 포트 설정 등 다양한 명령어 옵션을 지원합니다.
본문
Edit .excalidraw files locally in your browser. No cloud, no account. Open a local server, load Excalidraw in your browser, auto-save to disk. Works fully offline. npm i -g excalidraw-edit or with Nix: nix run github:wh1le/excalidraw-edit -- drawing excalidraw-edit architecture # creates architecture.excalidraw excalidraw-edit diagram.excalidraw # opens existing file excalidraw-edit --theme dark sketch # dark mode excalidraw-edit --port 3000 notes # custom port | Flag | Description | Default | |---|---|---| -p, --port | Port to listen on | 6417 | -t, --theme | dark / light / system | system | --no-open | Don't open browser | | -V, --version | Print version | | -h, --help | Show help | - Bundles Excalidraw + React into a single JS file at build time - Serves it from a local HTTP server — no CDN, no network needed - Saves changes to disk on every edit (debounced) - Creates new .excalidraw files on the fly make install # pnpm install + build make test # run tests make lint # prettier + eslint - Firefox: text clipping while typing (reproduces on excalidraw.com) - Excalidraw — the drawing tool this wraps - go-grip — CLI approach inspiration
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유