All Projects → awehook → Vscode Blink Mind

awehook / Vscode Blink Mind

a vscode mindmap extention based on blink-mind (https://github.com/awehook/blink-mind)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vscode Blink Mind

Vscode Mindmap
view or edit mindmap in VSCode
Stars: ✭ 95 (-20.17%)
Mutual labels:  mindmap, vscode-extension
Search Online
🔍A simple extension for VSCode to search online easily using search engine.
Stars: ✭ 115 (-3.36%)
Mutual labels:  vscode-extension
Vscode Maven
VSCode extension "Maven for Java"
Stars: ✭ 107 (-10.08%)
Mutual labels:  vscode-extension
Hierarchy
Layout algorithms for visualizing hierarchical data.
Stars: ✭ 110 (-7.56%)
Mutual labels:  mindmap
Reactriot2017 Dotamania
🌐 Web scraping made easy with the visual 🗺 mind map editor to JSON
Stars: ✭ 107 (-10.08%)
Mutual labels:  mindmap
I18n Ally
🌍 All in one i18n extension for VS Code
Stars: ✭ 1,931 (+1522.69%)
Mutual labels:  vscode-extension
Vscode Winteriscoming
Dark theme with fun and bright foreground colors
Stars: ✭ 105 (-11.76%)
Mutual labels:  vscode-extension
Vscode Language Pascal
Pascal language extension for Visual Studio Code
Stars: ✭ 117 (-1.68%)
Mutual labels:  vscode-extension
Footsteps Vscode
Keep your place when jumping between a different parts of your code. This is a vscode extension that will highlight lines as you edit them, fading as you move away.
Stars: ✭ 113 (-5.04%)
Mutual labels:  vscode-extension
Vscode Js Annotations
Javascript / Typescript Parameter Annotations for Visual Studio Code
Stars: ✭ 110 (-7.56%)
Mutual labels:  vscode-extension
Vscode Ptt
在 VSCode 瀏覽 PTT!
Stars: ✭ 110 (-7.56%)
Mutual labels:  vscode-extension
Vscode Solidity Auditor
Solidity language support and visual security auditor for Visual Studio Code
Stars: ✭ 108 (-9.24%)
Mutual labels:  vscode-extension
Vscode Azure Blockchain Ethereum
Blockchain extension for VS Code
Stars: ✭ 111 (-6.72%)
Mutual labels:  vscode-extension
Halcyon Vscode
A dark blue theme for VS Code based on the Ayu Mirage theme
Stars: ✭ 108 (-9.24%)
Mutual labels:  vscode-extension
Vscode Postgres
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
Stars: ✭ 117 (-1.68%)
Mutual labels:  vscode-extension
Vscode Partial Diff
Visual Studio Code Extension. Take a diff of 2 parts of text(s)
Stars: ✭ 106 (-10.92%)
Mutual labels:  vscode-extension
Vscode Amiga Debug
One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 10.1 with the bundled WinUAE.
Stars: ✭ 107 (-10.08%)
Mutual labels:  vscode-extension
Vscode
Unibeautify for VSCode
Stars: ✭ 110 (-7.56%)
Mutual labels:  vscode-extension
Xmind Sdk Javascript
XMind SDK for javascript (IN BOTH NODE.JS & BROWSERS)
Stars: ✭ 118 (-0.84%)
Mutual labels:  mindmap
Vscode Apielements
VSCode extensions for API Elements (aka: API Blueprint and Swagger)
Stars: ✭ 117 (-1.68%)
Mutual labels:  vscode-extension

vscode-blink-mind

Visual Studio Marketplace Downloads Visual Studio Marketplace Installs Marketplace Trending Monthly
GitHub last commit GitHub issues GitHub stars Slack Widget

vscode-blink-mind is a extention for create and editing mind map in vscode.

image

Change Logs

v0.0.10

  • Tags manager: now topic can add tags.
  • Improve user experience: navigate to topic will move topic to the left center of the viewbox instead of the center of the viewbox.

v0.0.9

  • Theme editor: now theme can be customized.
  • Remember the location of the last focused topic and when reopen the mindmap it will navigate to the last location.

v0.0.8

  • Search topic by press Ctrl+F or click the search toolbar menu.

v0.0.7

  • This is a beta version, that means it could be unstable. But it provide a powerful feature: Topic can reference each other. Every topic can reference other topics by click the context menu: Set Reference Topics, then select the topics that you want to reference, then click the confirm button. If a topic has some reference topics, you can click the reference icon to open the reference list panel.In the reference list panel, you can navigate to any reference topic just by click it. You also can remove the reference by click remove button.
  • Auto save documents when close the editor panel or exit vscode.
  • When editing the topic content, press ctrl + enter will complete the editing.

Features

  • Infinite canvas size for mind map editing.
  • Markdown editor for topic and topic notes.

image

  • Search topic.

image

  • HotKey support.

image

  • Reorganize the diagram by drag and drop.

image

  • Tags manager.

image

  • Multiple theme and theme editor.

image

  • Every topic's style include font style, border style, link style can be customize.

image

  • Focus Mode, Any topic can be used as the root node of the diagram.You can navigate by the breadcrumbs.

image

  • Add topology diagram as an attchment to the topic, the topology diagram can be edited by the editor.

image

image

Usage Tips

How to create a new mind map?

Run View -> Command Palette or Ctrl/Command + Shift + P, open the command Palette, then input Mind

image

Select Mindmap editor: Create new mindmap

then input the file name.

You can input file name like xxx, that will create a xxx.blinkmind in your opened folder's root.

And you can input file name like xxx, that will create a file with the full path ${currentFolderPath}/xxx.blinkmind. `$ {currentFolderPath} represents the path of the folder you are currently opening.

In addition, you can also input file name like dir1/xxx,that will create a file with the full path ${currentFolderPath}/dir1/xxx.blinkmind.

How to open a mind map file

Now vscode-blink-mind only support .blinkmind and .bm suffix file.

Normally, opening these suffix files will open the Mind Map Editor immediately by default. If the mind map editor is not open, run View -> Command Palette or Ctrl/Command + Shift + P, open the command Palette,then input Mind, image Select Mindmap editor: Start Mindmap editor session

For Developers

Debug

yarn install
yarn build

Then open Launch Extention debug configuration item in the debug panel.

Build vsix package

yarn package
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].