Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.16 KB

README.md

File metadata and controls

70 lines (44 loc) · 1.16 KB

narr-map

A minimal mind map editor made with Electron. The interface is almost compatible with Free-mind.

Downloads

Icons

Text Icon
(r) 🔴
(g) 🟢
(b) 🔵
(y) 🟡

Shortcuts

Key
Enter Add sibling node
Tab Add child node
Space Toggle fold
Ctrl+i Edit text
Ctrl+n Move down
Ctrl+p Move up
Ctrl+f Move right
Ctrl+b Move left
Cmd+m Auto fill blank node. (Requires OpenAI API key)
F2 Edit text

Development

Initial setup

$ npm install

Debug

$ npm start

Build

$ npm run make

Test

$ npm run test