All Projects → awehook → Blink Mind Desktop

awehook / Blink Mind Desktop

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Blink Mind Desktop

Liandi
📕 一款桌面端的 Markdown 块级引用和双向链接笔记应用,支持 Windows、Mac 和 Linux。A desktop Markdown Block-Reference and Bidirectional-Link note-taking application, supports Windows, Mac and Linux.
Stars: ✭ 354 (+0.57%)
Mutual labels:  note-taking, mindmap
Heimer
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
Stars: ✭ 380 (+7.95%)
Mutual labels:  note-taking, mindmap
Siyuan
📕 SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown instant-render editing.
Stars: ✭ 1,196 (+239.77%)
Mutual labels:  note-taking, mindmap
zk
A note-taking tool based on the famous Zettelkasten method
Stars: ✭ 41 (-88.35%)
Mutual labels:  note-taking
Obsidian-JG-Method
A starter kit that follows how I use Obsidian to manage my goals, tasks, notes, and software development knowledge base.
Stars: ✭ 110 (-68.75%)
Mutual labels:  note-taking
Programming Mindmap
编程相关的思维导图
Stars: ✭ 276 (-21.59%)
Mutual labels:  mindmap
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+992.61%)
Mutual labels:  note-taking
scripts
QOwnNotes script repository
Stars: ✭ 70 (-80.11%)
Mutual labels:  note-taking
Mindmap
思维导图Vue组件 - mindmap: vue component
Stars: ✭ 297 (-15.62%)
Mutual labels:  mindmap
Cotoami
Cotoami is a platform where people can weave a large network of wisdom from tiny ideas.
Stars: ✭ 271 (-23.01%)
Mutual labels:  note-taking
Vscode Memo
Markdown knowledge base with bidirectional [[link]]s built on top of VSCode
Stars: ✭ 266 (-24.43%)
Mutual labels:  note-taking
org-roam-server-light
compatible org-roam-server written in python for better performance with large network graphs
Stars: ✭ 27 (-92.33%)
Mutual labels:  note-taking
Netbeans Mmd Plugin
Free mind map and PlantUML editor with plugins for both NetBeans and Intellij
Stars: ✭ 283 (-19.6%)
Mutual labels:  mindmap
Ohmine-Dark-Theme-For-Joplin
This is a custom CSS theme for the opensource note-taking app Joplin.
Stars: ✭ 34 (-90.34%)
Mutual labels:  note-taking
Noteless
A Markdown-based note-taking app for mobile devices.
Stars: ✭ 302 (-14.2%)
Mutual labels:  note-taking
singlefile2trilium
Save faithful copy of a web page in Trilium notes with SingleFile web extension 🔌
Stars: ✭ 33 (-90.62%)
Mutual labels:  note-taking
Lifelong Learning
✅ ✅ ✅ A massive repo filled with notes on everything from coding to philosophy to psychology to marketing to product
Stars: ✭ 297 (-15.62%)
Mutual labels:  note-taking
Deer
✏️A modern, fast, beautiful note taking app, built on Electron and React
Stars: ✭ 267 (-24.15%)
Mutual labels:  note-taking
Issue Tracker Zh
中文GitHub反馈区
Stars: ✭ 267 (-24.15%)
Mutual labels:  note-taking
Fsnotes
Notes manager for macOS/iOS
Stars: ✭ 4,330 (+1130.11%)
Mutual labels:  note-taking

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 [email protected]: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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].