AnClark / blink-mind-desktop

Cross-platform full-featured mind mapping and outline app based on electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlinkMindDesktop

BlinkMindDesktop is an open source mind-map and outliner app.

BlinkMindDesktop is an MIT licensed open source project, and the latest version will always be downloadable for free from the GitHub release page. BlinkMindDesktop is still in development.

BlinkMindDesktop uses the open source mind-map library BlinkMind for mind-map rendering.

Insider Preview Version Download

image

image

image

image

image

🚀 Features

Feature Status Description
Multi sheet ✔️ Document can insert multi sheets.
Basic mind map features ✔️ Add/remove topic, edit topic content.
Undo redo ✔️ History of map changes
Set topic style ✔️ Set topic style include border, text color, font, background and links.
Customize theme ✔️ Theme editor, import theme, export theme.
Shortcuts ✔️ Shortcuts to make more efficient.
Drag and drop ✔️ Support drag one topic and then drop to another topic to reorganize the mind map.
Open and save file ✔️ Save and open .bmind file, double click file to open.
Export topic to image ✔️ Export topic to png/jpg/svg.
Insert image to topic ✔️ Every topic can insert unlimited images.
Paste rich text to topic ✔️ You can paste rich text from browser/microsoft word/apple pages or anything else to BlinkMind without losing format.
Rich text editor for topic notes ✔️ Rich text editor for topic notes.
Focus mode ✔️ Select any topic node as the editor root and only show that branch.
Outliner mode ✔️ Seamlessly switch between mind map and outliner, some outliner's shortcuts are different from mindmap mode.
Search ✔️ Search topic content and navigate to it.
Tags ✔️ Topics can add tags and you can navigate from tags.
Copy topics and paste on the way Copy multi topics including all the infomation(content,notes,tags and all attachment) and paste to another location(same document or another document).
Topic reference on the way Topics can reference each other and navigate conveniently.
Link curve between any two topics on the way Link curve between any two topics
Markdown editor planing When editing topic notes, you can choose use rich html editor or markdown editor, for users who familiar and like markdown grammar. Markdown editor will support latex and mermaid.
Manual layout diagram planing Manual layout diagram
Cloud Storage planing Save and open file from clound storage(icloud/onedrive/google drive).

For Dev

Develop

To develop locally, you need to have Chrome installed with the Immutable.js Object Formatter extension.

First download the code and relevant submodules:

git clone git@github.com:awehook/blink-mind-desktop.git
git submodule init
git submodule update 

Install required libraries using yarn:

yarn install

Then open three terminals and run:

yarn dev:r
yarn dev:m
yarn start:m

Build package

yarn dist

Thanks

image Thanks for JetBrains supporting us the free JetBrains Open Source license(s).

About

Cross-platform full-featured mind mapping and outline app based on electron.

License:MIT License


Languages

Language:TypeScript 82.9%Language:JavaScript 14.9%Language:SCSS 1.6%Language:HTML 0.4%Language:CSS 0.1%Language:Shell 0.0%