termd-live
v0.3.0
Published
A clean terminal markdown editor with realtime preview.
Maintainers
Readme
termd
A clean terminal markdown editor with realtime preview.
Website: https://termd.vercel.app
Run
npm install
npm startInstall globally from npm:
npm install -g termd-live
termd ./notes.md
termd --helpOpen a file directly:
npm start -- ./notes.mdInstall the local CLI while developing:
npm link
termd ./notes.mdKeys
Ctrl+SsaveCtrl+Pswitch split, editor-only, and preview-only modesCtrl+Oopen an existing file or create a new pathCtrl+Nstart a new documentCtrl+Ttoggle light and dark themesTabswitch focus between editor and preview in split modeF2throughF10apply formatting from the preview toolbarF1or?helpCtrl+Cquit
The preview renders headings, emphasis, links, lists, blockquotes, code blocks, rules, tables, and inline code as you type. The preview panel also exposes one-click formatting actions for the current word or line.
